HomeSort by: relevance | last modified time | path
    Searched refs:mac_expand_add_named_fn (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
mac_expand.h 68 extern void mac_expand_add_named_fn(const char *, MAC_EXPAND_NAMED_FN);
mac_midna.c 91 mac_expand_add_named_fn(NAME_TO_A_LABEL, mac_midna_domain_to_ascii_eval);
92 mac_expand_add_named_fn(NAME_TO_U_LABEL, mac_midna_to_u_label_eval);
mac_expand.c 45 /* void mac_expand_add_named_fn(
78 /* registered with mac_expand_add_named_fn().
168 /* mac_expand_add_named_fn() registers a C function that may be
601 /* mac_expand_add_named_fn - register named-function callback */
603 void mac_expand_add_named_fn(const char *name, MAC_EXPAND_NAMED_FN action) function
964 mac_expand_add_named_fn("test_named_fn", named_fn_eval);

Completed in 15 milliseconds