Searched refs:PGG (Results 1 – 2 of 2) sorted by relevance
929 PGG(default_link) = res; in php_pgsql_set_default_link()945 PGG(num_links)--; in _close_pgsql_link()967 PGG(num_persistent)--; in _close_pgsql_plink()968 PGG(num_links)--; in _close_pgsql_plink()989 if (PGG(log_notices)) { in _php_pgsql_notice_handler()1252 PGG(num_links) = PGG(num_persistent); in PHP_RINIT_FUNCTION()1366 if (PGG(max_links) != -1 && PGG(num_links) >= PGG(max_links)) {1371 if (PGG(max_persistent) != -1 && PGG(num_persistent) >= PGG(max_persistent)) {1395 PGG(num_links)++;1460 if (PGG(max_links) != -1 && PGG(num_links) >= PGG(max_links)) {[all …]
324 # define PGG(v) ZEND_MODULE_GLOBALS_ACCESSOR(pgsql, v) macro
Completed in 33 milliseconds