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

  /src/external/ibm-public/postfix/dist/src/util/
mac_expand.c 18 /* const bool dont_parse(const char *key, void *context)
241 MAC_EXP_DONT_PARSE_FN dont_parse; /* veto routine */ member in struct:__anon124
679 int dont_parse = false; local
758 if (mc->dont_parse)
759 dont_parse = mc->dont_parse(start, mc->context);
814 } else if ((mc->flags & MAC_EXP_FLAG_RECURSE) && !dont_parse) {
866 MAC_EXP_DONT_PARSE_FN dont_parse, void *context)
879 mc.dont_parse = dont_parse;
    [all...]
mac_expand.c 18 /* const bool dont_parse(const char *key, void *context)
241 MAC_EXP_DONT_PARSE_FN dont_parse; /* veto routine */ member in struct:__anon124
679 int dont_parse = false; local
758 if (mc->dont_parse)
759 dont_parse = mc->dont_parse(start, mc->context);
814 } else if ((mc->flags & MAC_EXP_FLAG_RECURSE) && !dont_parse) {
866 MAC_EXP_DONT_PARSE_FN dont_parse, void *context)
879 mc.dont_parse = dont_parse;
    [all...]

Completed in 35 milliseconds