Searched refs:found_len (Results 1 – 1 of 1) sorted by relevance
160 size_t found_len; in read_utf8_string() local163 found_len = OPENSSL_strnlen((const char *) *buf, *len); in read_utf8_string()165 if (found_len == *len) { in read_utf8_string()170 found_len++; /* skip over the \0 byte */ in read_utf8_string()172 r = (int) found_len; in read_utf8_string()175 *len -= found_len; in read_utf8_string()176 *buf = *buf + found_len; /* continue after the \0 byte */ in read_utf8_string()
Completed in 6 milliseconds