Searched refs:capture_last_ptr (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcre_jit_compile.c71 2 - Enable capture_last_ptr (includes option 1). */
356 int capture_last_ptr; member in struct:compiler_common
859 if (common->capture_last_ptr == 0)
861 common->capture_last_ptr = common->ovector_start;
1262 possessive = length = (common->capture_last_ptr != 0) ? 5 : 3;
1263 /* This is correct regardless of common->capture_last_ptr. */
1311 if (common->capture_last_ptr != 0 && !capture_last_found)
1324 if (common->capture_last_ptr != 0 && !capture_last_found)
1489 if (common->capture_last_ptr != 0 && !capture_last_found)
1491 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), common->capture_last_ptr);
[all...]

Completed in 78 milliseconds