/external/pcre/ |
pcre_fullinfo.c | 121 *((const uschar **)where) = 146 *((const uschar **)where) = (const uschar *)re + re->name_table_offset; 150 *((const uschar **)where) = (const uschar *)(_pcre_default_tables);
|
pcre_study.c | 79 find_minlength(const uschar *code, const uschar *startcode, int options) 85 register uschar *cc = (uschar *)code + 1 + LINK_SIZE; 95 uschar *cs, *ce; 342 ce = cs = (uschar *)_pcre_find_bracket(startcode, utf8, GET2(cc, 1)); 382 cs = ce = (uschar *)startcode + GET(cc, 1); 462 static const uschar * 463 set_table_bit(uschar *start_bits, const uschar *p, BOOL caseless [all...] |
pcre_compile.c | 234 static const uschar posix_name_lengths[] = { 269 static const uschar *substitutes[] = { 270 (uschar *)"\\P{Nd}", /* \D */ 271 (uschar *)"\\p{Nd}", /* \d */ 272 (uschar *)"\\P{Xsp}", /* \S */ /* NOTE: Xsp is Perl space */ 273 (uschar *)"\\p{Xsp}", /* \s */ 274 (uschar *)"\\P{Xwd}", /* \W */ 275 (uschar *)"\\p{Xwd}" /* \w */ 278 static const uschar *posix_substitutes[] = { 279 (uschar *)"\\p{L}", /* alpha * [all...] |
pcre_internal.h | 212 Unix, where it is defined in sys/types, so use "uschar" instead. */ 214 typedef unsigned char uschar; typedef [all...] |
pcre_get.c | 74 uschar *nametable; 89 uschar *entry = nametable + entrysize*mid; 124 uschar *nametable, *lastentry; 140 uschar *entry = nametable + entrysize*mid; 144 uschar *first = entry; 145 uschar *last = entry; 191 uschar *entry; 196 for (entry = (uschar *)first; entry <= (uschar *)last; entry += entrysize)
|
pcretest.c | 196 static uschar *buffer = NULL; 197 static uschar *dbuffer = NULL; 198 static uschar *pbuffer = NULL; 574 static uschar * 575 extend_inputline(FILE *f, uschar *start, const char *prompt) 577 uschar *here = start; 624 uschar *new_buffer = (unsigned char *)malloc(new_buffer_size); 625 uschar *new_dbuffer = (unsigned char *)malloc(new_buffer_size); 626 uschar *new_pbuffer = (unsigned char *)malloc(new_buffer_size); 768 ord2utf8(int cvalue, uschar *utf8bytes [all...] |
pcre_dfa_exec.c | 116 static const uschar coptable[] = { 174 static const uschar poptable[] = { 230 static const uschar toptable1[] = { 238 static const uschar toptable2[] = { 374 const uschar *this_start_code, 375 const uschar *current_subject, 388 const uschar *ctypes, *lcc, *fcc; 389 const uschar *ptr; 390 const uschar *end_code, *first_op; 397 const uschar *start_subject = md->start_subject [all...] |
pcre_ord2utf8.c | 66 _pcre_ord2utf8(int cvalue, uschar *buffer)
|
pcre_printint.src | 75 print_char(FILE *f, uschar *ptr, BOOL utf8) 158 uschar *codestart, *code; 177 code = codestart = (uschar *)re + offset + count * size; 182 uschar *ccode;
|
pcre_xclass.c | 67 _pcre_xclass(int c, const uschar *data)
|
pcre_exec.c | 120 pchars(const uschar *p, int length, BOOL is_subject, match_data *md) 339 const uschar *Xecode; 376 uschar Xocchars[8]; 470 match(REGISTER USPTR eptr, REGISTER const uschar *ecode, USPTR mstart, 471 const uschar *markptr, int offset_top, match_data *md, unsigned long int ims, 583 const uschar *charptr; /* in small blocks of the code. My normal */ 585 const uschar *callpat; /* them within each of those blocks. */ 586 const uschar *data; /* However, in order to accommodate the */ 587 const uschar *next; /* version of this code that uses an */ 589 const uschar *prev; /* heap, it is easier to declare them all * [all...] |
pcre_tables.c | 57 const uschar _pcre_OP_lengths[] = { OP_LENGTHS }; 84 const uschar _pcre_utf8_table4[] = {
|
pcre_ucd.c | 22 const uschar _pcre_ucd_stage1[] = {0}; 29 uschar property_0; 30 uschar property_1; 556 const uschar _pcre_ucd_stage1[] = { /* 8704 bytes */ [all...] |
ChangeLog | 422 their definitions. The declarations used "const uschar *" and the 424 unsigned char *" (and uschar is typedeffed as "unsigned char"), it was [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
uniq.good | 326 const uschar *bmtable = NULL; 327 const uschar *data = ecode + 1; /* Save for matching */ 328 const uschar *end_subject; 329 const uschar *next = ecode + 1; 330 const uschar *p = md->start_subject + md->offset_vector[offset]; 331 const uschar *p; 332 const uschar *pp = eptr; 333 const uschar *prev = ecode - (ecode[1] << 8) - ecode[2]; 334 const uschar *prev = ecode; 335 const uschar *req_char_ptr = start_match - 1 [all...] |
uniq.inp | 836 const uschar *bmtable = NULL; 837 const uschar *data = ecode + 1; /* Save for matching */ 838 const uschar *end_subject; 839 const uschar *next = ecode + 1; 840 const uschar *next = ecode + 1; 841 const uschar *p = md->start_subject + md->offset_vector[offset]; 842 const uschar *p; 843 const uschar *pp = eptr; 844 const uschar *pp = eptr; 845 const uschar *pp = eptr [all...] |