Home
last modified time | relevance | path

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

/external/pcre/
Dpcre.h427 int capture_top; /* Max current capture */ member
449 int capture_top; /* Max current capture */ member
471 int capture_top; /* Max current capture */ member
/external/pcre/dist/
Dpcre.h.in427 int capture_top; /* Max current capture */ member
449 int capture_top; /* Max current capture */ member
471 int capture_top; /* Max current capture */ member
Dpcre.h.generic427 int capture_top; /* Max current capture */
449 int capture_top; /* Max current capture */
471 int capture_top; /* Max current capture */
Dpcregexp.pas283 subject_length, start_match, current_position, capture_top,
Dpcre_dfa_exec.c2720 cb.capture_top = 1; in internal_dfa_exec()
3074 cb.capture_top = 1; in internal_dfa_exec()
Dpcre_exec.c1314 cb.capture_top = offset_top/2; in match()
1724 cb.capture_top = offset_top/2; in match()
Dpcre_jit_compile.c6385 callout_block->capture_top = 0; in do_callout()
6392 callout_block->capture_top = i; in do_callout()
6395 callout_block->capture_top = (callout_block->capture_top >> 1) + 1; in do_callout()
Dpcretest.c2262 for (i = 0; i < cb->capture_top * 2; i += 2) in callout()
DChangeLog4557 3. Documentation bug: the value of the capture_top field in a callout is *one
/external/pcre/dist/doc/
Dpcre.txt1517 6. Callouts are supported, but the value of the capture_top field is
4424 int capture_top;
4462 When the pcre_exec() or pcre[16|32]_exec() is used, the capture_top
4465 of capture_top is one. This is always the case when the DFA functions