Home
last modified time | relevance | path

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

/PHP-5.3/ext/pgsql/
H A Dpgsql.c774 PGG(default_link) = id; in php_pgsql_set_default_link()
789 PGG(num_links)--; in _close_pgsql_link()
804 PGG(num_persistent)--; in _close_pgsql_plink()
805 PGG(num_links)--; in _close_pgsql_plink()
1023 PGG(default_link)=-1; in PHP_RINIT_FUNCTION()
1024 PGG(num_links) = PGG(num_persistent); in PHP_RINIT_FUNCTION()
1137 if (PGG(max_links)!=-1 && PGG(num_links)>=PGG(max_links)) {
1142 if (PGG(max_persistent)!=-1 && PGG(num_persistent)>=PGG(max_persistent)) {
1168 PGG(num_links)++;
1239 if (PGG(max_links)!=-1 && PGG(num_links)>=PGG(max_links)) {
[all …]
H A Dphp_pgsql.h292 # define PGG(v) TSRMG(pgsql_globals_id, zend_pgsql_globals *, v) macro
294 # define PGG(v) (pgsql_globals.v)

Completed in 24 milliseconds