Lines Matching defs:map
59 * first key/value pair from the map data base. The returned key should be
66 char *map,
78 if ((map == NULL) || (domain == NULL))
82 maplen = strlen(map);
95 reason = dofirst(domain, map, pdomb, _ypserv_timeout,
119 char *map,
126 return (__yp_first_cflookup(domain, map, key, keylen, val, vallen, 1));
134 dofirst(domain, map, pdomb, timeout, key, keylen, val, vallen)
136 char *map;
150 req.map = map;
219 * "next" key/value pair from the map data base. The input key should be
228 char *map,
243 if ((map == NULL) || (domain == NULL) || (inkey == NULL))
247 maplen = strlen(map);
259 reason = donext(domain, map, inkey, inkeylen, pdomb,
285 char *map,
294 return (__yp_next_cflookup(domain, map, inkey, inkeylen, outkey,
303 donext(domain, map, inkey, inkeylen, pdomb, timeout, outkey, outkeylen,
306 char *map;
322 req.map = map;