Searched refs:full_end (Results 1 – 1 of 1) sorted by relevance
90 const unsigned char *full_end = full.data + full.size; in extract_name() local93 (!(in->data < full.data || in->data > full_end in extract_name()94 || in->size > (size_t) (full_end - in->data))); in extract_name()95 int ret = dn_expand (full.data, full_end, in->data, in extract_name()
Completed in 4 milliseconds