Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dphp_pgsql.h192 HashTable field_oids; variable
H A Dpgsql.c496 zend_hash_init(&PGG(field_oids), 0, NULL, release_string, 0); in PHP_RINIT_FUNCTION()
508 zend_hash_destroy(&PGG(field_oids)); in PHP_RSHUTDOWN_FUNCTION()
1467 zend_string *ret = zend_hash_index_find_ptr(&PGG(field_oids), oid); in get_field_name()
1499 zend_hash_index_update_ptr(&PGG(field_oids), tmp_oid, name); in get_field_name()

Completed in 36 milliseconds