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

  /src/external/ibm-public/postfix/dist/src/global/
mail_addr_find.c 17 /* query_form, out_form, strategy)
51 /* address. Override these assumptions with the query_form
92 /* .IP query_form
236 int with_domain, int query_form, VSTRING *ext_addr_buf)
243 switch (query_form) {
256 || query_form != MA_FORM_EXTERNAL_FIRST
270 || query_form != MA_FORM_INTERNAL_FIRST)
284 msg_panic("mail_addr_find: bad query_form: %d", query_form);
293 int query_form, char **extp, char **saved_ext
518 int query_form; local
    [all...]
mail_addr_map.c 17 /* query_form, out_form)
22 /* int query_form;
49 /* .IP query_form
111 int in_form, int query_form, int out_form)
142 in_form, query_form,
255 int query_form; member in struct:__anon23098
488 if (mail_addr_form_to_string(test->query_form) == 0) {
489 msg_warn("test %s: bad query_form field: %d",
490 test->testname, test->query_form);
505 test->in_form, test->query_form, test->out_form)
    [all...]

Completed in 35 milliseconds