Searched refs:PCRE_PUCHAR (Results 1 - 7 of 7) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_newline.c | 76 PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, 151 PRIV(was_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr,
|
H A D | pcre_valid_utf8.c | 107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) 110 register PCRE_PUCHAR p;
|
H A D | pcre_exec.c | 165 match_ref(int offset, register PCRE_PUCHAR eptr, int length, match_data *md, 168 PCRE_PUCHAR eptr_start = eptr; 169 register PCRE_PUCHAR p = md->start_subject + md->offset_vector[offset]; 210 PCRE_PUCHAR endptr = p + length; 395 PCRE_PUCHAR Xeptr; 397 PCRE_PUCHAR Xmstart; 404 PCRE_PUCHAR Xcallpat; 406 PCRE_PUCHAR Xcharptr; 408 PCRE_PUCHAR Xdata; 409 PCRE_PUCHAR Xnex [all...] |
H A D | pcre_dfa_exec.c | 3362 NOT_FIRSTCHAR(((PCRE_PUCHAR)subject)[start_offset])) 3445 PCRE_PUCHAR t = current_subject; 3572 register PCRE_PUCHAR p = current_subject + (has_first_char? 1:0); 3633 offsets[0] = (int)(md->start_used_ptr - (PCRE_PUCHAR)subject); 3634 offsets[1] = (int)(end_subject - (PCRE_PUCHAR)subject); 3636 offsets[2] = (int)(current_subject - (PCRE_PUCHAR)subject);
|
H A D | pcre_internal.h | 348 #define PCRE_PUCHAR CUSTOM_SUBJECT_PTR macro 350 #define PCRE_PUCHAR const pcre_uchar * macro 2471 PCRE_PUCHAR subject_position; /* Position at start of recursion */ 2479 PCRE_PUCHAR subject_position; 2489 PCRE_PUCHAR epb_saved_eptr; 2526 PCRE_PUCHAR start_subject; /* Start of the subject string */ 2527 PCRE_PUCHAR end_subject; /* End of the subject string */ 2528 PCRE_PUCHAR start_match_ptr; /* Start of matched string */ 2529 PCRE_PUCHAR end_match_ptr; /* Subject position at end match */ 2530 PCRE_PUCHAR start_used_pt [all...] |
H A D | pcre_printint.c | 222 print_puchar(FILE *f, PCRE_PUCHAR ptr)
|
H A D | pcre_compile.c | 8980 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0) 9069 print_puchar(stdout, (PCRE_PUCHAR)pattern);
|
Completed in 210 milliseconds