Home
last modified time | relevance | path

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

/PHP-7.3/win32/
H A Dglob.c168 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; local
189 bufend = bufnext + MAXPATHLEN - 1;
191 while (bufnext < bufend && (c = *patnext++) != EOS)
195 while (bufnext < bufend && (c = *patnext++) != EOS)
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c6786 UChar* bufend; in parse_callout_args() local
6799 bufend = buf; in parse_callout_args()
6830 if (bufend + clen > buf + MAX_CALLOUT_ARG_BYTE_LENGTH) in parse_callout_args()
6833 xmemcpy(bufend, e, clen); in parse_callout_args()
6834 bufend += clen; in parse_callout_args()
6850 r = parse_long(enc, buf, bufend, 1, LONG_MAX, &rl); in parse_callout_args()
6871 vals[n].c = ONIGENC_MBC_TO_CODE(enc, buf, bufend); in parse_callout_args()
6876 UChar* rs = onigenc_strdup(enc, buf, bufend); in parse_callout_args()

Completed in 28 milliseconds