Home
last modified time | relevance | path

Searched refs:outer_pos (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c1901 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 Dlibmagic.patch3073 + 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 19 milliseconds