Home
last modified time | relevance | path

Searched refs:raw_buf (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_tcp.c106 VSTRING *raw_buf; /* raw I/O buffer */ member
139 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()
/netbsd-src/lib/libc/rpc/
H A Dsvc_raw.c78 char *raw_buf; /* should be shared with the cl handle */ member
111 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()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git8225 status = regcache->raw_read (tdep->k0_regnum + regnum, raw_buf);