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

  /src/external/ibm-public/postfix/dist/src/util/
mac_parse.h 24 #define MAC_PARSE_LITERAL 1
mac_parse.c 27 /* .IP MAC_PARSE_LITERAL
116 MAC_PARSE_ACTION(status, MAC_PARSE_LITERAL, buf, context);
151 MAC_PARSE_ACTION(status, MAC_PARSE_LITERAL, buf, context);
179 case MAC_PARSE_LITERAL:
180 type_name = "MAC_PARSE_LITERAL";
dict_regexp.c 508 } else if (type == MAC_PARSE_LITERAL && ctxt->max_sub == 0) {
dict_pcre.c 682 } else if (type == MAC_PARSE_LITERAL && ctxt->max_sub == 0) {

Completed in 16 milliseconds