Home
last modified time | relevance | path

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

/PHP-7.1/ext/pgsql/
H A Dpgsql.c932 PGG(default_link) = res; in php_pgsql_set_default_link()
947 PGG(num_links)--; in _close_pgsql_link()
962 PGG(num_persistent)--; in _close_pgsql_plink()
963 PGG(num_links)--; in _close_pgsql_plink()
984 if (PGG(log_notices)) { in _php_pgsql_notice_handler()
1228 PGG(num_links) = PGG(num_persistent); in PHP_RINIT_FUNCTION()
1344 if (PGG(max_links) != -1 && PGG(num_links) >= PGG(max_links)) {
1349 if (PGG(max_persistent) != -1 && PGG(num_persistent) >= PGG(max_persistent)) {
1375 PGG(num_links)++;
1443 if (PGG(max_links) != -1 && PGG(num_links) >= PGG(max_links)) {
[all …]
H A Dphp_pgsql.h325 # define PGG(v) ZEND_MODULE_GLOBALS_ACCESSOR(pgsql, v) macro

Completed in 26 milliseconds