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

  /external/curl/lib/
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 237 sclose(dummy);
248 sclose(dummy);
curl_ntlm_wb.c 67 /* Portable 'sclose_nolog' used only in child process instead of 'sclose'
80 sclose(conn->ntlm_auth_hlpr_socket);
194 sclose(sockfds[0]);
195 sclose(sockfds[1]);
205 /* Don't use sclose in the child since it fools the socket leak detector */
239 sclose(sockfds[1]);
memdebug.h 153 /* sclose is probably already defined, redefine it! */
154 #undef sclose macro
155 #define sclose(sockfd) curl_sclose(sockfd,__LINE__,__FILE__) macro
memdebug.c 432 "FD %s:%d sclose(%d)\n":
434 "FD %s:%d sclose(%ld)\n":
435 "FD %s:%d sclose(%zd)\n";
444 int res = sclose(sockfd);
connect.c     [all...]
  /external/curl/tests/server/
resolve.c 118 sclose(s);
sockfilt.c 1125 sclose(sockfd);
    [all...]
sws.c     [all...]
rtspd.c     [all...]
tftpd.c 890 sclose(peer);
916 sclose(peer);
919 sclose(sock);
    [all...]
  /external/curl/tests/libtest/
lib500.c 45 return sclose(sock);
  /external/curl/tests/
memanalyze.pl 279 elsif($function =~ /sclose\((\d*)\)/) {
  /prebuilts/go/darwin-x86/src/runtime/
select.go 330 goto sclose
574 sclose:
  /prebuilts/go/linux-x86/src/runtime/
select.go 330 goto sclose
574 sclose:

Completed in 344 milliseconds