Home
last modified time | relevance | path

Searched defs:compare_context (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glib/pcre/
Dpcre_jit_compile.c344 typedef struct compare_context { struct
345 int length;
346 int sourcereg;
348 int ucharptr;
349 union {
374 } compare_context; typedef
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c509 typedef struct compare_context { struct
510 int length;
511 int sourcereg;
513 int ucharptr;
514 union {
539 } compare_context; argument