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

/openbsd-current/usr.sbin/unbound/sldns/
H A Dstr2wire.c2270 uint8_t vert_pre_b = 1, vert_pre_e = 3; local
2409 if(!loc_parse_cm(my_str, &my_str, &vert_pre_b, &vert_pre_e))
2418 rd[3] = ((vert_pre_b << 4) & 0xf0) | (vert_pre_e & 0x0f);
/openbsd-current/sbin/unwind/libunbound/sldns/
H A Dstr2wire.c2270 uint8_t vert_pre_b = 1, vert_pre_e = 3; local
2409 if(!loc_parse_cm(my_str, &my_str, &vert_pre_b, &vert_pre_e))
2418 rd[3] = ((vert_pre_b << 4) & 0xf0) | (vert_pre_e & 0x0f);

Completed in 66 milliseconds