Searched refs:map_info (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dheader_body_checks.h44 HBC_MAP_INFO map_info[1]; /* actually, a bunch */ member in struct:__anon11750
H A Dheader_body_checks.c203 HBC_MAP_INFO *_mp = (hbc)->map_info + (index); \
317 mp = hbc->map_info + HBC_HEADER_INDEX(header_class);
342 mp = hbc->map_info;
414 for (mp = hbc->map_info; mp < hbc->map_info + len; mp++)
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dypserv_db.c247 ypdb_open_db(domain, map, status, map_info)
251 struct opt_map **map_info;
402 if (map_info) *map_info = m;
513 struct opt_map *map_info = NULL; local
517 db = ypdb_open_db(domain, map, &res.stat, &map_info);
520 if (map_info)
521 host_lookup = map_info->host_lookup;
798 struct opt_map *map_info = NULL; local
803 db = ypdb_open_db(domain, map, &res.stat, &map_info);
[all...]

Completed in 189 milliseconds