index_ptr         756 ext/mssql/php_mssql.c 		zend_rsrc_list_entry *index_ptr, new_index_ptr;
index_ptr         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) {
index_ptr         767 ext/mssql/php_mssql.c 			if (Z_TYPE_P(index_ptr) != le_index_ptr) {
index_ptr         772 ext/mssql/php_mssql.c 			link = (int) index_ptr->ptr;
index_ptr         957 ext/mysql/php_mysql.c 		zend_rsrc_list_entry *index_ptr, new_index_ptr;
index_ptr         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) {
index_ptr         969 ext/mysql/php_mysql.c 			if (Z_TYPE_P(index_ptr) != le_index_ptr) {
index_ptr         972 ext/mysql/php_mysql.c 			link = (long) index_ptr->ptr;
index_ptr        2657 ext/odbc/php_odbc.c 		zend_rsrc_list_entry *index_ptr, new_index_ptr;
index_ptr        2659 ext/odbc/php_odbc.c 		if (zend_hash_find(&EG(regular_list), hashed_details, hashed_len + 1, (void **) &index_ptr) == SUCCESS) {
index_ptr        2663 ext/odbc/php_odbc.c 			if (Z_TYPE_P(index_ptr) != le_index_ptr) {
index_ptr        2666 ext/odbc/php_odbc.c 			conn_id = (int)index_ptr->ptr;
index_ptr        1407 ext/pgsql/pgsql.c 		zend_rsrc_list_entry *index_ptr,new_index_ptr;
index_ptr        1415 ext/pgsql/pgsql.c 			&& zend_hash_find(&EG(regular_list),str.c,str.len+1,(void **) &index_ptr)==SUCCESS) {
index_ptr        1420 ext/pgsql/pgsql.c 			if (Z_TYPE_P(index_ptr) != le_index_ptr) {
index_ptr        1423 ext/pgsql/pgsql.c 			link = (ulong) index_ptr->ptr;
index_ptr         848 ext/sybase_ct/php_sybase_ct.c 		zend_rsrc_list_entry *index_ptr, new_index_ptr;
index_ptr         855 ext/sybase_ct/php_sybase_ct.c 		if (!new && zend_hash_find(&EG(regular_list), hashed_details, hashed_details_length+1, (void **) &index_ptr)==SUCCESS) {
index_ptr         859 ext/sybase_ct/php_sybase_ct.c 			if (Z_TYPE_P(index_ptr) != le_index_ptr) {
index_ptr         863 ext/sybase_ct/php_sybase_ct.c 			link = (int) index_ptr->ptr;