Home
last modified time | relevance | path

Searched refs:prev (Results 76 – 82 of 82) sorted by relevance

1234

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c240 struct backtrack_common *prev; member
8902 backtrack->prev = parent->top; \
8915 backtrack->prev = parent->top; \
9330 recurse_entry *prev = NULL; in compile_recurse_matchingpath() local
9350 prev = entry; in compile_recurse_matchingpath()
9366 if (prev != NULL) in compile_recurse_matchingpath()
9367 prev->next = entry; in compile_recurse_matchingpath()
13163 current = current->prev; in compile_backtrackingpath()
13763 SLJIT_ASSERT(rootbacktrack.prev == NULL); in jit_compile()
H A Dpcre2_compile.c9266 for (r = recurses; r != NULL; r = r->prev) if (r->groupptr == gptr) break; in get_branchlength()
9268 this_recurse.prev = recurses; in get_branchlength()
/PHP-7.4/ext/soap/
H A Dsoap.c111 while (EG(vm_stack)->prev != NULL && \
114 zend_vm_stack tmp = EG(vm_stack)->prev; \
H A Dphp_encoding.c3119 ret->prev = parent->last; in to_xml_any()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3341 PHP_FE(prev, arginfo_prev)
H A Darray.c1143 PHP_FUNCTION(prev) in PHP_FUNCTION() argument
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch265 mlist->next = mlist->prev = mlist;

Completed in 121 milliseconds

1234