Searched refs:const_ch (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_ct_util.c667 const unsigned char *const_ch; local
695 const_ch = buf;
697 rv = ctutil_deserialize_uint64(&const_ch, &avail, &val64);
700 ap_assert(const_ch == buf + 8);
732 const_ch = buf;
734 rv = ctutil_deserialize_uint16(&const_ch, &avail, &val16);

Completed in 1704 milliseconds