Lines Matching defs:acceptor
241 /* pull in acceptor name (if there is one) */
1427 struct xdr_netobj *acceptor;
1448 /* did the ctx disappear or was it replaced by one with no acceptor? */
1455 acceptor = &ctx->gc_acceptor;
1458 * Did we find a new acceptor that's longer than the original? Allocate
1461 if (len < acceptor->len) {
1462 len = acceptor->len;
1468 memcpy(string, acceptor->data, acceptor->len);
1469 string[acceptor->len] = '\0';