Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c276 int slen, term_len, i; in strdup_with_null() local
280 term_len = ONIGENC_MBC_MINLEN(enc); in strdup_with_null()
282 r = (UChar* )xmalloc(slen + term_len); in strdup_with_null()
286 for (i = 0; i < term_len; i++) in strdup_with_null()

Completed in 16 milliseconds