Home
last modified time | relevance | path

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

/PHP-7.4/ext/pgsql/
H A Dpgsql.c923 PGG(default_link) = res; in php_pgsql_set_default_link()
939 PGG(num_links)--; in _close_pgsql_link()
961 PGG(num_persistent)--; in _close_pgsql_plink()
962 PGG(num_links)--; in _close_pgsql_plink()
983 if (PGG(log_notices)) { in _php_pgsql_notice_handler()
1246 PGG(num_links) = PGG(num_persistent); in PHP_RINIT_FUNCTION()
1365 if (PGG(max_links) != -1 && PGG(num_links) >= PGG(max_links)) {
1370 if (PGG(max_persistent) != -1 && PGG(num_persistent) >= PGG(max_persistent)) {
1394 PGG(num_links)++;
1460 if (PGG(max_links) != -1 && PGG(num_links) >= PGG(max_links)) {
[all …]
H A Dphp_pgsql.h323 # define PGG(v) ZEND_MODULE_GLOBALS_ACCESSOR(pgsql, v) macro

Completed in 19 milliseconds