pos_ptr 939 ext/spl/spl_array.c uint32_t *pos_ptr = spl_array_get_pos_ptr(aht, intern); pos_ptr 942 ext/spl/spl_array.c if (zend_hash_get_current_key_ex(aht, &string_key, &num_key, pos_ptr) == HASH_KEY_IS_STRING) { pos_ptr 943 ext/spl/spl_array.c data = zend_hash_get_current_data_ex(aht, pos_ptr); pos_ptr 953 ext/spl/spl_array.c if (zend_hash_has_more_elements_ex(aht, pos_ptr) != SUCCESS) { pos_ptr 956 ext/spl/spl_array.c zend_hash_move_forward_ex(aht, pos_ptr); pos_ptr 964 ext/spl/spl_array.c uint32_t *pos_ptr = spl_array_get_pos_ptr(aht, intern); pos_ptr 966 ext/spl/spl_array.c zend_hash_move_forward_ex(aht, pos_ptr); pos_ptr 970 ext/spl/spl_array.c return zend_hash_has_more_elements_ex(aht, pos_ptr); pos_ptr 1360 ext/spl/spl_array.c HashPosition pos, *pos_ptr; pos_ptr 1371 ext/spl/spl_array.c pos_ptr = spl_array_get_pos_ptr(aht, intern); pos_ptr 1372 ext/spl/spl_array.c pos = *pos_ptr; pos_ptr 1375 ext/spl/spl_array.c while (*pos_ptr != HT_INVALID_IDX && spl_array_next(intern) == SUCCESS) { pos_ptr 1378 ext/spl/spl_array.c *pos_ptr = pos;