Home
last modified time | relevance | path

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

/glibc-2.36/resolv/
Dres_send.c260 int gotsomewhere, terrno, try, v_circuit, resplen; in __res_context_send() local
387 resplen = n; in __res_context_send()
394 if (resplen > HFIXEDSZ) in __res_context_send()
414 return (resplen); in __res_context_send()
584 int resplen; in send_vc() local
699 thisresplenp = &resplen; in send_vc()
796 return resplen; in send_vc()
939 int resplen = 0; in send_dg() local
998 if (resplen > 1 && (recvresp1 || (buf2 != NULL && recvresp2))) in send_dg()
1024 return resplen; in send_dg()
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.172087 * resolv/res_send.c (send_dg): Initialize resplen.
DChangeLog.1842703 * resolv/res_send.c (send_vc): Disable warning resplen may
93953 (send_dg): In case of server errors clear resplen or *resplen2.