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

  /src/external/ibm-public/postfix/dist/src/global/
map_search.h 29 * mapping in the map_search_create() request (in addition to the unparsed
57 extern const MAP_SEARCH *map_search_create(const char *);
map_search.c 21 /* const MAP_SEARCH *map_search_create(
33 /* map_search_create() creates a MAP_SEARCH instance for
37 /* was created by map_search_create().
52 /* map_search_create() returns a null pointer when a map_spec
55 /* map_search_create() will never return a search_order that
113 /* map_search_create - store MAP_SEARCH instance */
115 const MAP_SEARCH *map_search_create(const char *map_spec) function
134 msg_panic("map_search_create: missing initialization");
339 map_search_from_create = map_search_create(test_case->map_spec);
364 map_search_from_create_2nd = map_search_create(test_case->map_spec)
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_check.c 691 if ((map_search = map_search_create(name)) != 0)

Completed in 23 milliseconds