Lines Matching defs:first
141 firstptr where to put the pointer to the first entry
208 pcre_uchar *first = entry;
210 while (first > nametable)
213 (pcre_uchar *)(first - entrysize + IMM2_SIZE)) != 0) break;
214 first -= entrysize;
223 *firstptr = (char *)first;
226 *firstptr = (PCRE_UCHAR16 *)first;
229 *firstptr = (PCRE_UCHAR32 *)first;
243 * Find first set of multiple named strings *
247 It returns the number of the first one that was set in a pattern match.
254 Returns: the number of the first that is set,
274 char *first, *last;
276 PCRE_UCHAR16 *first, *last;
278 PCRE_UCHAR32 *first, *last;
284 entrysize = pcre_get_stringtable_entries(code, stringname, &first, &last);
288 entrysize = pcre16_get_stringtable_entries(code, stringname, &first, &last);
292 entrysize = pcre32_get_stringtable_entries(code, stringname, &first, &last);
295 for (entry = (pcre_uchar *)first; entry <= (pcre_uchar *)last; entry += entrysize)
365 identifying it by name. If the regex permits duplicate names, the first
583 new store. If the regex permits duplicate names, the first substring that is