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

  /src/external/ibm-public/postfix/dist/src/util/
dict.c 11 /* void dict_register(dict_name, dict_info)
12 /* const char *dict_name;
15 /* DICT *dict_handle(dict_name)
16 /* const char *dict_name;
18 /* void dict_unregister(dict_name)
19 /* const char *dict_name;
21 /* int dict_update(dict_name, member, value)
22 /* const char *dict_name;
26 /* const char *dict_lookup(dict_name, member)
27 /* const char *dict_name;
568 char *dict_name = (char *) context; local
    [all...]
dict_open.c 16 /* DICT *dict_open3(dict_type, dict_name, open_flags, dict_flags)
18 /* const char *dict_name;
487 char *dict_name; local
490 if ((dict_name = split_at(saved_dict_spec, ':')) == 0)
494 dict = dict_open3(saved_dict_spec, dict_name, open_flags, dict_flags);
501 DICT *dict_open3(const char *dict_type, const char *dict_name,
521 dict_make_registered_name4(reg_name, dict_type, dict_name,
526 if (*dict_type == 0 || *dict_name == 0)
528 dict_type, dict_name);
532 DICT_OPEN3_RETURN(dict_surrogate(dict_type, dict_name, open_flags
    [all...]
dict_alloc.c 11 /* DICT *dict_alloc(dict_type, dict_name, size)
13 /* const char *dict_name;
52 /* .IP dict_name
142 DICT *dict_alloc(const char *dict_type, const char *dict_name, ssize_t size)
148 dict_type, dict_name, (long) size);
151 dict->name = mystrdup(dict_name);
dict_test.c 43 char *dict_name; local
87 dict_name = argv[optind];
90 dict = dict_open(dict_name, open_flags, dict_flags);
dict_surrogate.c 11 /* DICT *dict_surrogate(dict_type, dict_name,
15 /* const char *dict_name;
34 /* .IP dict_name
136 DICT *dict_surrogate(const char *dict_type, const char *dict_name,
166 dp = (DICT_SURROGATE *) dict_alloc(dict_type, dict_name, sizeof(*dp));
  /src/external/bsd/zstd/dist/tests/
test-zstd-versions.py 88 def dict_ok(tag, dict_name, sample):
89 if not os.path.isfile(dict_name):
92 cmd = ['./zstd.' + tag, '-D', dict_name]
101 dict_name = 'dict.' + tag
102 if not os.path.isfile(dict_name):
108 result = execute('./dictBuilder.' + tag + ' ' + ' '.join(files) + ' -o ' + dict_name, print_output=False, param_shell=True)
110 result = execute('./zstd.' + tag + ' -f --train ' + ' '.join(files) + ' -o ' + dict_name, print_output=False, param_shell=True)
111 if result == 0 and dict_ok(tag, dict_name, files[0]):
112 print(dict_name + ' created')
115 print('creating dictionary ' + dict_name + ' failed, falling back to ' + fallback_dict_name
    [all...]
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_user.c 221 static const char *pcf_lookup_eval(const char *dict_name, const char *name)
227 if ((value = dict_lookup(dict_name, name)) != 0)
228 value = dict_eval(dict_name, value, RECURSIVE);
234 static void pcf_scan_user_parameter_namespace(int mode, const char *dict_name,
255 if ((class_list = pcf_lookup_eval(dict_name, VAR_REST_CLASSES)) != 0) {
276 if ((dict = dict_handle(dict_name)) == 0)
278 myname, dict_name);
281 myname, dict_name);
327 const char *dict_name,
341 if (dict_lookup(dict_name, PCF_PARAM_INFO_NAME(*ht))
    [all...]
  /src/external/ibm-public/postfix/dist/src/testing/
mock_dict.c 52 static DICT *mock_dict_cdb_open(const char *dict_name, int open_flags,
87 static DICT *mock_dict_lmdb_open(const char *dict_name, int open_flags,
  /src/external/ibm-public/postfix/dist/src/global/
dynamicmaps.c 114 char *dict_name; /* dict_xx_open() function name */ member in struct:__anon23086
169 fn[0].name = dp->dict_name; /* not null */
205 dp->dict_name = mystrdup(argv[1]);
217 myfree(dp->dict_name);
  /src/external/gpl2/groff/dist/src/devices/grops/
ps.cpp 71 const char *const dict_name = "grops"; variable
1459 out.put_symbol(dict_name)

Completed in 69 milliseconds