Searched refs:offsetptr (Results 1 – 2 of 2) sorted by relevance
348 static int sgetc(const char *inputbuf, int *offsetptr) in sgetc() argument352 if ((c = inputbuf[*offsetptr]) != 0) { in sgetc()353 *offsetptr = *offsetptr + 1; in sgetc()371 static char *slgets(char *buf, int buflen, const char *inputbuf, int *offsetptr) in slgets() argument377 while ((--buflen > 0) && ((c = sgetc(inputbuf, offsetptr)) >= 0)) { in slgets()386 while ((c = sgetc(inputbuf, offsetptr)) >= 0) { in slgets()
2382 PCRE2_SIZE *offsetptr, PCRE2_SPTR *nameptr, uint32_t *namelenptr, in read_name() argument2396 *offsetptr = (PCRE2_SIZE)(ptr - cb->start_pattern); in read_name()