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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_newline.c76 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 Dpcre_valid_utf8.c107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset)
110 register PCRE_PUCHAR p;
H A Dpcre_exec.c165 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 Dpcre_dfa_exec.c3363 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 Dpcre_internal.h348 #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 Dpcre_printint.c222 print_puchar(FILE *f, PCRE_PUCHAR ptr)
H A Dpcre_compile.c9207 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0)
9296 print_puchar(stdout, (PCRE_PUCHAR)pattern);

Completed in 181 milliseconds