Home
last modified time | relevance | path

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

/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.h66 long num_links,num_persistent;
H A Dphp_sybase_ct.c381 SybCtG(num_persistent)--; in _close_sybase_plink()
569 sybase_globals->num_persistent=0; in PHP_INI_END()
596 SybCtG(num_links) = SybCtG(num_persistent); in PHP_RINIT_FUNCTION()
773 if (SybCtG(max_persistent)!=-1 && SybCtG(num_persistent)>=SybCtG(max_persistent)) { in php_sybase_do_connect()
774 …ULL TSRMLS_CC, E_WARNING, "Sybase: Too many open persistent links (%ld)", SybCtG(num_persistent)); in php_sybase_do_connect()
800 SybCtG(num_persistent)++; in php_sybase_do_connect()
2125 snprintf(buf, sizeof(buf), "%ld", SybCtG(num_persistent)); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/mysql/
H A Dphp_mysql_structs.h115 long num_links,num_persistent;
H A Dphp_mysql.c475 MySG(num_persistent)--; in _close_mysql_plink()
518 mysql_globals->num_persistent = 0; in PHP_INI_END()
630 MySG(num_links) = MySG(num_persistent); in PHP_RINIT_FUNCTION()
686 snprintf(buf, sizeof(buf), "%ld", MySG(num_persistent)); in PHP_MINFO_FUNCTION()
860 if (MySG(max_persistent) != -1 && MySG(num_persistent) >= MySG(max_persistent)) {
861 …or_docref(NULL TSRMLS_CC, E_WARNING, "Too many open persistent links (%ld)", MySG(num_persistent));
915 MySG(num_persistent)++;
/PHP-5.5/ext/interbase/
H A Dphp_ibase_includes.h64 long num_links, num_persistent; variable
H A Dinterbase.c661 IBG(num_persistent)--; in _php_ibase_close_plink()
729 ibase_globals->num_persistent = ibase_globals->num_links = 0; in PHP_INI_END()
795 IBG(num_links) = IBG(num_persistent); in PHP_RSHUTDOWN_FUNCTION()
994 if (!persistent || ((l = INI_INT("ibase.max_persistent") != -1) && IBG(num_persistent) >= l)) { in _php_ibase_connect()
1014 ++IBG(num_persistent); in _php_ibase_connect()
/PHP-5.5/ext/odbc/
H A Dphp_odbc_includes.h258 long num_persistent; variable
H A Dphp_odbc.c521 ODBCG(num_persistent)--; in _close_odbc_pconn()
709 odbc_globals->num_persistent = 0; in PHP_INI_END()
821 ODBCG(num_links) = ODBCG(num_persistent); in PHP_RINIT_FUNCTION()
850 snprintf(buf, sizeof(buf), "%ld", ODBCG(num_persistent)); in PHP_MINFO_FUNCTION()
2595 if (ODBCG(max_persistent) != -1 && ODBCG(num_persistent) >= ODBCG(max_persistent)) { in odbc_do_connect()
2596 …or_docref(NULL TSRMLS_CC, E_WARNING,"Too many open persistent links (%ld)", ODBCG(num_persistent)); in odbc_do_connect()
2614 ODBCG(num_persistent)++; in odbc_do_connect()
/PHP-5.5/ext/mssql/
H A Dphp_mssql.h158 long num_links,num_persistent;
H A Dphp_mssql.c404 MS_SQL_G(num_persistent)--; in _close_mssql_plink()
425 mssql_globals->num_persistent = 0; in PHP_GINIT_FUNCTION()
491 MS_SQL_G(num_links) = MS_SQL_G(num_persistent); in PHP_RINIT_FUNCTION()
529 snprintf(buf, sizeof(buf), "%ld", MS_SQL_G(num_persistent)); in PHP_MINFO_FUNCTION()
652 if (MS_SQL_G(max_persistent) != -1 && MS_SQL_G(num_persistent) >= MS_SQL_G(max_persistent)) { in php_mssql_do_connect()
653 …ocref(NULL TSRMLS_CC, E_WARNING, "Too many open persistent links (%ld)", MS_SQL_G(num_persistent)); in php_mssql_do_connect()
710 MS_SQL_G(num_persistent)++; in php_mssql_do_connect()
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h282 long num_links,num_persistent;
H A Dpgsql.c922 PGG(num_persistent)--; in _close_pgsql_plink()
1173 PGG(num_links) = PGG(num_persistent); in PHP_RINIT_FUNCTION()
1212 snprintf(buf, sizeof(buf), "%ld", PGG(num_persistent)); in PHP_MINFO_FUNCTION()
1292 if (PGG(max_persistent)!=-1 && PGG(num_persistent)>=PGG(max_persistent)) {
1294 "Cannot create new link. Too many open persistent links (%ld)", PGG(num_persistent));
1319 PGG(num_persistent)++;
/PHP-5.5/ext/oci8/
H A Doci8.c1298 OCI_G(num_links) = OCI_G(num_persistent); in PHP_RINIT_FUNCTION()
1346 snprintf(buf, sizeof(buf), "%ld", OCI_G(num_persistent)); in PHP_MINFO_FUNCTION()
1411 OCI_G(num_persistent)--; in php_oci_pconnection_list_dtor()
1449 OCI_G(num_persistent)--; in php_oci_pconnection_list_np_dtor()
2040 if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) { in php_oci_do_connect_ex()
2044 if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) { in php_oci_do_connect_ex()
2046 …ref(NULL TSRMLS_CC, E_NOTICE, "Too many open persistent connections (%ld)", OCI_G(num_persistent)); in php_oci_do_connect_ex()
2141 OCI_G(num_persistent)++; in php_oci_do_connect_ex()
2169 …EBUG L1: num_persistent=(%ld), num_links=(%ld) at (%s:%d) \n", OCI_G(num_persistent), OCI_G(num_li… in php_oci_do_connect_ex()
H A Dphp_oci8_int.h480 long num_persistent; /* number of existing persistent connections */ variable

Completed in 96 milliseconds