Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Ddns-domain.h29 … 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
Ddns-domain.c297 …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()