Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2052 if (list_item) in add_jump()
2054 list_item->next = *list; in add_jump()
2055 list_item->jump = jump; in add_jump()
2056 *list = list_item; in add_jump()
2065 if (list_item) in add_stub()
2067 list_item->start = start; in add_stub()
2068 list_item->quit = LABEL(); in add_stub()
2070 common->stubs = list_item; in add_stub()
2079 while (list_item) in flush_stubs()
2081 JUMPHERE(list_item->start); in flush_stubs()
[all …]

Completed in 30 milliseconds