Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/
H A Dpgsql.c892 PGG(default_link) = id; in php_pgsql_set_default_link()
907 PGG(num_links)--; in _close_pgsql_link()
922 PGG(num_persistent)--; in _close_pgsql_plink()
923 PGG(num_links)--; in _close_pgsql_plink()
1172 PGG(default_link)=-1; in PHP_RINIT_FUNCTION()
1173 PGG(num_links) = PGG(num_persistent); in PHP_RINIT_FUNCTION()
1287 if (PGG(max_links)!=-1 && PGG(num_links)>=PGG(max_links)) {
1292 if (PGG(max_persistent)!=-1 && PGG(num_persistent)>=PGG(max_persistent)) {
1318 PGG(num_links)++;
1389 if (PGG(max_links)!=-1 && PGG(num_links)>=PGG(max_links)) {
[all …]
H A Dphp_pgsql.h294 # define PGG(v) TSRMG(pgsql_globals_id, zend_pgsql_globals *, v) macro
296 # define PGG(v) (pgsql_globals.v)

Completed in 33 milliseconds