Home
last modified time | relevance | path

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

/dports/databases/libcouchbase/libcouchbase-2.10.7/include/libcouchbase/plugins/io/
H A Dbsdio-inl.c54 LCB_IOPS_ERRNO(iops) = get_wserr(sock); in recvv_impl()
83 LCB_IOPS_ERRNO(iops) = get_wserr(sock); in sendv_impl()
113 LCB_IOPS_ERRNO(iops) = errno; in recvv_impl()
124 LCB_IOPS_ERRNO(iops) = errno; in recv_impl()
141 LCB_IOPS_ERRNO(iops) = errno; in sendv_impl()
152 LCB_IOPS_ERRNO(iops) = errno; in send_impl()
191 LCB_IOPS_ERRNO(iops) = errno; in socket_impl()
197 LCB_IOPS_ERRNO(iops) = errno; in socket_impl()
231 LCB_IOPS_ERRNO(iops) = errno; in connect_impl()
304 LCB_IOPS_ERRNO(io) = lasterr; in cntl_getset_impl()
[all …]
/dports/databases/libcouchbase/libcouchbase-2.10.7/plugins/io/libuv/
H A Dplugin-libuv.c293 LCB_IOPS_ERRNO(iobase) = ENOTSUP; in cntl_socket()
297 LCB_IOPS_ERRNO(iobase) = ENOTSUP; in cntl_socket()
/dports/databases/libcouchbase/libcouchbase-2.10.7/include/libcouchbase/
H A Diops.h902 #define LCB_IOPS_ERRNO(iops) LCB_IOPS_BASEFLD(iops, error) macro