Searched refs:pcre_uchar (Results 1 - 11 of 11) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_get.c82 pcre_uchar *nametable;
119 pcre_uchar *entry = nametable + entrysize*mid;
120 int c = STRCMP_UC_UC((pcre_uchar *)stringname,
121 (pcre_uchar *)(entry + IMM2_SIZE));
165 pcre_uchar *nametable, *lastentry;
203 pcre_uchar *entry = nametable + entrysize*mid;
204 int c = STRCMP_UC_UC((pcre_uchar *)stringname,
205 (pcre_uchar *)(entry + IMM2_SIZE));
208 pcre_uchar *first = entry;
209 pcre_uchar *las
[all...]
H A Dpcre_ord2utf8.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer)
H A Dpcre_compile.c83 add_list_to_class(pcre_uint8 *, pcre_uchar **, int, compile_data *,
87 compile_regex(int, pcre_uchar **, const pcre_uchar **, int *, BOOL, BOOL, int, int,
272 static const pcre_uchar sub_start_of_word[] = {
276 static const pcre_uchar sub_end_of_word[] = {
334 static const pcre_uchar string_PNd[] = {
337 static const pcre_uchar string_pNd[] = {
340 static const pcre_uchar string_PXsp[] = {
343 static const pcre_uchar string_pXsp[] = {
346 static const pcre_uchar string_PXw
[all...]
H A Dpcre_study.c83 find_minlength(const REAL_PCRE *re, const pcre_uchar *code,
84 const pcre_uchar *startcode, int options, recurse_check *recurses,
93 register pcre_uchar *cc = (pcre_uchar *)code + 1 + LINK_SIZE;
106 pcre_uchar *cs, *ce;
107 register pcre_uchar op = *cc;
393 pcre_uchar *slot = (pcre_uchar *)re +
398 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0));
438 ce = cs = (pcre_uchar *)PRI
[all...]
H A Dpcre_printint.c118 print_char(FILE *f, pcre_uchar *ptr, BOOL utf)
264 print_prop(FILE *f, pcre_uchar *code, const char *before, const char *after)
313 pcre_uchar *codestart, *code;
332 code = codestart = (pcre_uchar *)re + offset + count * size;
338 pcre_uchar *ccode;
433 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) +
451 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) +
617 pcre_uchar *entr
[all...]
H A Dpcre_xclass.c67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf)
69 pcre_uchar t;
98 if ((*data++ & XCL_MAP) != 0) data += 32 / sizeof(pcre_uchar);
H A Dpcre_dfa_exec.c309 pchars(const pcre_uchar *p, int length, FILE *f)
400 const pcre_uchar *this_start_code,
401 const pcre_uchar *current_subject,
413 const pcre_uchar *ptr;
414 const pcre_uchar *end_code, *first_op;
423 const pcre_uchar *start_subject = md->start_subject;
424 const pcre_uchar *end_subject = md->end_subject;
425 const pcre_uchar *start_code = md->start_code;
642 const pcre_uchar *code;
1016 const pcre_uchar *tem
[all...]
H A Dpcre_fullinfo.c199 *((const pcre_uchar **)where) = (const pcre_uchar *)re + re->name_table_offset;
H A Dpcre_valid_utf8.c120 register pcre_uchar ab, c, d;
H A Dpcre_exec.c131 pchars(const pcre_uchar *p, int length, BOOL is_subject, match_data *md)
396 const pcre_uchar *Xecode;
425 pcre_uchar Xocchars[6];
513 match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode,
623 const pcre_uchar *charptr;
625 const pcre_uchar *callpat;
626 const pcre_uchar *data;
627 const pcre_uchar *next;
629 const pcre_uchar *prev;
643 pcre_uchar occhar
[all...]
H A Dpcre_internal.h248 called pcre_uchar.
251 pcre_uchar type. Useful for memcpy and such operations, whose require the
254 The MAX_255 macro checks whether its pcre_uchar input is less than 256.
263 typedef unsigned char pcre_uchar; typedef
276 typedef pcre_uint16 pcre_uchar; typedef
284 typedef pcre_uint32 pcre_uchar; typedef
350 #define PCRE_PUCHAR const pcre_uchar *
474 /* Redefine LINK_SIZE as a multiple of sizeof(pcre_uchar) */
488 /* Redefine LINK_SIZE as a multiple of sizeof(pcre_uchar) */
509 /* Redefine LINK_SIZE as a multiple of sizeof(pcre_uchar) */
[all...]

Completed in 79 milliseconds