Home
last modified time | relevance | path

Searched refs:skiplen (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/ddb/
H A Ddb_ctf.c162 u_int skiplen; in db_ctf_typename_to_type() local
186 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() local
236 if ((skiplen = db_ctf_type_size(t)) == -1) { in db_ctf_typeid_to_type()
239 typeoff += skiplen; in db_ctf_typeid_to_type()
/freebsd/contrib/unbound/validator/
H A Dval_nsec3.c299 size_t bitlen, skiplen; in nsec3_has_type() local
303 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()