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

/freebsd-current/contrib/ldns/
H A Dstr2host.c2318 uint16_t x_len , y_len; local
2324 y_len = ldns_read_uint16(y + 2);
2326 return x_len != y_len
2327 ? (x_len > y_len ? 1 : -1)

Completed in 105 milliseconds