Home
last modified time | relevance | path

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

/PHP-7.0/ext/pgsql/
H A Dpgsql.c925 PGG(default_link) = res; in php_pgsql_set_default_link()
940 PGG(num_links)--; in _close_pgsql_link()
955 PGG(num_persistent)--; in _close_pgsql_plink()
956 PGG(num_links)--; in _close_pgsql_plink()
969 if (PGG(log_notices)) { in _php_pgsql_notice_handler()
1222 PGG(num_links) = PGG(num_persistent); in PHP_RINIT_FUNCTION()
1338 if (PGG(max_links) != -1 && PGG(num_links) >= PGG(max_links)) {
1343 if (PGG(max_persistent) != -1 && PGG(num_persistent) >= PGG(max_persistent)) {
1369 PGG(num_links)++;
1437 if (PGG(max_links) != -1 && PGG(num_links) >= PGG(max_links)) {
[all …]
H A Dphp_pgsql.h326 # define PGG(v) ZEND_MODULE_GLOBALS_ACCESSOR(pgsql, v) macro

Completed in 31 milliseconds