Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c239 int slen, term_len, i; in strdup_with_null() local
243 term_len = ONIGENC_MBC_MINLEN(enc); in strdup_with_null()
245 r = (UChar* )xmalloc(slen + term_len); in strdup_with_null()
249 for (i = 0; i < term_len; i++) in strdup_with_null()

Completed in 13 milliseconds