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

  /src/external/ibm-public/postfix/dist/src/util/
dict_regexp.c 106 size_t max_sub; /* largest $number in replacement */ member in struct:__anon109
147 size_t max_sub; /* largest $number seen */ member in struct:__anon113
175 if (n < 1 || n > match_rule->max_sub)
256 match_rule->max_sub > 0 ?
257 match_rule->max_sub + 1 : 0,
274 if (match_rule->max_sub == 0)
506 if (n > ctxt->max_sub)
507 ctxt->max_sub = n;
508 } else if (type == MAC_PARSE_LITERAL && ctxt->max_sub == 0) {
596 prescan_context.max_sub = 0
761 size_t max_sub = 0; local
    [all...]
dict_pcre.c 191 size_t max_sub; /* largest $number in replacement */ member in struct:__anon101
239 size_t max_sub; /* Largest $n seen */ member in struct:__anon105
462 if (match_rule->max_sub == 0)
680 if (n > ctxt->max_sub)
681 ctxt->max_sub = n;
682 } else if (type == MAC_PARSE_LITERAL && ctxt->max_sub == 0) {
802 prescan_context.max_sub = 0;
837 if (prescan_context.max_sub > 0 && regexp.match == 0) {
842 if (prescan_context.max_sub > 0 && (dict->flags & DICT_FLAG_NO_REGSUB)) {
881 if (prescan_context.max_sub > actual_sub)
    [all...]

Completed in 17 milliseconds