Searched refs:pg_res (Results 1 – 1 of 1) sorted by relevance
5486 pgsql_result_handle *pg_res = Z_PGSQL_RESULT_P(return_value); in PHP_FUNCTION() local5487 pg_res->conn = pg_link; in PHP_FUNCTION()5488 pg_res->result = pg_result; in PHP_FUNCTION()5489 pg_res->row = 0; in PHP_FUNCTION()
Completed in 17 milliseconds