Home
last modified time | relevance | path

Searched refs:recv_sspi_close_notify (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/vtls/
Dschannel.c272 connssl->recv_sspi_close_notify = false; in schannel_connect_step1()
887 else if(connssl->recv_sspi_close_notify) { in schannel_recv()
1073 connssl->recv_sspi_close_notify = true; in schannel_recv()
1114 !connssl->recv_sspi_close_notify) { in schannel_recv()
1121 connssl->recv_sspi_close_notify = true; in schannel_recv()
/external/curl/lib/
Durldata.h326 bool recv_sspi_close_notify; /* true if connection closed by close_notify */ member