max_persistent    513 ext/mysqli/mysqli.c 	STD_PHP_INI_ENTRY_EX("mysqli.max_persistent",		"-1",	PHP_INI_SYSTEM,		OnUpdateLong,		max_persistent,		zend_mysqli_globals,		mysqli_globals,	display_link_numbers)
max_persistent    541 ext/mysqli/mysqli.c 	mysqli_globals->max_persistent = -1;
max_persistent    209 ext/mysqli/mysqli_nonapi.c 	if (persistent && MyG(max_persistent) != -1 &&
max_persistent    210 ext/mysqli/mysqli_nonapi.c 		(MyG(num_active_persistent) + MyG(num_inactive_persistent))>= MyG(max_persistent))
max_persistent    326 ext/mysqli/php_mysqli_structs.h 	zend_long			max_persistent;
max_persistent   1056 ext/oci8/oci8.c 	STD_PHP_INI_ENTRY(	"oci8.max_persistent",			"-1",	PHP_INI_SYSTEM,	ONUPDATELONGFUNC,	max_persistent,			zend_oci_globals,	oci_globals)
max_persistent   2081 ext/oci8/oci8.c 		if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) {
max_persistent   2085 ext/oci8/oci8.c 			if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) {
max_persistent    514 ext/oci8/php_oci8_int.h 	zend_long		 max_persistent;				/* maximum number of persistent connections per process */
max_persistent    682 ext/odbc/php_odbc.c 			max_persistent, zend_odbc_globals, odbc_globals, display_link_nums)
max_persistent   2621 ext/odbc/php_odbc.c 			if (ODBCG(max_persistent) != -1 && ODBCG(num_persistent) >= ODBCG(max_persistent)) {
max_persistent    264 ext/odbc/php_odbc_includes.h 	zend_long max_persistent;
max_persistent   1082 ext/pgsql/pgsql.c STD_PHP_INI_ENTRY_EX("pgsql.max_persistent",       "-1",  PHP_INI_SYSTEM, OnUpdateLong, max_persistent,        zend_pgsql_globals, pgsql_globals, display_link_numbers)
max_persistent   1344 ext/pgsql/pgsql.c 			if (PGG(max_persistent) != -1 && PGG(num_persistent) >= PGG(max_persistent)) {
max_persistent    316 ext/pgsql/php_pgsql.h 	zend_long max_links,max_persistent;