Searched refs:PCRE_PUCHAR (Results 1 - 9 of 9) sorted by relevance
/external/pcre/dist/ |
H A D | pcre16_valid_utf16.c | 84 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) 87 register PCRE_PUCHAR p;
|
H A D | pcre32_valid_utf32.c | 82 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) 85 register PCRE_PUCHAR p;
|
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 | 3363 NOT_FIRSTCHAR(((PCRE_PUCHAR)subject)[start_offset])) 3446 PCRE_PUCHAR t = current_subject; 3573 register PCRE_PUCHAR p = current_subject + (has_first_char? 1:0); 3634 offsets[0] = (int)(md->start_used_ptr - (PCRE_PUCHAR)subject); 3635 offsets[1] = (int)(end_subject - (PCRE_PUCHAR)subject); 3637 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 2488 PCRE_PUCHAR subject_position; /* Position at start of recursion */ 2496 PCRE_PUCHAR subject_position; 2506 PCRE_PUCHAR epb_saved_eptr; 2543 PCRE_PUCHAR start_subject; /* Start of the subject string */ 2544 PCRE_PUCHAR end_subject; /* End of the subject string */ 2545 PCRE_PUCHAR start_match_ptr; /* Start of matched string */ 2546 PCRE_PUCHAR end_match_ptr; /* Subject position at end match */ 2547 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 | 9188 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0) 9277 print_puchar(stdout, (PCRE_PUCHAR)pattern);
|
Completed in 164 milliseconds