Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_iterators.c116 dual_it_type dit_type; member
1294 if (intern->dit_type == DIT_Unknown) { \
1327 if (intern->dit_type != DIT_Unknown) { in spl_dual_it_construct()
1332 switch (dit_type) { in spl_dual_it_construct()
1399 intern->dit_type = DIT_AppendIterator; in spl_dual_it_construct()
1450 intern->dit_type = dit_type; in spl_dual_it_construct()
1507 if (intern->dit_type == DIT_CachingIterator || intern->dit_type == DIT_RecursiveCachingIterator) { in spl_dual_it_free()
2102 if (object->dit_type == DIT_CachingIterator || object->dit_type == DIT_RecursiveCachingIterator) { in spl_dual_it_free_storage()
2106 if (object->dit_type == DIT_RegexIterator || object->dit_type == DIT_RecursiveRegexIterator) { in spl_dual_it_free_storage()
2138 switch (object->dit_type) { in spl_dual_it_get_gc()
[all …]

Completed in 14 milliseconds