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

  /src/external/ibm-public/postfix/dist/src/global/
sasl_mech_filter.c 1 /* $NetBSD: sasl_mech_filter.c,v 1.2 2022/10/08 16:12:45 christos Exp $ */
5 /* sasl_mech_filter 3
9 /* #include sasl_mech_filter.h
11 /* const char *sasl_mech_filter(
15 /* sasl_mech_filter() applies the specified filter to a list
66 #include <sasl_mech_filter.h>
70 /* sasl_mech_filter - filter a SASL mechanism list */
72 const char *sasl_mech_filter(STRING_LIST *filter, function
75 const char myname[] = "sasl_mech_filter";

Completed in 76 milliseconds