Searched refs:src_end (Results 1 – 1 of 1) sorted by relevance
224 const char *src_end; /* end ('\0') of source string */ member341 if (s >= ms->src_end) in singlematch()365 while (++s < ms->src_end) { in matchbalance()433 if ((size_t)(ms->src_end-s) >= len && in match_capture()460 s = (s == ms->src_end) ? s : NULL; /* check end of string */ in match()637 ms.src_end = s + ls; in str_find_aux()652 } while (s1++ < ms.src_end && !anchor); in str_find_aux()678 ms.src_end = s+ls; in gmatch_aux()681 src <= ms.src_end; in gmatch_aux()785 ms.src_end = src+srcl; in str_gsub()[all …]