Home
last modified time | relevance | path

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

/PHP-8.3/ext/pgsql/
H A Dpgsql.c210 return (pgsql_result_handle *)((char *)(obj) - XtOffsetOf(pgsql_result_handle, std)); in pgsql_result_from_obj()
216 pgsql_result_handle *intern = zend_object_alloc(sizeof(pgsql_result_handle), class_type); in pgsql_result_create_object()
1073 pgsql_result_handle *pg_result; in PHP_FUNCTION()
1178 pgsql_result_handle *pg_result; in PHP_FUNCTION()
1259 pgsql_result_handle *pg_result; in PHP_FUNCTION()
1361 pgsql_result_handle *pg_result; in php_pgsql_get_result_info()
1508 pgsql_result_handle *pg_result; in PHP_FUNCTION()
1583 pgsql_result_handle *pg_result; in php_pgsql_get_field_info()
1660 pgsql_result_handle *pg_result; in PHP_FUNCTION()
1705 pgsql_result_handle *pg_result; in PHP_FUNCTION()
[all …]
H A Dphp_pgsql.h165 } pgsql_result_handle; typedef

Completed in 18 milliseconds