Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c489 recurse_entry *currententry; member
11086 if (common->currententry == NULL) in compile_bracket_matchingpath()
11100 if (common->currententry == NULL || common->currententry->start == 0) in compile_bracket_matchingpath()
12335 if (common->currententry != NULL) in compile_close_matchingpath()
13894 set_jumps(common->currententry->entry_calls, common->currententry->entry_label); in compile_recurse()
13956 set_jumps(common->currententry->backtrack_calls, common->currententry->backtrack_label); in compile_recurse()
14536 common->currententry = common->entries; in jit_compile()
14539 if (common->currententry != NULL) in jit_compile()
14555 common->currententry = common->currententry->next; in jit_compile()
14557 while (common->currententry != NULL); in jit_compile()
[all …]

Completed in 34 milliseconds