Home
last modified time | relevance | path

Searched refs:num_persistent (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/odbc/
H A Dphp_odbc_includes.h240 zend_long num_persistent; variable
H A Dphp_odbc.c146 ODBCG(num_persistent)--; in free_connection()
487 odbc_globals->num_persistent = 0; in PHP_INI_END()
549 ODBCG(num_links) = ODBCG(num_persistent); in PHP_RINIT_FUNCTION()
578 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ODBCG(num_persistent)); in PHP_MINFO_FUNCTION()
2330 if (ODBCG(max_persistent) != -1 && ODBCG(num_persistent) >= ODBCG(max_persistent)) {
2331 …ocref(NULL, E_WARNING,"Too many open persistent links (" ZEND_LONG_FMT ")", ODBCG(num_persistent));
2352 ODBCG(num_persistent)++;
/php-src/ext/pgsql/
H A Dphp_pgsql.h181 zend_long num_links,num_persistent;
H A Dpgsql.c316 PGG(num_persistent)--; in _close_pgsql_plink()
619 PGG(num_links) = PGG(num_persistent); in PHP_RINIT_FUNCTION()
647 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, PGG(num_persistent)); in PHP_MINFO_FUNCTION()
690 if (PGG(max_persistent) != -1 && PGG(num_persistent) >= PGG(max_persistent)) { in php_pgsql_do_connect()
692 …"Cannot create new link. Too many open persistent links (" ZEND_LONG_FMT ")", PGG(num_persistent)); in php_pgsql_do_connect()
711 PGG(num_persistent)++; in php_pgsql_do_connect()

Completed in 26 milliseconds