Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c232 int slen, term_len, i; in strdup_with_null() local
236 term_len = ONIGENC_MBC_MINLEN(enc); in strdup_with_null()
238 r = (UChar* )xmalloc(slen + term_len); in strdup_with_null()
242 for (i = 0; i < term_len; i++) in strdup_with_null()

Completed in 16 milliseconds