Searched refs:outer_pos (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 1901 HashPosition outer_pos; local 1904 zend_hash_internal_pointer_reset_ex(ht, &outer_pos); 1906 if (zend_hash_has_more_elements_ex(ht, &outer_pos) == SUCCESS && 1907 zend_hash_move_forward_ex(ht, &outer_pos)) { 1914 if (zend_hash_get_current_data_ex(ht, (void**)&ppzval, &outer_pos) != FAILURE) {
|
/PHP-5.3/ext/fileinfo/ |
H A D | libmagic.patch | 3073 + HashPosition outer_pos; 3076 + zend_hash_internal_pointer_reset_ex(ht, &outer_pos); 3078 + if (zend_hash_has_more_elements_ex(ht, &outer_pos) == SUCCESS && 3079 + zend_hash_move_forward_ex(ht, &outer_pos)) { 3086 + if (zend_hash_get_current_data_ex(ht, (void**)&ppzval, &outer_pos) != FAILURE) {
|
Completed in 22 milliseconds