Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dpgsql.c6343 pgsql_result_handle *pg_handle; in PHP_FUNCTION() local
6345 pg_handle = Z_PGSQL_RESULT_P(return_value); in PHP_FUNCTION()
6346 pg_handle->conn = link->conn; in PHP_FUNCTION()
6347 pg_handle->result = pgsql_result; in PHP_FUNCTION()
6348 pg_handle->row = 0; in PHP_FUNCTION()

Completed in 19 milliseconds