Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_iterators.h139 dual_it_type dit_type; member
H A Dspl_iterators.c134 if (it->dit_type == DIT_Unknown) { \
1349 if (intern->dit_type == DIT_Unknown) { \
1381 if (intern->dit_type != DIT_Unknown) { in spl_dual_it_construct()
1388 intern->dit_type = dit_type; in spl_dual_it_construct()
1389 switch (dit_type) { in spl_dual_it_construct()
1601 if (intern->dit_type == DIT_CachingIterator || intern->dit_type == DIT_RecursiveCachingIterator) { in spl_dual_it_free()
2290 if (object->dit_type == DIT_AppendIterator) { in spl_dual_it_free_storage()
2297 if (object->dit_type == DIT_CachingIterator || object->dit_type == DIT_RecursiveCachingIterator) { in spl_dual_it_free_storage()
2305 if (object->dit_type == DIT_RegexIterator || object->dit_type == DIT_RecursiveRegexIterator) { in spl_dual_it_free_storage()
2315 …if (object->dit_type == DIT_CallbackFilterIterator || object->dit_type == DIT_RecursiveCallbackFil… in spl_dual_it_free_storage()
[all …]

Completed in 14 milliseconds