Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_internal.h2399 typedef struct open_capitem { struct
2400 struct open_capitem *next; /* Chain link */ argument
2403 } open_capitem; argument
2427 open_capitem *open_caps; /* Chain of open capture items */
Dpcre_compile.c6481 open_capitem *oc; in compile_branch()
7186 open_capitem *oc; in compile_branch()
7789 open_capitem *oc; in compile_branch()
8047 open_capitem capitem; in compile_regex()