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

  /src/external/bsd/kyua-cli/dist/utils/config/
tree.cpp 181 config::tree::lookup_string(const std::string& dotted_key) const function in class:config::tree
  /src/external/ibm-public/postfix/dist/src/util/
dict_regexp.c 138 const char *lookup_string; /* matched text */ member in struct:__anon23231
183 ctxt->lookup_string + pmatch->rm_so,
219 static const char *dict_regexp_lookup(DICT *dict, const char *lookup_string)
231 msg_info("dict_regexp_lookup: %s: %s", dict->name, lookup_string);
239 vstring_strcpy(dict->fold_buf, lookup_string);
240 lookup_string = lowercase(vstring_str(dict->fold_buf));
255 lookup_string,
264 lookup_string,
286 expand_context.lookup_string = lookup_string;
    [all...]
dict_pcre.c 224 const char *lookup_string; /* string against which we match */ member in struct:__anon23223
281 ret = pcre_get_substring(ctxt->lookup_string, ctxt->offsets,
298 start = (unsigned char *) ctxt->lookup_string + ctxt->ovector[2 * n];
419 static const char *dict_pcre_lookup(DICT *dict, const char *lookup_string)
425 int lookup_len = strlen(lookup_string);
431 msg_info("dict_pcre_lookup: %s: %s", dict->name, lookup_string);
439 vstring_strcpy(dict->fold_buf, lookup_string);
440 lookup_string = lowercase(vstring_str(dict->fold_buf));
454 match_rule->match, lookup_string, lookup_len))
477 ctxt.lookup_string = lookup_string
    [all...]

Completed in 25 milliseconds