num_persistent    661 ext/interbase/interbase.c 	IBG(num_persistent)--;
num_persistent    729 ext/interbase/interbase.c 	ibase_globals->num_persistent = ibase_globals->num_links = 0;
num_persistent    795 ext/interbase/interbase.c 	IBG(num_links) = IBG(num_persistent);
num_persistent    994 ext/interbase/interbase.c 		if (!persistent || ((l = INI_INT("ibase.max_persistent") != -1) && IBG(num_persistent) >= l)) {
num_persistent   1014 ext/interbase/interbase.c 			++IBG(num_persistent);
num_persistent     65 ext/interbase/php_ibase_includes.h 	long num_links, num_persistent;
num_persistent    404 ext/mssql/php_mssql.c 	MS_SQL_G(num_persistent)--;
num_persistent    425 ext/mssql/php_mssql.c 	mssql_globals->num_persistent = 0;
num_persistent    491 ext/mssql/php_mssql.c 	MS_SQL_G(num_links) = MS_SQL_G(num_persistent);
num_persistent    529 ext/mssql/php_mssql.c 	snprintf(buf, sizeof(buf), "%ld", MS_SQL_G(num_persistent));
num_persistent    652 ext/mssql/php_mssql.c 			if (MS_SQL_G(max_persistent) != -1 && MS_SQL_G(num_persistent) >= MS_SQL_G(max_persistent)) {
num_persistent    653 ext/mssql/php_mssql.c 				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open persistent links (%ld)", MS_SQL_G(num_persistent));
num_persistent    710 ext/mssql/php_mssql.c 			MS_SQL_G(num_persistent)++;
num_persistent    158 ext/mssql/php_mssql.h 	long num_links,num_persistent;
num_persistent    475 ext/mysql/php_mysql.c 	MySG(num_persistent)--;
num_persistent    518 ext/mysql/php_mysql.c 	mysql_globals->num_persistent = 0;
num_persistent    630 ext/mysql/php_mysql.c 	MySG(num_links) = MySG(num_persistent);
num_persistent    686 ext/mysql/php_mysql.c 	snprintf(buf, sizeof(buf), "%ld", MySG(num_persistent));
num_persistent    862 ext/mysql/php_mysql.c 			if (MySG(max_persistent) != -1 && MySG(num_persistent) >= MySG(max_persistent)) {
num_persistent    863 ext/mysql/php_mysql.c 				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open persistent links (%ld)", MySG(num_persistent));
num_persistent    917 ext/mysql/php_mysql.c 			MySG(num_persistent)++;
num_persistent    115 ext/mysql/php_mysql_structs.h 	long num_links,num_persistent;
num_persistent   1304 ext/oci8/oci8.c 	OCI_G(num_links) = OCI_G(num_persistent);
num_persistent   1388 ext/oci8/oci8.c 	snprintf(buf, sizeof(buf), "%ld", OCI_G(num_persistent));
num_persistent   1423 ext/oci8/oci8.c 		OCI_G(num_persistent)--;
num_persistent   1462 ext/oci8/oci8.c 			OCI_G(num_persistent)--;
num_persistent   2073 ext/oci8/oci8.c 		if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) {
num_persistent   2077 ext/oci8/oci8.c 			if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) {
num_persistent   2079 ext/oci8/oci8.c 				php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Too many open persistent connections (%ld)", OCI_G(num_persistent));
num_persistent   2180 ext/oci8/oci8.c 		OCI_G(num_persistent)++;
num_persistent   2195 ext/oci8/oci8.c 		DTRACE_OCI8_CONNECT_TYPE(connection->is_persistent ? 1 : 0, exclusive ? 1 : 0, connection, OCI_G(num_persistent), OCI_G(num_links));
num_persistent    500 ext/oci8/php_oci8_int.h 	long		 num_persistent;				/* number of existing persistent connections */
num_persistent    524 ext/odbc/php_odbc.c 	ODBCG(num_persistent)--;
num_persistent    712 ext/odbc/php_odbc.c 	odbc_globals->num_persistent = 0;
num_persistent    824 ext/odbc/php_odbc.c 	ODBCG(num_links) = ODBCG(num_persistent);
num_persistent    853 ext/odbc/php_odbc.c 	snprintf(buf, sizeof(buf), "%ld", ODBCG(num_persistent));
num_persistent   2599 ext/odbc/php_odbc.c 			if (ODBCG(max_persistent) != -1 && ODBCG(num_persistent) >= ODBCG(max_persistent)) {
num_persistent   2600 ext/odbc/php_odbc.c 				php_error_docref(NULL TSRMLS_CC, E_WARNING,"Too many open persistent links (%ld)", ODBCG(num_persistent));
num_persistent   2618 ext/odbc/php_odbc.c 			ODBCG(num_persistent)++;
num_persistent    266 ext/odbc/php_odbc_includes.h 	long num_persistent;
num_persistent    952 ext/pgsql/pgsql.c 	PGG(num_persistent)--;
num_persistent   1219 ext/pgsql/pgsql.c 	PGG(num_links) = PGG(num_persistent);
num_persistent   1258 ext/pgsql/pgsql.c 	snprintf(buf, sizeof(buf), "%ld", PGG(num_persistent));
num_persistent   1338 ext/pgsql/pgsql.c 			if (PGG(max_persistent)!=-1 && PGG(num_persistent)>=PGG(max_persistent)) {
num_persistent   1340 ext/pgsql/pgsql.c 								 "Cannot create new link. Too many open persistent links (%ld)", PGG(num_persistent));
num_persistent   1365 ext/pgsql/pgsql.c 			PGG(num_persistent)++;
num_persistent    313 ext/pgsql/php_pgsql.h 	long num_links,num_persistent;
num_persistent    381 ext/sybase_ct/php_sybase_ct.c 	SybCtG(num_persistent)--;
num_persistent    569 ext/sybase_ct/php_sybase_ct.c 	sybase_globals->num_persistent=0;
num_persistent    596 ext/sybase_ct/php_sybase_ct.c 	SybCtG(num_links) = SybCtG(num_persistent);
num_persistent    773 ext/sybase_ct/php_sybase_ct.c 			if (SybCtG(max_persistent)!=-1 && SybCtG(num_persistent)>=SybCtG(max_persistent)) {
num_persistent    774 ext/sybase_ct/php_sybase_ct.c 				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase:  Too many open persistent links (%ld)", SybCtG(num_persistent));
num_persistent    800 ext/sybase_ct/php_sybase_ct.c 			SybCtG(num_persistent)++;
num_persistent   2125 ext/sybase_ct/php_sybase_ct.c 	snprintf(buf, sizeof(buf), "%ld", SybCtG(num_persistent));
num_persistent     66 ext/sybase_ct/php_sybase_ct.h 	long num_links,num_persistent;