Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c195 typedef struct stub_list { struct
198 struct stub_list *next; argument
199 } stub_list; typedef
402 stub_list *stubs;
2047 stub_list* list_item = sljit_alloc_memory(compiler, sizeof(stub_list)); in add_stub()
2061 stub_list* list_item = common->stubs; in flush_stubs()