Searched refs:uschar (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_ucd.c22 const uschar _pcre_ucd_stage1[] = {0};
29 uschar property_0;
30 uschar property_1;
556 const uschar _pcre_ucd_stage1[] = { /* 8704 bytes */
H A Dpcre_fullinfo.c121 *((const uschar **)where) =
146 *((const uschar **)where) = (const uschar *)re + re->name_table_offset;
150 *((const uschar **)where) = (const uschar *)(_pcre_default_tables);
H A Dpcre_ord2utf8.c66 _pcre_ord2utf8(int cvalue, uschar *buffer)
H A Dpcre_get.c74 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)
H A Dpcre_compile.c229 static const uschar posix_name_lengths[] = {
492 compile_regex(int, int, uschar **, const uschar **, int *, BOOL, BOOL, int,
548 check_escape(const uschar **ptrptr, int *errorcodeptr, int bracount,
552 const uschar *ptr = *ptrptr + 1;
579 const uschar *oldptr;
622 const uschar *p;
742 const uschar *pt = ptr + 2;
853 get_ucp(const uschar **ptrptr, BOOL *negptr, int *dptr, int *errorcodeptr)
856 const uschar *pt
[all...]
H A Dpcre_study.c78 find_minlength(const uschar *code, const uschar *startcode, int options)
84 register uschar *cc = (uschar *)code + 1 + LINK_SIZE;
94 uschar *cs, *ce;
341 ce = cs = (uschar *)_pcre_find_bracket(startcode, utf8, GET2(cc, 1));
381 cs = ce = (uschar *)startcode + GET(cc, 1);
447 set_table_bit(uschar *start_bits, unsigned int c, BOOL caseless,
482 set_start_bits(const uschar *code, uschar *start_bit
[all...]
H A Dpcretest.c188 static uschar *buffer = NULL;
189 static uschar *dbuffer = NULL;
190 static uschar *pbuffer = NULL;
217 static uschar *
218 extend_inputline(FILE *f, uschar *start, const char *prompt)
220 uschar *here = start;
267 uschar *new_buffer = (unsigned char *)malloc(new_buffer_size);
268 uschar *new_dbuffer = (unsigned char *)malloc(new_buffer_size);
269 uschar *new_pbuffer = (unsigned char *)malloc(new_buffer_size);
411 ord2utf8(int cvalue, uschar *utf8byte
[all...]
H A Dpcre_dfa_exec.c116 static const uschar coptable[] = {
173 static const uschar poptable[] = {
228 static const uschar toptable1[] = {
236 static const uschar toptable2[] = {
372 const uschar *this_start_code,
373 const uschar *current_subject,
386 const uschar *ctypes, *lcc, *fcc;
387 const uschar *ptr;
388 const uschar *end_code, *first_op;
395 const uschar *start_subjec
[all...]
H A Dpcre_xclass.c67 _pcre_xclass(int c, const uschar *data)
H A Dpcre_printint.src75 print_char(FILE *f, uschar *ptr, BOOL utf8)
158 uschar *codestart, *code;
177 code = codestart = (uschar *)re + offset + count * size;
182 uschar *ccode;
H A Dpcre_exec.c110 pchars(const uschar *p, int length, BOOL is_subject, match_data *md)
327 const uschar *Xecode;
364 uschar Xocchars[8];
456 match(REGISTER USPTR eptr, REGISTER const uschar *ecode, USPTR mstart, USPTR
568 const uschar *charptr; /* in small blocks of the code. My normal */
570 const uschar *callpat; /* them within each of those blocks. */
571 const uschar *data; /* However, in order to accommodate the */
572 const uschar *next; /* version of this code that uses an */
574 const uschar *prev; /* heap, it is easier to declare them all */
593 uschar occhar
[all...]
H A Dpcre_tables.c57 const uschar _pcre_OP_lengths[] = { OP_LENGTHS };
84 const uschar _pcre_utf8_table4[] = {
H A Dpcre_internal.h212 Unix, where it is defined in sys/types, so use "uschar" instead. */
214 typedef unsigned char uschar; typedef
1559 uschar start_bits[32]; /* Starting char bits */
1578 const uschar *lcc; /* Points to lower casing table */
1579 const uschar *fcc; /* Points to case-flipping table */
1580 const uschar *cbits; /* Points to character type table */
1581 const uschar *ctypes; /* Points to table of type maps */
1582 const uschar *start_workspace;/* The start of working space */
1583 const uschar *start_code; /* The start of the compiled code */
1584 const uschar *start_patter
[all...]
/macosx-10.10.1/awk-20/src/
H A Dawk.h31 typedef unsigned char uschar; typedef
80 uschar ctype; /* OCELL, OBOOL, OJUMP, etc. */
81 uschar csub; /* CCON, CTEMP, CFLD, etc. */
214 uschar *up;
220 uschar gototab[NSTATES][NCHARS];
221 uschar out[NSTATES];
222 uschar *restr;
H A Db.c66 static uschar *rlxstr;
67 static uschar *prestr; /* current position in current re */
68 static uschar *lastre; /* origin of last re */
69 static uschar *lastatom; /* origin of last Atom */
70 static uschar *starttok;
162 f->restr = (uschar *) tostring(s);
259 uschar *p;
263 for (i = 0, p = (uschar *) *pp; i < 2 && isxdigit(*p); i++, p++) {
314 uschar *p = (uschar *) arg
[all...]
H A Dtran.c422 uschar *s = (uschar *) is;
423 uschar *buf, *bp;
425 if ((buf = (uschar *) malloc(strlen(is)+3)) == NULL)
H A Dlib.c108 uschar saveb0;
671 if (!isalpha((uschar) *s) && *s != '_')
674 if (!(isalnum((uschar) *s) || *s == '_'))
H A Dlex.c550 c = (uschar)*--yysptr;
552 if ((c = (uschar)*lexprog) != 0)
H A Drun.c845 if (isalpha((uschar)*s) && *s != 'l' && *s != 'h' && *s != 'L')
1310 if (isdigit((uschar)buf[0]))
1533 if (islower((uschar) *p))
1534 *p = toupper((uschar)*p);
1537 if (isupper((uschar) *p))
1538 *p = tolower((uschar)*p);
/macosx-10.10.1/procmail-14/procmail/src/
H A Dincludes.h555 typedef unsigned char uschar; /* sometimes uchar is already typedef'd */ typedef
559 #define uchar uschar

Completed in 140 milliseconds