Home
last modified time | relevance | path

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

/PHP-8.3/ext/oci8/
H A Doci8_dtrace.d32 …probe oci8__connect__type(int persistent, int exclusive, void *connection, long num_persistent, lo…
H A Doci8.c298 OCI_G(num_links) = OCI_G(num_persistent); in PHP_RINIT_FUNCTION()
368 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, OCI_G(num_persistent)); in PHP_MINFO_FUNCTION()
403 OCI_G(num_persistent)--; in php_oci_pconnection_list_dtor()
446 OCI_G(num_persistent)--; in php_oci_pconnection_list_np_dtor()
1072 if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) { in php_oci_do_connect_ex()
1076 if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) { in php_oci_do_connect_ex()
1078 …NULL, E_NOTICE, "Too many open persistent connections (" ZEND_LONG_FMT ")", OCI_G(num_persistent)); in php_oci_do_connect_ex()
1180 OCI_G(num_persistent)++; in php_oci_do_connect_ex()
1195 …nection->is_persistent ? 1 : 0, exclusive ? 1 : 0, connection, OCI_G(num_persistent), OCI_G(num_li… in php_oci_do_connect_ex()
H A Dphp_oci8_int.h522 zend_long num_persistent; /* number of existing persistent connections */ variable
/PHP-8.3/ext/odbc/
H A Dphp_odbc_includes.h235 zend_long num_persistent; variable
H A Dphp_odbc.c206 ODBCG(num_persistent)--; in _close_odbc_pconn()
386 odbc_globals->num_persistent = 0; in PHP_INI_END()
419 ODBCG(num_links) = ODBCG(num_persistent); in PHP_RINIT_FUNCTION()
448 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ODBCG(num_persistent)); in PHP_MINFO_FUNCTION()
2223 if (ODBCG(max_persistent) != -1 && ODBCG(num_persistent) >= ODBCG(max_persistent)) { in odbc_do_connect()
2224 …ocref(NULL, E_WARNING,"Too many open persistent links (" ZEND_LONG_FMT ")", ODBCG(num_persistent)); in odbc_do_connect()
2239 ODBCG(num_persistent)++; in odbc_do_connect()
/PHP-8.3/ext/pgsql/
H A Dphp_pgsql.h185 zend_long num_links,num_persistent;
H A Dpgsql.c323 PGG(num_persistent)--; in _close_pgsql_plink()
501 PGG(num_links) = PGG(num_persistent); in PHP_RINIT_FUNCTION()
533 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, PGG(num_persistent)); in PHP_MINFO_FUNCTION()
574 if (PGG(max_persistent) != -1 && PGG(num_persistent) >= PGG(max_persistent)) { in php_pgsql_do_connect()
576 …"Cannot create new link. Too many open persistent links (" ZEND_LONG_FMT ")", PGG(num_persistent)); in php_pgsql_do_connect()
595 PGG(num_persistent)++; in php_pgsql_do_connect()

Completed in 50 milliseconds