• Home
  • Raw
  • Download

Lines Matching refs:uschar

64 static const uschar	*rlxstr;
65 static const uschar *prestr; /* current position in current re */
66 static const uschar *lastre; /* origin of last re */
67 static const uschar *lastatom; /* origin of last Atom */
68 static const uschar *starttok;
69 static const uschar *basestr; /* starts with original, replaced during
71 static const uschar *firstbasestr;
109 uschar *p2; in resize_state()
123 p2 = (uschar *) realloc(f->out, new_count * sizeof(f->out[0])); in resize_state()
190 firstbasestr = (const uschar *) s; in mkdfa()
211 f->restr = (uschar *) tostring(s); in mkdfa()
303 int hexstr(const uschar **pp) /* find and eval hex string at pp, return new p */ in hexstr()
305 const uschar *p; in hexstr()
323 int quoted(const uschar **pp) /* pick up next thing after a \\ */ in quoted()
326 const uschar *p = *pp; in quoted()
364 const uschar *op, *p = (const uschar *) argp; in cclenter()
365 uschar *bp; in cclenter()
366 static uschar *buf = NULL; in cclenter()
370 if (buf == NULL && (buf = (uschar *) malloc(bufsz)) == NULL) in cclenter()
529 const uschar *s = (const uschar *) sarg; in member()
540 const uschar *p = (const uschar *) p0; in match()
562 const uschar *p = (const uschar *) p0; in pmatch()
563 const uschar *q; in pmatch()
607 const uschar *p = (const uschar *) p0; in nematch()
608 const uschar *q; in nematch()
689 c = (uschar)buf[j]; in fnematch()
739 lastre = prestr = (const uschar *) p; /* prestr points to string to be parsed */ in reparse()
918 replace_repeat(const uschar *reptok, int reptoklen, const uschar *atom, in replace_repeat()
922 uschar *buf = 0; in replace_repeat()
942 if ((buf = (uschar *) malloc(size + 1)) == NULL) in replace_repeat()
986 static int repeat(const uschar *reptok, int reptoklen, const uschar *atom, in repeat()
1029 static uschar *buf = NULL; in relex()
1031 uschar *bp; in relex()
1036 const uschar *startreptok; in relex()
1070 if (buf == NULL && (buf = (uschar *) malloc(bufsz)) == NULL) in relex()
1162 rlxstr = (uschar *) tostring((char *) buf); in relex()