Searched refs:escaped_len (Results 1 – 1 of 1) sorted by relevance
504 size_t escaped_len = 2; in char_to_string() local529 escaped_len = hexlen; in char_to_string()533 escaped_len = 1; in char_to_string()538 return escaped_len; in char_to_string()588 size_t escaped_len = char_to_string(ch, '"', first, &escaped_buf); in nibbles_to_string() local590 if (cur_out_len < escaped_len) { in nibbles_to_string()593 memcpy(out, escaped_buf, escaped_len); in nibbles_to_string()594 out += escaped_len; in nibbles_to_string()595 cur_out_len -= escaped_len; in nibbles_to_string()
Completed in 7 milliseconds