new_link          548 ext/mssql/php_mssql.c 	zend_bool new_link = 0;
new_link          554 ext/mssql/php_mssql.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|sssb", &host, &host_len, &user, &user_len, &passwd, &passwd_len, &new_link) == FAILURE) {
new_link          643 ext/mssql/php_mssql.c 		if (new_link || zend_hash_find(&EG(persistent_list), hashed_details, hashed_details_length + 1, (void **) &le)==FAILURE) {  /* we don't */
new_link          763 ext/mssql/php_mssql.c 		if (!new_link && zend_hash_find(&EG(regular_list), hashed_details, hashed_details_length + 1,(void **) &index_ptr)==SUCCESS) {
new_link          731 ext/mysql/php_mysql.c 	zend_bool free_host=0, new_link=0;
new_link          786 ext/mysql/php_mysql.c 										&new_link, &client_flags)==FAILURE) {
new_link          964 ext/mysql/php_mysql.c 		if (!new_link && zend_hash_find(&EG(regular_list), hashed_details, hashed_details_length+1,(void **) &index_ptr)==SUCCESS) {