Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c209 typedef struct stub_list { struct
212 struct stub_list *next; argument
213 } stub_list; typedef
456 stub_list *stubs;
2608 stub_list *list_item = sljit_alloc_memory(compiler, sizeof(stub_list)); in add_stub()
2622 stub_list *list_item = common->stubs; in flush_stubs()