Lines Matching refs:vallen
67 int vallen; member
95 makenode(char *domain, char *map, int keylen, int vallen) in makenode() argument
108 ((n->val = malloc(vallen)) == 0)) { in makenode()
122 int *vallen) in in_cache() argument
150 *vallen = c->vallen; in in_cache()
176 int *vallen, int hardlookup) in __yp_match_cflookup() argument
213 *vallen = my_vallen; in __yp_match_cflookup()
227 &_ypserv_timeout, val, vallen); in __yp_match_cflookup()
270 savesize = *vallen + 2; in __yp_match_cflookup()
276 c->vallen = *vallen; in __yp_match_cflookup()
294 vallen); in __yp_match_cflookup()
308 int *vallen) /* returns bytes in val */ in yp_match() argument
312 return (__yp_match_cflookup(domain, map, key, keylen, val, vallen, 1)); in yp_match()
359 int *vallen, /* returns bytes in val */ in __yp_match_rsvdport_cflookup() argument
396 *vallen = my_vallen; in __yp_match_rsvdport_cflookup()
411 pdomb, &_ypserv_timeout, val, vallen); in __yp_match_rsvdport_cflookup()
465 savesize = *vallen + 2; in __yp_match_rsvdport_cflookup()
471 c->vallen = *vallen; in __yp_match_rsvdport_cflookup()
493 int *vallen) /* returns bytes in val */ in yp_match_rsvdport() argument
497 vallen, 1)); in yp_match_rsvdport()
507 int *vallen) in domatch() argument
555 *vallen = (int)resp.valdat.dsize; in domatch()