Home
last modified time | relevance | path

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

/third_party/quickjs/
Dlibregexp.c1924 #define GET_CHAR(c, cptr, cbuf_end) \ argument
1933 cbuf_type == 2 && cptr < cbuf_end) { \
1943 #define PEEK_CHAR(c, cptr, cbuf_end) \ argument
1951 cbuf_type == 2 && (cptr + 2) < cbuf_end) { \
2034 const uint8_t *cbuf_end; member
2097 const uint8_t *cbuf_end; in lre_exec_backtrack() local
2100 cbuf_end = s->cbuf_end; in lre_exec_backtrack()
2183 if (cptr >= cbuf_end) in lre_exec_backtrack()
2185 GET_CHAR(c, cptr, cbuf_end); in lre_exec_backtrack()
2237 if (cptr == cbuf_end) in lre_exec_backtrack()
[all …]