Searched defs:needs_control_head (Results 1 - 1 of 1) sorted by relevance
| /forgerock/web-agents-v4/pcre/ |
| H A D | pcre_jit_compile.c | 1240 static int get_framesize(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL recursive, BOOL* needs_control_head) argument 1252 *needs_control_head = TRUE; 1254 *needs_control_head = FALSE; 1295 *needs_control_head = TRUE; 1537 static SLJIT_INLINE int get_private_data_copy_length(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL needs_control_head) argument 1539 int private_data_length = needs_control_head ? 3 : 2; 1658 BOOL save, int stackptr, int stacktop, BOOL needs_control_head) 1679 stackptr += (needs_control_head ? 2 : 1) * sizeof(sljit_sw); 1704 if (needs_control_head) 6246 BOOL needs_control_head; local 1657 copy_private_data(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL save, int stackptr, int stacktop, BOOL needs_control_head) argument 6411 BOOL needs_control_head; local 6804 match_once_common(compiler_common *common, pcre_uchar ket, int framesize, int private_data_ptr, BOOL has_alternatives, BOOL needs_control_head) argument 6946 BOOL needs_control_head = FALSE; local 7475 BOOL needs_control_head; local 8189 BOOL needs_control_head; local 8817 BOOL needs_control_head = FALSE; local 9610 BOOL needs_control_head; local [all...] |
Completed in 118 milliseconds