Lines Matching defs:acceptor
224 /* pull in acceptor name (if there is one) */
1407 struct xdr_netobj *acceptor;
1428 /* did the ctx disappear or was it replaced by one with no acceptor? */
1435 acceptor = &ctx->gc_acceptor;
1438 * Did we find a new acceptor that's longer than the original? Allocate
1441 if (len < acceptor->len) {
1442 len = acceptor->len;
1448 memcpy(string, acceptor->data, acceptor->len);
1449 string[acceptor->len] = '\0';