Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c2095 HashPosition outer_pos; in magiccheck() local
2098 zend_hash_internal_pointer_reset_ex(ht, &outer_pos); in magiccheck()
2100 if (zend_hash_has_more_elements_ex(ht, &outer_pos) == SUCCESS && in magiccheck()
2101 zend_hash_move_forward_ex(ht, &outer_pos)) { in magiccheck()
2108 if (zend_hash_get_current_data_ex(ht, (void**)&ppzval, &outer_pos) != FAILURE) { in magiccheck()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3460 + HashPosition outer_pos;
3463 + zend_hash_internal_pointer_reset_ex(ht, &outer_pos);
3465 + if (zend_hash_has_more_elements_ex(ht, &outer_pos) == SUCCESS &&
3466 + zend_hash_move_forward_ex(ht, &outer_pos)) {
3473 + if (zend_hash_get_current_data_ex(ht, (void**)&ppzval, &outer_pos) != FAILURE) {

Completed in 13 milliseconds