index_ptr        2682 ext/odbc/php_odbc.c 		zend_resource *index_ptr, new_index_ptr;
index_ptr        2684 ext/odbc/php_odbc.c 		if ((index_ptr = zend_hash_str_find_ptr(&EG(regular_list), hashed_details, hashed_len)) != NULL) {
index_ptr        2688 ext/odbc/php_odbc.c 			if (index_ptr->type != le_index_ptr) {
index_ptr        2691 ext/odbc/php_odbc.c 			conn_id = (zend_ulong)index_ptr->ptr;
index_ptr        1413 ext/pgsql/pgsql.c 		zend_resource *index_ptr, new_index_ptr;
index_ptr        1421 ext/pgsql/pgsql.c 			&& (index_ptr = zend_hash_find_ptr(&EG(regular_list), str.s)) != NULL) {
index_ptr        1424 ext/pgsql/pgsql.c 			if (index_ptr->type != le_index_ptr) {
index_ptr        1428 ext/pgsql/pgsql.c 			link = (zend_resource *)index_ptr->ptr;