Searched defs:firstptr (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_get.c141 firstptr where to put the pointer to the first entry
151 char **firstptr, char **lastptr)
155 PCRE_UCHAR16 **firstptr, PCRE_UCHAR16 **lastptr)
159 PCRE_UCHAR32 **firstptr, PCRE_UCHAR32 **lastptr)
223 *firstptr = (char *)first;
226 *firstptr = (PCRE_UCHAR16 *)first;
229 *firstptr = (PCRE_UCHAR32 *)first;
150 pcre_get_stringtable_entries(const pcre *code, const char *stringname, char **firstptr, char **lastptr) argument

Completed in 73 milliseconds