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

  /src/external/ibm-public/postfix/dist/src/trivial-rewrite/
trivial-rewrite.c 576 | DICT_FLAG_NO_REGSUB | DICT_FLAG_UTF8_REQUEST);
582 | DICT_FLAG_NO_REGSUB | DICT_FLAG_UTF8_REQUEST);
588 | DICT_FLAG_NO_REGSUB | DICT_FLAG_UTF8_REQUEST);
594 | DICT_FLAG_NO_REGSUB | DICT_FLAG_UTF8_REQUEST);
transport.c 109 | DICT_FLAG_NO_REGSUB
  /src/external/ibm-public/postfix/dist/src/local/
unknown.c 123 DICT_FLAG_LOCK | DICT_FLAG_NO_REGSUB
mailbox.c 288 DICT_FLAG_LOCK | DICT_FLAG_NO_REGSUB
  /src/external/ibm-public/postfix/dist/src/util/
dict.h 124 #define DICT_FLAG_NO_REGSUB (1<<11) /* disallow regexp substitution */
152 (DICT_FLAG_NO_REGSUB | DICT_FLAG_NO_PROXY | DICT_FLAG_NO_UNAUTH)
dict.c 681 "no_regsub", DICT_FLAG_NO_REGSUB, /* disallow regexp substitution */
dict_regexp.c 645 if (prescan_context.max_sub > 0 && (dict->flags & DICT_FLAG_NO_REGSUB)) {
dict_pcre.c 842 if (prescan_context.max_sub > 0 && (dict->flags & DICT_FLAG_NO_REGSUB)) {

Completed in 75 milliseconds