Home
last modified time | relevance | path

Searched refs:src_end (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstrlib.c172 const char *src_end; /* end (`\0') of source string */ member
290 while (++s < ms->src_end) { in matchbalance()
322 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
358 if ((size_t)(ms->src_end-s) >= len && in match_capture()
518 ms.src_end = s+l1; in str_find_aux()
531 } while (s1++ < ms.src_end && !anchor); in str_find_aux()
556 ms.src_end = s+ls; in gmatch_aux()
558 src <= ms.src_end; in gmatch_aux()
660 ms.src_end = src+srcl; in str_gsub()
671 else if (src < ms.src_end) in str_gsub()
[all …]
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c212 const char *src_end; /* end ('\0') of source string */ member
322 if (s >= ms->src_end) in singlematch()
346 while (++s < ms->src_end) { in matchbalance()
414 if ((size_t)(ms->src_end-s) >= len && in match_capture()
618 ms.src_end = s + ls; in str_find_aux()
633 } while (s1++ < ms.src_end && !anchor); in str_find_aux()
659 ms.src_end = s+ls; in gmatch_aux()
662 src <= ms.src_end; in gmatch_aux()
766 ms.src_end = src+srcl; in str_gsub()
779 else if (src < ms.src_end) in str_gsub()
[all …]