HomeSort by relevance Sort by last modified time
    Searched refs:connclose (Results 1 - 16 of 16) sorted by null

  /external/curl/lib/
connect.h 115 #define connclose(x,y) Curl_conncontrol(x,TRUE, y) macro
119 #define connclose(x,y) (x)->bits.close = TRUE macro
smb.c 655 connclose(conn, "SMB: failed to send negotiate message");
665 connclose(conn, "SMB: failed to communicate");
677 connclose(conn, "SMB: negotiation failed");
685 connclose(conn, "SMB: failed to send setup message");
693 connclose(conn, "SMB: authentication failed");
725 connclose(conn, "SMB: failed to send tree connect message");
735 connclose(conn, "SMB: failed to communicate");
873 connclose(conn, "SMB: failed to send message");
http.c 465 connclose(conn, "Mid-auth HTTP and much data left to send");
    [all...]
transfer.c 561 connclose(conn, "already downloaded");
590 connclose(conn, "Simulated 304 handling");
    [all...]
asyn-ares.c 421 connclose(conn, "c-ares resolve failed");
asyn-thread.c 487 connclose(conn, "asynch resolve failed");
http_proxy.c 571 connclose(conn, "proxy CONNECT failure");
multi.c 688 connclose(data->easy_conn, "Removed with partial response");
    [all...]
ldap.c 680 connclose(conn, "LDAP connection always disable re-use");
ftp.c     [all...]
pop3.c     [all...]
tftp.c 983 connclose(conn, "TFTP");
    [all...]
imap.c     [all...]
smtp.c     [all...]
ssh.c     [all...]
url.c     [all...]

Completed in 4274 milliseconds