Searched refs:decoded_max (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/shared/ |
D | dns-domain.h | 29 … dns_label_apply_idna(const char *encoded, size_t encoded_size, char *decoded, size_t decoded_max); 30 int dns_label_undo_idna(const char *encoded, size_t encoded_size, char *decoded, size_t decoded_max…
|
D | dns-domain.c | 297 …dns_label_apply_idna(const char *encoded, size_t encoded_size, char *decoded, size_t decoded_max) { in dns_label_apply_idna() argument 340 if (l > decoded_max) in dns_label_apply_idna() 346 if (decoded_max > l) in dns_label_apply_idna() 352 int dns_label_undo_idna(const char *encoded, size_t encoded_size, char *decoded, size_t decoded_max… in dns_label_undo_idna() argument 389 if (w > decoded_max) in dns_label_undo_idna() 395 if (decoded_max > w) in dns_label_undo_idna()
|