Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8_dtrace.d32 …probe oci8__connect__type(int persistent, int exclusive, void *connection, long num_persistent, lo…
H A Doci8.c402 OCI_G(num_links) = OCI_G(num_persistent); in PHP_RINIT_FUNCTION()
484 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, OCI_G(num_persistent)); in PHP_MINFO_FUNCTION()
519 OCI_G(num_persistent)--; in php_oci_pconnection_list_dtor()
562 OCI_G(num_persistent)--; in php_oci_pconnection_list_np_dtor()
1190 if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) { in php_oci_do_connect_ex()
1194 if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) { in php_oci_do_connect_ex()
1196 …NULL, E_NOTICE, "Too many open persistent connections (" ZEND_LONG_FMT ")", OCI_G(num_persistent)); in php_oci_do_connect_ex()
1298 OCI_G(num_persistent)++; in php_oci_do_connect_ex()
1313 …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.h515 zend_long num_persistent; /* number of existing persistent connections */ variable
/PHP-8.0/ext/odbc/
H A Dphp_odbc_includes.h229 zend_long num_persistent; variable
H A Dphp_odbc.c199 ODBCG(num_persistent)--; in _close_odbc_pconn()
379 odbc_globals->num_persistent = 0; in PHP_INI_END()
491 ODBCG(num_links) = ODBCG(num_persistent); in PHP_RINIT_FUNCTION()
520 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ODBCG(num_persistent)); in PHP_MINFO_FUNCTION()
2251 if (ODBCG(max_persistent) != -1 && ODBCG(num_persistent) >= ODBCG(max_persistent)) { in odbc_do_connect()
2252 php_error_docref(NULL, E_WARNING,"Too many open persistent links (%ld)", ODBCG(num_persistent)); in odbc_do_connect()
2267 ODBCG(num_persistent)++; in odbc_do_connect()
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h278 zend_long num_links,num_persistent;
H A Dpgsql.c204 PGG(num_persistent)--; in _close_pgsql_plink()
480 PGG(num_links) = PGG(num_persistent); in PHP_RINIT_FUNCTION()
511 snprintf(buf, sizeof(buf), ZEND_LONG_FMT, PGG(num_persistent)); in PHP_MINFO_FUNCTION()
553 if (PGG(max_persistent) != -1 && PGG(num_persistent) >= PGG(max_persistent)) { in php_pgsql_do_connect()
555 …"Cannot create new link. Too many open persistent links (" ZEND_LONG_FMT ")", PGG(num_persistent)); in php_pgsql_do_connect()
574 PGG(num_persistent)++; in php_pgsql_do_connect()

Completed in 38 milliseconds