num_links        1110 ext/interbase/ibase_query.c 				} else if (((l = INI_INT("ibase.max_links")) != -1) && (IBG(num_links) >= l)) {
num_links        1135 ext/interbase/ibase_query.c 					++IBG(num_links);
num_links         647 ext/interbase/interbase.c 	IBG(num_links)--;
num_links         662 ext/interbase/interbase.c 	IBG(num_links)--;
num_links         729 ext/interbase/interbase.c 	ibase_globals->num_persistent = ibase_globals->num_links = 0;
num_links         795 ext/interbase/interbase.c 	IBG(num_links) = IBG(num_persistent);
num_links         983 ext/interbase/interbase.c 		if ((l = INI_INT("ibase.max_links")) != -1 && IBG(num_links) >= l) {
num_links         984 ext/interbase/interbase.c 			_php_ibase_module_error("Too many open links (%ld)" TSRMLS_CC, IBG(num_links));
num_links        1021 ext/interbase/interbase.c 		++IBG(num_links);
num_links          65 ext/interbase/php_ibase_includes.h 	long num_links, num_persistent;
num_links         124 ext/ldap/ldap.c 	LDAPG(num_links)--;
num_links         159 ext/ldap/ldap.c 	ldap_globals->num_links = 0;
num_links         271 ext/ldap/ldap.c 		snprintf(tmp, 31, "%ld/unlimited", LDAPG(num_links));
num_links         273 ext/ldap/ldap.c 		snprintf(tmp, 31, "%ld/%ld", LDAPG(num_links), LDAPG(max_links));
num_links         356 ext/ldap/ldap.c 	if (LDAPG(max_links) != -1 && LDAPG(num_links) >= LDAPG(max_links)) {
num_links         357 ext/ldap/ldap.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", LDAPG(num_links));
num_links         421 ext/ldap/ldap.c 		LDAPG(num_links)++;
num_links          41 ext/ldap/php_ldap.h 	long num_links;
num_links         391 ext/mssql/php_mssql.c 	MS_SQL_G(num_links)--;
num_links         405 ext/mssql/php_mssql.c 	MS_SQL_G(num_links)--;
num_links         491 ext/mssql/php_mssql.c 	MS_SQL_G(num_links) = MS_SQL_G(num_persistent);
num_links         531 ext/mssql/php_mssql.c 	snprintf(buf, sizeof(buf), "%ld", MS_SQL_G(num_links));
num_links         646 ext/mssql/php_mssql.c 			if (MS_SQL_G(max_links) != -1 && MS_SQL_G(num_links) >= MS_SQL_G(max_links)) {
num_links         647 ext/mssql/php_mssql.c 				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", MS_SQL_G(num_links));
num_links         711 ext/mssql/php_mssql.c 			MS_SQL_G(num_links)++;
num_links         786 ext/mssql/php_mssql.c 		if (MS_SQL_G(max_links) != -1 && MS_SQL_G(num_links) >= MS_SQL_G(max_links)) {
num_links         787 ext/mssql/php_mssql.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", MS_SQL_G(num_links));
num_links         837 ext/mssql/php_mssql.c 		MS_SQL_G(num_links)++;
num_links         158 ext/mssql/php_mssql.h 	long num_links,num_persistent;
num_links         459 ext/mysql/php_mysql.c 	MySG(num_links)--;
num_links         476 ext/mysql/php_mysql.c 	MySG(num_links)--;
num_links         630 ext/mysql/php_mysql.c 	MySG(num_links) = MySG(num_persistent);
num_links         688 ext/mysql/php_mysql.c 	snprintf(buf, sizeof(buf), "%ld", MySG(num_links));
num_links         857 ext/mysql/php_mysql.c 			if (MySG(max_links) != -1 && MySG(num_links) >= MySG(max_links)) {
num_links         858 ext/mysql/php_mysql.c 				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", MySG(num_links));
num_links         918 ext/mysql/php_mysql.c 			MySG(num_links)++;
num_links         986 ext/mysql/php_mysql.c 		if (MySG(max_links) != -1 && MySG(num_links) >= MySG(max_links)) {
num_links         987 ext/mysql/php_mysql.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", MySG(num_links));
num_links        1050 ext/mysql/php_mysql.c 		MySG(num_links)++;
num_links         115 ext/mysql/php_mysql_structs.h 	long num_links,num_persistent;
num_links         584 ext/mysqli/mysqli.c 	mysqli_globals->num_links = 0;
num_links         985 ext/mysqli/mysqli.c 	snprintf(buf, sizeof(buf), "%ld", MyG(num_links));
num_links         705 ext/mysqli/mysqli_api.c 		MyG(num_links)--;
num_links         206 ext/mysqli/mysqli_nonapi.c 	if (MyG(max_links) != -1 && MyG(num_links) >= MyG(max_links)) {
num_links         207 ext/mysqli/mysqli_nonapi.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", MyG(num_links));
num_links         281 ext/mysqli/mysqli_nonapi.c 	MyG(num_links)++;
num_links        1240 ext/mysqli/mysqli_nonapi.c 	add_assoc_long_ex(return_value, "total", sizeof("total"), MyG(num_links));
num_links         321 ext/mysqli/php_mysqli_structs.h 	long			num_links;
num_links        1304 ext/oci8/oci8.c 	OCI_G(num_links) = OCI_G(num_persistent);
num_links        1390 ext/oci8/oci8.c 	snprintf(buf, sizeof(buf), "%ld", OCI_G(num_links));
num_links        1408 ext/oci8/oci8.c 		OCI_G(num_links)--;
num_links        1424 ext/oci8/oci8.c 		OCI_G(num_links)--;
num_links        2181 ext/oci8/oci8.c 		OCI_G(num_links)++;
num_links        2187 ext/oci8/oci8.c 		OCI_G(num_links)++;
num_links        2190 ext/oci8/oci8.c 		OCI_G(num_links)++;
num_links        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_links         501 ext/oci8/php_oci8_int.h 	long		 num_links;						/* non-persistent + persistent connections */
num_links         199 ext/odbc/birdstep.c 	php_birdstep_module.num_links = 0;
num_links         300 ext/odbc/birdstep.c 	if ( php_birdstep_module.max_links != -1 && php_birdstep_module.num_links == php_birdstep_module.max_links ) {
num_links         301 ext/odbc/birdstep.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Too many open connections (%d)",php_birdstep_module.num_links);
num_links         318 ext/odbc/birdstep.c 	php_birdstep_module.num_links++;
num_links         339 ext/odbc/birdstep.c 	php_birdstep_module.num_links--;
num_links          51 ext/odbc/php_birdstep.h 	long num_links;
num_links         494 ext/odbc/php_odbc.c 	ODBCG(num_links)--;
num_links         523 ext/odbc/php_odbc.c 	ODBCG(num_links)--;
num_links         824 ext/odbc/php_odbc.c 	ODBCG(num_links) = ODBCG(num_persistent);
num_links         855 ext/odbc/php_odbc.c 	snprintf(buf, sizeof(buf), "%ld", ODBCG(num_links));
num_links        2594 ext/odbc/php_odbc.c 			if (ODBCG(max_links) != -1 && ODBCG(num_links) >= ODBCG(max_links)) {
num_links        2595 ext/odbc/php_odbc.c 				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too many open links (%ld)", ODBCG(num_links));
num_links        2619 ext/odbc/php_odbc.c 			ODBCG(num_links)++;
num_links        2679 ext/odbc/php_odbc.c 		if (ODBCG(max_links) != -1 && ODBCG(num_links) >= ODBCG(max_links)) {
num_links        2680 ext/odbc/php_odbc.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING,"Too many open connections (%ld)",ODBCG(num_links));
num_links        2699 ext/odbc/php_odbc.c 		ODBCG(num_links)++;
num_links         267 ext/odbc/php_odbc_includes.h 	long num_links;
num_links         937 ext/pgsql/pgsql.c 	PGG(num_links)--;
num_links         953 ext/pgsql/pgsql.c 	PGG(num_links)--;
num_links        1219 ext/pgsql/pgsql.c 	PGG(num_links) = PGG(num_persistent);
num_links        1260 ext/pgsql/pgsql.c 	snprintf(buf, sizeof(buf), "%ld", PGG(num_links));
num_links        1333 ext/pgsql/pgsql.c 			if (PGG(max_links)!=-1 && PGG(num_links)>=PGG(max_links)) {
num_links        1335 ext/pgsql/pgsql.c 								 "Cannot create new link. Too many open links (%ld)", PGG(num_links));
num_links        1364 ext/pgsql/pgsql.c 			PGG(num_links)++;
num_links        1435 ext/pgsql/pgsql.c 		if (PGG(max_links)!=-1 && PGG(num_links)>=PGG(max_links)) {
num_links        1436 ext/pgsql/pgsql.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create new link. Too many open links (%ld)", PGG(num_links));
num_links        1479 ext/pgsql/pgsql.c 		PGG(num_links)++;
num_links         313 ext/pgsql/php_pgsql.h 	long num_links,num_persistent;
num_links         355 ext/sybase_ct/php_sybase_ct.c 	SybCtG(num_links)--;
num_links         382 ext/sybase_ct/php_sybase_ct.c 	SybCtG(num_links)--;
num_links         596 ext/sybase_ct/php_sybase_ct.c 	SybCtG(num_links) = SybCtG(num_persistent);
num_links         768 ext/sybase_ct/php_sybase_ct.c 			if (SybCtG(max_links)!=-1 && SybCtG(num_links)>=SybCtG(max_links)) {
num_links         769 ext/sybase_ct/php_sybase_ct.c 				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase:  Too many open links (%ld)", SybCtG(num_links));
num_links         801 ext/sybase_ct/php_sybase_ct.c 			SybCtG(num_links)++;
num_links         875 ext/sybase_ct/php_sybase_ct.c 		if (SybCtG(max_links)!=-1 && SybCtG(num_links)>=SybCtG(max_links)) {
num_links         876 ext/sybase_ct/php_sybase_ct.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase:  Too many open links (%ld)", SybCtG(num_links));
num_links         901 ext/sybase_ct/php_sybase_ct.c 		SybCtG(num_links)++;
num_links        2127 ext/sybase_ct/php_sybase_ct.c 	snprintf(buf, sizeof(buf), "%ld", SybCtG(num_links));
num_links          66 ext/sybase_ct/php_sybase_ct.h 	long num_links,num_persistent;