Searched refs:decomp_length (Results 1 – 1 of 1) sorted by relevance
456 apr_ssize_t decomp_length; in svn_utf__fuzzy_escape() local461 decomp_length = unicode_decomposition(decomp_flags, src, length, &buffer); in svn_utf__fuzzy_escape()462 if (decomp_length < 0) in svn_utf__fuzzy_escape()478 decomp_length = 0; in svn_utf__fuzzy_escape()499 &buffer, (decomp_length + len) * sizeof(apr_int32_t)); in svn_utf__fuzzy_escape()500 memcpy((apr_int32_t*)buffer.data + decomp_length, in svn_utf__fuzzy_escape()502 decomp_length += len; in svn_utf__fuzzy_escape()552 &buffer, (decomp_length + 1) * sizeof(apr_int32_t)); in svn_utf__fuzzy_escape()553 ((apr_int32_t*)buffer.data)[decomp_length++] = uc; in svn_utf__fuzzy_escape()562 result = svn_stringbuf_create_ensure(decomp_length, pool); in svn_utf__fuzzy_escape()[all …]