Lines Matching refs:vallen
68 int vallen; member
96 makenode(char *domain, char *map, int keylen, int vallen) in makenode() argument
109 ((n->val = malloc(vallen)) == 0)) { in makenode()
123 int *vallen) in in_cache() argument
151 *vallen = c->vallen; in in_cache()
177 int *vallen, int hardlookup) in __yp_match_cflookup() argument
214 *vallen = my_vallen; in __yp_match_cflookup()
228 &_ypserv_timeout, val, vallen); in __yp_match_cflookup()
271 savesize = *vallen + 2; in __yp_match_cflookup()
277 c->vallen = *vallen; in __yp_match_cflookup()
295 vallen); in __yp_match_cflookup()
309 int *vallen) /* returns bytes in val */ in yp_match() argument
313 return (__yp_match_cflookup(domain, map, key, keylen, val, vallen, 1)); in yp_match()
360 int *vallen, /* returns bytes in val */ in __yp_match_rsvdport_cflookup() argument
397 *vallen = my_vallen; in __yp_match_rsvdport_cflookup()
412 pdomb, &_ypserv_timeout, val, vallen); in __yp_match_rsvdport_cflookup()
466 savesize = *vallen + 2; in __yp_match_rsvdport_cflookup()
472 c->vallen = *vallen; in __yp_match_rsvdport_cflookup()
494 int *vallen) /* returns bytes in val */ in yp_match_rsvdport() argument
498 vallen, 1)); in yp_match_rsvdport()
508 int *vallen) in domatch() argument
556 *vallen = (int)resp.valdat.dsize; in domatch()