Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/
H A Dpgsql.c207 return (pgsql_result_handle *)((char *)(obj) - XtOffsetOf(pgsql_result_handle, std)); in pgsql_result_from_obj()
213 pgsql_result_handle *intern = zend_object_alloc(sizeof(pgsql_result_handle), class_type); in pgsql_result_create_object()
1069 pgsql_result_handle *pg_result; in PHP_FUNCTION()
1174 pgsql_result_handle *pg_result; in PHP_FUNCTION()
1255 pgsql_result_handle *pg_result; in PHP_FUNCTION()
1357 pgsql_result_handle *pg_result; in php_pgsql_get_result_info()
1504 pgsql_result_handle *pg_result; in PHP_FUNCTION()
1579 pgsql_result_handle *pg_result; in php_pgsql_get_field_info()
1656 pgsql_result_handle *pg_result; in PHP_FUNCTION()
1700 pgsql_result_handle *pg_result; in PHP_FUNCTION()
[all …]
H A Dphp_pgsql.h165 } pgsql_result_handle; typedef

Completed in 22 milliseconds