Home
last modified time | relevance | path

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

/PHP-8.3/ext/pgsql/
H A Dphp_pgsql.h193 HashTable table_oids; variable
H A Dpgsql.c503 zend_hash_init(&PGG(table_oids), 0, NULL, release_string, 0); in PHP_RINIT_FUNCTION()
515 zend_hash_destroy(&PGG(table_oids)); in PHP_RSHUTDOWN_FUNCTION()
1538 zend_string *field_table = zend_hash_index_find_ptr(&PGG(table_oids), oid); in PHP_FUNCTION()
1565 zend_hash_index_update_ptr(&PGG(table_oids), oid, field_table); in PHP_FUNCTION()

Completed in 27 milliseconds