Searched refs:decoded_max (Results 1 - 2 of 2) sorted by relevance
| /systemd/src/shared/ |
| H A D | dns-domain.h | 55 int dns_label_apply_idna(const char *encoded, size_t encoded_size, char *decoded, size_t decoded_max); 56 int dns_label_undo_idna(const char *encoded, size_t encoded_size, char *decoded, size_t decoded_max);
|
| H A D | dns-domain.c | 298 int dns_label_apply_idna(const char *encoded, size_t encoded_size, char *decoded, size_t decoded_max) { argument 337 if (l > decoded_max) 343 if (decoded_max > l) 352 int dns_label_undo_idna(const char *encoded, size_t encoded_size, char *decoded, size_t decoded_max) { argument 388 if (w > decoded_max) 394 if (decoded_max > w)
|
Completed in 10 milliseconds