HomeSort by relevance Sort by last modified time
    Searched full:sclose (Results 1 - 24 of 24) sorted by null

  /external/c-ares/
ares__close_sockets.c 56 sclose(server->tcp_socket);
63 sclose(server->udp_socket);
setup_once.h 232 # define sclose(x) closesocket((x)) macro
234 # define sclose(x) CloseSocket((x))
236 # define sclose(x) close((x))
ares_process.c 975 sclose(s);
990 sclose(s);
1002 sclose(s);
1013 sclose(s);
    [all...]
CHANGES 224 - Make sclose() function-like macro definition used to close a socket,
    [all...]
  /external/curl/lib/
curl_ntlm_wb.c 66 /* Portable 'sclose_nolog' used only in child process instead of 'sclose'
79 sclose(conn->ntlm_auth_hlpr_socket);
196 sclose(sockfds[0]);
197 sclose(sockfds[1]);
207 /* Don't use sclose in the child since it fools the socket leak detector */
244 sclose(sockfds[1]);
memdebug.h 143 /* sclose is probably already defined, redefine it! */
144 #undef sclose macro
145 #define sclose(sockfd) curl_sclose(sockfd,__LINE__,__FILE__) macro
curl_setup_once.h 257 # define sclose(x) closesocket((x)) macro
259 # define sclose(x) CloseSocket((x))
261 # define sclose(x) close_s((x))
263 # define sclose(x) lwip_close((x))
265 # define sclose(x) close((x))
if2ip.c 234 sclose(dummy);
245 sclose(dummy);
memdebug.c 402 "FD %s:%d sclose(%d)\n":
404 "FD %s:%d sclose(%ld)\n":
405 "FD %s:%d sclose(%zd)\n";
414 int res=sclose(sockfd);
connect.c     [all...]
pop3.c 623 * Performs the quit action prior to sclose() be called.
    [all...]
smtp.c 646 * Performs the quit action prior to sclose() being called.
    [all...]
imap.c 818 * Performs the logout action prior to sclose() being called.
    [all...]
ftp.c     [all...]
  /external/curl/tests/libtest/
lib500.c 45 return sclose(sock);
  /external/curl/tests/server/
resolve.c 126 sclose(s);
sws.c     [all...]
sockfilt.c 1094 sclose(sockfd);
    [all...]
tftpd.c 881 sclose(peer);
907 sclose(peer);
910 sclose(sock);
    [all...]
rtspd.c     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
select.go 339 goto sclose
594 sclose:
  /prebuilts/go/linux-x86/src/runtime/
select.go 339 goto sclose
594 sclose:
  /external/curl/tests/
memanalyze.pl 275 elsif($function =~ /sclose\((\d*)\)/) {
  /external/curl/docs/
INTERNALS 136 macros in use are sclose(), sread() and swrite().
    [all...]

Completed in 776 milliseconds