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

/external/python/cpython3/Modules/
H A D_testbuffer.c640 char *nextptr = ADJUST_PTR(ptr, suboffsets); local
642 x = unpack_rec(unpack_from, nextptr, mview, item,
/external/pcre/dist2/src/
H A Dpcre2_match.c2300 PCRE2_SPTR nextptr = eptr + 1; local
2301 FORWARDCHARTEST(nextptr, mb->end_subject);
2302 if (nextptr > mb->last_used_ptr) mb->last_used_ptr = nextptr;

Completed in 138 milliseconds