Home | History | Annotate | Download | only in pcre

Lines Matching defs:last

111   lastptr     where to put the pointer to the last entry
145 uschar *last = entry;
151 while (last < lastentry)
153 if (strcmp(stringname, (char *)(last + entrysize + 2)) != 0) break;
154 last += entrysize;
157 *lastptr = (char *)last;
181 or the number of the last one if none are set,
190 char *first, *last;
194 entrysize = pcre_get_stringtable_entries(code, stringname, &first, &last);
196 for (entry = (uschar *)first; entry <= (uschar *)last; entry += entrysize)