Searched refs:raw_buf (Results 1 – 3 of 3) sorted by relevance
106 VSTRING *raw_buf; /* raw I/O buffer */ member139 if (dict_tcp->raw_buf == 0) { in dict_tcp_connect()140 dict_tcp->raw_buf = vstring_alloc(10); in dict_tcp_connect()232 || !hex_unquote(dict_tcp->raw_buf, start + 4)) { in dict_tcp_lookup()263 myname, printable(STR(dict_tcp->raw_buf), '_')); in dict_tcp_lookup()264 RETURN(DICT_ERR_NONE, STR(dict_tcp->raw_buf)); in dict_tcp_lookup()276 if (dict_tcp->raw_buf) in dict_tcp_close()277 vstring_free(dict_tcp->raw_buf); in dict_tcp_close()309 dict_tcp->raw_buf = dict_tcp->hex_buf = 0; in dict_tcp_open()
78 char *raw_buf; /* should be shared with the cl handle */ member111 srp->raw_buf = __rpc_rawcombuf; /* Share it with the client */ in svc_raw_create()119 xdrmem_create(&srp->xdr_stream, srp->raw_buf, UDPMSGSIZE, XDR_DECODE); in svc_raw_create()
8225 status = regcache->raw_read (tdep->k0_regnum + regnum, raw_buf);