Home
last modified time | relevance | path

Searched refs:pgsql_handle (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/pgsql/
H A Dpgsql.c6676 pgsql_result_handle *pgsql_handle; local
6726 pgsql_handle = (pgsql_result_handle *) emalloc(sizeof(pgsql_result_handle));
6727 pgsql_handle->conn = pg_link;
6728 pgsql_handle->result = pg_result;
6729 pgsql_handle->row = 0;
6730 ZEND_REGISTER_RESOURCE(return_value, pgsql_handle, le_result);

Completed in 19 milliseconds