HomeSort by: relevance | last modified time | path
    Searched defs:midna_domain_to_ascii (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
midna_domain.c 14 /* const char *midna_domain_to_ascii(
38 /* midna_domain_to_ascii() converts an UTF-8 or ASCII domain
50 /* same operations as midna_domain_to_ascii() and
263 * rely on midna_domain_to_ascii() to validate the output.
267 if (midna_domain_to_ascii(buf) == 0)
285 /* midna_domain_to_ascii - convert name to ASCII */
287 const char *midna_domain_to_ascii(const char *name) function
326 if ((cache_res = midna_domain_to_ascii(STR(midna_domain_buf))) == 0)
395 ascii = midna_domain_to_ascii(bp);
410 ascii = midna_domain_to_ascii(utf8)
    [all...]

Completed in 50 milliseconds