Searched refs:PCRE_PUCHAR (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist/ |
D | pcre_newline.c | 76 PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, in PRIV() 151 PRIV(was_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr, in PRIV()
|
D | pcre32_valid_utf32.c | 82 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV() 85 register PCRE_PUCHAR p; in PRIV()
|
D | pcre16_valid_utf16.c | 84 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV() 87 register PCRE_PUCHAR p; in PRIV()
|
D | pcre_valid_utf8.c | 107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV() 110 register PCRE_PUCHAR p; in PRIV()
|
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_ptr; /* Earliest consulted character */ [all …]
|
D | pcre_exec.c | 165 match_ref(int offset, register PCRE_PUCHAR eptr, int length, match_data *md, in match_ref() 168 PCRE_PUCHAR eptr_start = eptr; in match_ref() 169 register PCRE_PUCHAR p = md->start_subject + md->offset_vector[offset]; in match_ref() 210 PCRE_PUCHAR endptr = p + length; in match_ref() 395 PCRE_PUCHAR Xeptr; 397 PCRE_PUCHAR Xmstart; 404 PCRE_PUCHAR Xcallpat; 406 PCRE_PUCHAR Xcharptr; 408 PCRE_PUCHAR Xdata; 409 PCRE_PUCHAR Xnext; [all …]
|
D | pcre_dfa_exec.c | 3363 NOT_FIRSTCHAR(((PCRE_PUCHAR)subject)[start_offset])) in pcre_dfa_exec() 3446 PCRE_PUCHAR t = current_subject; in pcre_dfa_exec() 3573 register PCRE_PUCHAR p = current_subject + (has_first_char? 1:0); in pcre_dfa_exec() 3634 offsets[0] = (int)(md->start_used_ptr - (PCRE_PUCHAR)subject); in pcre_dfa_exec() 3635 offsets[1] = (int)(end_subject - (PCRE_PUCHAR)subject); in pcre_dfa_exec() 3637 offsets[2] = (int)(current_subject - (PCRE_PUCHAR)subject); in pcre_dfa_exec()
|
D | pcre_printint.c | 222 print_puchar(FILE *f, PCRE_PUCHAR ptr) in print_puchar()
|
D | pcre_compile.c | 9188 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0) in pcre_compile2() 9277 print_puchar(stdout, (PCRE_PUCHAR)pattern); in pcre_compile2()
|