Searched refs:lastptr (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_get.c142 lastptr where to put the pointer to the last entry
151 char **firstptr, char **lastptr)
155 PCRE_UCHAR16 **firstptr, PCRE_UCHAR16 **lastptr)
159 PCRE_UCHAR32 **firstptr, PCRE_UCHAR32 **lastptr)
224 *lastptr = (char *)last;
227 *lastptr = (PCRE_UCHAR16 *)last;
230 *lastptr = (PCRE_UCHAR32 *)last;
150 pcre_get_stringtable_entries(const pcre *code, const char *stringname, char **firstptr, char **lastptr) argument
H A Dpcre_exec.c2200 PCRE_PUCHAR lastptr = eptr - 1; local
2201 BACKCHAR(lastptr);
2202 if (lastptr < md->start_used_ptr) md->start_used_ptr = lastptr;
2203 GETCHAR(c, lastptr);

Completed in 80 milliseconds