Searched refs:terminate (Results 51 - 75 of 216) sorted by relevance

123456789

/macosx-10.10.1/WebKit2-7600.1.25/NetworkProcess/
H A DNetworkProcess.cpp108 // Network process keeps session cookies and credentials, so it should never terminate (as long as UI process connection is alive).
271 void NetworkProcess::terminate() function in class:WebKit::NetworkProcess
274 ChildProcess::terminate();
H A DNetworkProcess.h83 virtual void terminate() override;
/macosx-10.10.1/apache-793/httpd/support/
H A Dhtdigest.c178 static void terminate(void) function
201 atexit(terminate);
H A Dhtpasswd.c151 static void terminate(void) function
295 atexit(terminate);
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c257 void terminate(int exitError);
780 terminate(cclErr_BadParameter);
803 terminate(cclErr_BadParameter);
807 terminate(cclErr_NoMemErr);
815 terminate(cclErr_BadParameter);
830 terminate(signalerror);
839 terminate(cclErr);
1010 terminate(SV.theAbortErr); // a script syntax error was detected
1768 if (SV.scriptLine == 0) { // no entry point, so terminate the script.
1771 terminate(cclErr_EndOfScriptEr
3041 void terminate(int exitError) function
[all...]
/macosx-10.10.1/ruby-106/ruby/test/strscan/
H A Dtest_stringscanner.rb78 s.terminate
199 s.terminate
210 s.terminate
531 s.terminate
533 s.terminate
560 s.terminate
567 s.terminate
/macosx-10.10.1/CPANInternal-159.1/Term-ReadPassword-0.11/
H A DReadPassword.pm234 buffer. And, optionally, the character Control-C may be used to terminate
267 many seconds, the input operation will terminate. Notice that this is not
274 terminate the program while it is waiting for input. (That is to say, the
/macosx-10.10.1/Chess-310.6/sjeng/
H A Dnewbook.c65 int terminate = FALSE; local
69 while(!terminate)
107 terminate = TRUE;
/macosx-10.10.1/ppp-786.1.1/Helpers/chat/
H A Dchat.c281 void terminate __P((int status));
293 void terminate __P((int status));
453 terminate(0);
563 * Print an error message and terminate.
585 terminate(code);
681 void terminate(status) function
691 * Allow the last of the report string to be gathered before we terminate.
894 *s1++ = '\0'; /* terminate the string */
1038 terminate(exit_code);
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclLoadAix.c71 struct dl_info *info; /* optional init/terminate functions */
92 static void terminate(void);
101 * Upon the first call register a terminate handler that will
108 atexit(terminate);
315 static void terminate(void) function
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadAix.c56 * that contains functions to be called to initialize and terminate.
71 struct dl_info *info; /* optional init/terminate functions */
92 static void terminate (void);
104 * Upon the first call register a terminate handler that will
111 atexit(terminate);
327 terminate() function
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadAix.c55 * that contains functions to be called to initialize and terminate.
70 struct dl_info *info; /* optional init/terminate functions */
91 static void terminate _ANSI_ARGS_((void));
103 * Upon the first call register a terminate handler that will
110 atexit(terminate);
326 terminate() function
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioPort.cpp237 control->terminate();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dcssm.cpp70 gManager().terminate();
H A Dmanager.cpp95 bool CssmManager::terminate() function in class:CssmManager
104 CssmError::throwMe(CSSM_ERRCODE_FUNCTION_FAILED); // @#can't terminate with modules loaded
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_mds/lib/
H A DMDSSession.h45 void terminate ();
/macosx-10.10.1/Security-57031.1.35/securityd/libsecurity_agent/lib/
H A Dagentclient.h119 OSStatus terminate();
/macosx-10.10.1/Security-57031.1.35/securityd/libsecurity_agent/security_agent_client/
H A Dagentclient.h119 OSStatus terminate();
/macosx-10.10.1/Security-57031.1.35/securityd/security_agent_client/
H A Dagentclient.h119 OSStatus terminate();
/macosx-10.10.1/Security-57031.1.35/securityd/security_agent_server/
H A Dagentclient.h119 OSStatus terminate();
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DChildProcessProxy.cpp66 void ChildProcessProxy::terminate() function in class:WebKit::ChildProcessProxy
/macosx-10.10.1/apache-793/httpd/include/
H A Dmpm_common.h97 * @param terminate Either 1 or 0. If 1, send the child processes SIGTERM
106 AP_DECLARE(void) ap_reclaim_child_processes(int terminate,
161 * @return 0 on success, APEXIT_CHILDFATAL if MPM should terminate
/macosx-10.10.1/libsecurity_agent-55000/lib/
H A Dagentclient.h118 OSStatus terminate();
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dmain.c83 static volatile int terminate = 0; variable
596 terminate = 1;
604 return terminate;
656 terminate = 1;
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dagentquery.cpp229 SecurityAgentConnection::terminate() function in class:SecurityAgentConnection
364 SecurityAgentXPCConnection::terminate() function in class:SecurityAgentXPCConnection
450 SecurityAgentQuery::terminate() function in class:SecurityAgentQuery
453 SecurityAgentConnection::terminate();
454 SecurityAgent::Client::terminate();
486 (*thisClient)->terminate();
581 SecurityAgentXPCQuery::terminate() function in class:SecurityAgentXPCQuery
1457 terminate();

Completed in 309 milliseconds

123456789