Searched refs:spl_fixedarray_it (Results 1 – 1 of 1) sorted by relevance
56 } spl_fixedarray_it; typedef890 ((spl_fixedarray_it*)iter)->current = 0; in spl_fixedarray_it_rewind()895 spl_fixedarray_it *iterator = (spl_fixedarray_it*)iter; in spl_fixedarray_it_valid()908 spl_fixedarray_it *iterator = (spl_fixedarray_it*)iter; in spl_fixedarray_it_get_current_data()922 ZVAL_LONG(key, ((spl_fixedarray_it*)iter)->current); in spl_fixedarray_it_get_current_key()927 ((spl_fixedarray_it*)iter)->current++; in spl_fixedarray_it_move_forward()944 spl_fixedarray_it *iterator; in spl_fixedarray_get_iterator()951 iterator = emalloc(sizeof(spl_fixedarray_it)); in spl_fixedarray_get_iterator()
Completed in 11 milliseconds