Searched refs:skiplen (Results 1 – 2 of 2) sorted by relevance
162 u_int skiplen; in db_ctf_typename_to_type() local186 if ((skiplen = db_ctf_type_size(t)) == -1) { in db_ctf_typename_to_type()189 typeoff += skiplen; in db_ctf_typename_to_type()223 u_int skiplen; in db_ctf_typeid_to_type() local236 if ((skiplen = db_ctf_type_size(t)) == -1) { in db_ctf_typeid_to_type()239 typeoff += skiplen; in db_ctf_typeid_to_type()
299 size_t bitlen, skiplen; in nsec3_has_type() local303 skiplen = 2+4; in nsec3_has_type()305 if(d->rr_len[r] < skiplen+1) in nsec3_has_type()307 skiplen += 1+(size_t)d->rr_data[r][skiplen]; in nsec3_has_type()309 if(d->rr_len[r] < skiplen+1) in nsec3_has_type()311 skiplen += 1+(size_t)d->rr_data[r][skiplen]; in nsec3_has_type()312 if(d->rr_len[r] < skiplen) in nsec3_has_type()314 bitlen = d->rr_len[r] - skiplen; in nsec3_has_type()315 bitmap = d->rr_data[r]+skiplen; in nsec3_has_type()