Home
last modified time | relevance | path

Searched refs:_vcsock (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/resolv/
Dres-close.c96 if (statp->_vcsock >= 0) in __res_iclose()
98 __close_nocancel_nostatus (statp->_vcsock); in __res_iclose()
99 statp->_vcsock = -1; in __res_iclose()
Dres_send.c596 if (statp->_vcsock >= 0 && (statp->_flags & RES_F_VC) != 0) { in send_vc()
600 if (__getpeername (statp->_vcsock, in send_vc()
608 if (statp->_vcsock < 0 || (statp->_flags & RES_F_VC) == 0) { in send_vc()
609 if (statp->_vcsock >= 0) in send_vc()
612 statp->_vcsock = __socket in send_vc()
614 if (statp->_vcsock < 0) { in send_vc()
621 if (__connect (statp->_vcsock, nsap, in send_vc()
646 if (TEMP_FAILURE_RETRY (__writev (statp->_vcsock, iov, niov)) in send_vc()
662 while ((n = TEMP_FAILURE_RETRY (read(statp->_vcsock, cp, in send_vc()
747 while (len != 0 && (n = read(statp->_vcsock, (char *)cp, (int)len)) > 0){ in send_vc()
[all …]
Dresolv_conf.c470 resp->_vcsock = -1; in update_from_conf()
/glibc-2.36/resolv/bits/types/
Dres_state.h37 int _vcsock; /* PRIVATE: for res_send VC i/o */ member
/glibc-2.36/ChangeLog.old/
DChangeLog.1411097 * resolv/res_libc.c [USE___THREAD] (_res): Initialize _vcsock