Searched refs:comp_len (Results 1 – 2 of 2) sorted by relevance
53 unsigned long comp_len, left_len; in zzip() local77 comp_len = (srclen > CFG_GZIP_COMPRESS_DEF_SZ) ? in zzip()81 s.avail_in = comp_len; in zzip()117 srclen -= comp_len; in zzip()118 src += comp_len; in zzip()
892 size_t msg_len, ciph_len, sess_len, comp_len, ext_len; in ssl_parse_client_hello() local1277 comp_len = buf[comp_offset]; in ssl_parse_client_hello()1279 if (comp_len < 1 || in ssl_parse_client_hello()1280 comp_len > 16 || in ssl_parse_client_hello()1281 comp_len + comp_offset + 1 > msg_len) { in ssl_parse_client_hello()1289 buf + comp_offset + 1, comp_len); in ssl_parse_client_hello()1294 ext_offset = comp_offset + 1 + comp_len; in ssl_parse_client_hello()
Completed in 41 milliseconds