/external/pcre/dist/ |
D | pcre_string_utils.c | 68 PRIV(strcmp_uc_uc)(const pcre_uchar *str1, const pcre_uchar *str2) in PRIV() 70 pcre_uchar c1; in PRIV() 71 pcre_uchar c2; in PRIV() 87 PRIV(strcmp_uc_uc_utf)(const pcre_uchar *str1, const pcre_uchar *str2) in PRIV() 89 pcre_uchar c1; in PRIV() 90 pcre_uchar c2; in PRIV() 106 PRIV(strcmp_uc_c8)(const pcre_uchar *str1, const char *str2) in PRIV() 109 pcre_uchar c1; in PRIV() 110 pcre_uchar c2; in PRIV() 115 c2 = (pcre_uchar)*ustr2++; in PRIV() [all …]
|
D | pcre_get.c | 82 pcre_uchar *nametable; in pcre_get_stringnumber() 119 pcre_uchar *entry = nametable + entrysize*mid; in pcre_get_stringnumber() 120 int c = STRCMP_UC_UC((pcre_uchar *)stringname, in pcre_get_stringnumber() 121 (pcre_uchar *)(entry + IMM2_SIZE)); in pcre_get_stringnumber() 165 pcre_uchar *nametable, *lastentry; in pcre_get_stringtable_entries() 203 pcre_uchar *entry = nametable + entrysize*mid; in pcre_get_stringtable_entries() 204 int c = STRCMP_UC_UC((pcre_uchar *)stringname, in pcre_get_stringtable_entries() 205 (pcre_uchar *)(entry + IMM2_SIZE)); in pcre_get_stringtable_entries() 208 pcre_uchar *first = entry; in pcre_get_stringtable_entries() 209 pcre_uchar *last = entry; in pcre_get_stringtable_entries() [all …]
|
D | pcre_compile.c | 83 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_PXwd[] = { 349 static const pcre_uchar string_pXwd[] = { [all …]
|
D | pcre16_utf16_utils.c | 92 pcre_uchar *optr = (pcre_uchar *)output; in pcre16_utf16_to_host_byte_order() 93 const pcre_uchar *iptr = (const pcre_uchar *)input; in pcre16_utf16_to_host_byte_order() 94 const pcre_uchar *end; in pcre16_utf16_to_host_byte_order() 96 register pcre_uchar c; in pcre16_utf16_to_host_byte_order()
|
D | pcre32_utf32_utils.c | 104 pcre_uchar *optr = (pcre_uchar *)output; in pcre32_utf32_to_host_byte_order() 105 const pcre_uchar *iptr = (const pcre_uchar *)input; in pcre32_utf32_to_host_byte_order() 106 const pcre_uchar *end; in pcre32_utf32_to_host_byte_order() 108 register pcre_uchar c; in pcre32_utf32_to_host_byte_order()
|
D | pcre_internal.h | 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 * 2235 1+(32/sizeof(pcre_uchar)), /* CLASS */ \ 2236 1+(32/sizeof(pcre_uchar)), /* NCLASS */ \ 2417 const pcre_uchar *name; /* Points to the name in the pattern */ 2430 const pcre_uchar *start_workspace;/* The start of working space */ 2431 const pcre_uchar *start_code; /* The start of the compiled code */ 2432 const pcre_uchar *start_pattern; /* The start of the pattern */ [all …]
|
D | pcre_study.c | 83 find_minlength(const REAL_PCRE *re, const pcre_uchar *code, in find_minlength() 84 const pcre_uchar *startcode, int options, recurse_check *recurses, in find_minlength() 93 register pcre_uchar *cc = (pcre_uchar *)code + 1 + LINK_SIZE; in find_minlength() 106 pcre_uchar *cs, *ce; in find_minlength() 107 register pcre_uchar op = *cc; in find_minlength() 393 pcre_uchar *slot = (pcre_uchar *)re + in find_minlength() 398 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0)); in find_minlength() 438 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1)); in find_minlength() 508 cs = ce = (pcre_uchar *)startcode + GET(cc, 1); in find_minlength() 634 static const pcre_uchar * [all …]
|
D | pcre_printint.c | 118 print_char(FILE *f, pcre_uchar *ptr, BOOL utf) in print_char() 264 print_prop(FILE *f, pcre_uchar *code, const char *before, const char *after) in print_prop() 313 pcre_uchar *codestart, *code; in pcre_printint() 332 code = codestart = (pcre_uchar *)re + offset + count * size; in pcre_printint() 338 pcre_uchar *ccode; in pcre_printint() 433 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) + in pcre_printint() 451 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) + in pcre_printint() 617 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) + in pcre_printint() 702 ccode += 32 / sizeof(pcre_uchar); in pcre_printint() 709 pcre_uchar ch; in pcre_printint()
|
D | pcre_dfa_exec.c | 309 pchars(const pcre_uchar *p, int length, FILE *f) in pchars() 400 const pcre_uchar *this_start_code, in internal_dfa_exec() 401 const pcre_uchar *current_subject, in internal_dfa_exec() 413 const pcre_uchar *ptr; in internal_dfa_exec() 414 const pcre_uchar *end_code, *first_op; in internal_dfa_exec() 423 const pcre_uchar *start_subject = md->start_subject; in internal_dfa_exec() 424 const pcre_uchar *end_subject = md->end_subject; in internal_dfa_exec() 425 const pcre_uchar *start_code = md->start_code; in internal_dfa_exec() 642 const pcre_uchar *code; in internal_dfa_exec() 1016 const pcre_uchar *temp = ptr - 1; in internal_dfa_exec() [all …]
|
D | pcre_byte_order.c | 112 pcre_uchar *ptr; in pcre_pattern_to_host_byte_order() 164 ptr = (pcre_uchar *)re + re->name_table_offset; in pcre_pattern_to_host_byte_order() 276 ptr += 32/sizeof(pcre_uchar); in pcre_pattern_to_host_byte_order() 306 ptr += 32/sizeof(pcre_uchar); in pcre_pattern_to_host_byte_order() 307 length -= 32/sizeof(pcre_uchar); in pcre_pattern_to_host_byte_order()
|
D | pcre32_ord2utf32.c | 68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() 72 *buffer = (pcre_uchar)cvalue; in PRIV()
|
D | pcre_jit_compile.c | 163 const pcre_uchar *str; 164 const pcre_uchar *begin; 165 const pcre_uchar *end; 167 pcre_uchar *uchar_ptr; 168 pcre_uchar *mark_ptr; 231 pcre_uchar *cc; 322 pcre_uchar *start; 388 pcre_uchar *name_table; 544 static pcre_uchar *bracketend(pcre_uchar *cc) in bracketend() 553 static int no_alternatives(pcre_uchar *cc) in no_alternatives() [all …]
|
D | pcre16_ord2utf16.c | 68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() 74 *buffer = (pcre_uchar)cvalue; in PRIV()
|
D | pcre_xclass.c | 67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) in PRIV() 69 pcre_uchar t; in PRIV() 98 if ((*data++ & XCL_MAP) != 0) data += 32 / sizeof(pcre_uchar); in PRIV()
|
D | pcre_fullinfo.c | 199 *((const pcre_uchar **)where) = (const pcre_uchar *)re + re->name_table_offset; in pcre_fullinfo()
|
D | pcre_ord2utf8.c | 68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV()
|
D | pcre32_valid_utf32.c | 86 register pcre_uchar c; in PRIV()
|
D | pcre_exec.c | 131 pchars(const pcre_uchar *p, int length, BOOL is_subject, match_data *md) in pchars() 396 const pcre_uchar *Xecode; 425 pcre_uchar Xocchars[6]; 513 match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode, in match() 623 const pcre_uchar *charptr; in match() 625 const pcre_uchar *callpat; in match() 626 const pcre_uchar *data; in match() 627 const pcre_uchar *next; in match() 629 const pcre_uchar *prev; in match() 643 pcre_uchar occhars[6]; in match() [all …]
|
D | pcre_valid_utf8.c | 120 register pcre_uchar ab, c, d; in PRIV()
|
D | ChangeLog | 788 4. Changing the definition of the variable "op" in pcre_exec.c from pcre_uchar 795 in repeated character loops from pcre_uchar to pcre_uint32 also gave speed 845 19. Redefined some pcre_uchar variables in pcre_exec.c as pcre_uint32; this
|