Searched refs:pg_handle (Results 1 – 1 of 1) sorted by relevance
6316 pgsql_result_handle *pg_handle; in PHP_FUNCTION() local6318 pg_handle = Z_PGSQL_RESULT_P(return_value); in PHP_FUNCTION()6319 pg_handle->conn = link->conn; in PHP_FUNCTION()6320 pg_handle->result = pgsql_result; in PHP_FUNCTION()6321 pg_handle->row = 0; in PHP_FUNCTION()
Completed in 19 milliseconds