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.c6316 pgsql_result_handle *pg_handle; in PHP_FUNCTION() local
6318 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 21 milliseconds