Searched refs:shutdown (Results 126 - 150 of 211) sorted by relevance

123456789

/external/openssl/crypto/bio/
H A Dbss_dgram.c242 if (a->shutdown)
479 b->shutdown=(int)num;
493 ret=b->shutdown;
496 b->shutdown=(int)num;
1221 /* If we have to send a shutdown alert message and the
/external/openssl/crypto/x509/
H A Dx509_vfy.h147 int (*shutdown)(X509_LOOKUP *ctx); member in struct:x509_lookup_method_st
/external/openssl/include/openssl/
H A Dx509_vfy.h147 int (*shutdown)(X509_LOOKUP *ctx); member in struct:x509_lookup_method_st
/external/openssl/ssl/
H A Ds23_srvr.c209 s->shutdown=0;
H A Ds23_clnt.c216 s->shutdown=0;
/external/v8/src/
H A Dplatform-posix.cc466 int status = shutdown(socket_, SHUT_RDWR);
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-darwin.h193 DECL_TEMPLATE(darwin, shutdown); // 134
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaselineserver.py156 threading.Thread(target=lambda: self.server.shutdown()).start()
/external/e2fsprogs/
H A De2fsprogs.spec21 filesystem inconsistencies after an unclean shutdown), mke2fs (used to
/external/libsepol/tests/policies/test-expander/
H A Dsmall-base.conf110 shutdown
/external/openssh/
H A Dserverloop.c484 shutdown(fdin, SHUT_WR); /* We will no longer send. */
644 shutdown(fdin, SHUT_WR); /* We will no longer send. */
/external/sepolicy/
H A Daccess_vectors57 shutdown
/external/tremolo/Tremolo/
H A Dframing.c71 if(bs->shutdown){
97 bs->shutdown=1;
/external/chromium/chrome/browser/sessions/
H A Dtab_restore_service_browsertest.cc57 WebKit::shutdown();
/external/chromium/net/socket/
H A Dtcp_client_socket_win.cc413 // connection shutdown, but in Winsock we have to call shutdown explicitly.
416 shutdown(socket_, SD_SEND);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dopenssladapter.cc83 b->shutdown = 0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheBuilderTest.java585 threadPool.shutdown();
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java506 exec.shutdown();
/external/oprofile/utils/
H A Dopcontrol146 -h/--shutdown stop data collection and kill daemon
186 a '--shutdown/start' sequence. A value of
727 echo "$arg unsupported. use \"--shutdown\"" >&2
736 -h|--shutdown)
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h734 int PASCAL FAR shutdown (SOCKET s, int how);
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp156 mEngine->funcs->shutdown(mEngine);
/external/webkit/Source/WebCore/rendering/
H A DRenderImage.cpp72 m_imageResource->shutdown();
/external/netperf/
H A Dnettest_bsd.c125 /* We don't want to use bare constants in the shutdown() call. In the
127 it to the value we used to be passing to shutdown() anyway. raj
1667 if (shutdown(send_socket,SHUT_WR) == SOCKET_ERROR) {
1668 perror("netperf: cannot shutdown tcp stream socket");
1674 /* shutdown to cause a FIN to be sent our way. We will assume that */
2376 if (shutdown(recv_socket,SHUT_WR) == SOCKET_ERROR) {
2377 perror("netperf: cannot shutdown tcp maerts socket");
3138 if (shutdown(send_socket,SHUT_WR) == SOCKET_ERROR) {
3139 perror("netperf: cannot shutdown tcp stream socket");
3145 /* shutdown t
[all...]

Completed in 690 milliseconds

123456789