Searched refs:async (Results 76 - 100 of 156) sorted by relevance

1234567

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIOCmd.c1441 "-async", "-myaddr", "-myport","-server", NULL
1446 int optionIndex, a, server = 0, port, myport = 0, async = 0;
1468 "cannot set -async option for server sockets", NULL);
1471 async = 1;
1498 if (async == 1) {
1500 "cannot set -async option for server sockets", NULL);
1532 "?-myaddr addr? ?-myport myport? ?-async? host port");
1583 chan = Tcl_OpenTcpClient(interp, port, host, myaddr, myport, async);
1427 int optionIndex, a, server = 0, port, myport = 0, async = 0; local
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclIOCmd.c1320 "-async", "-myaddr", "-myport","-server", (char *) NULL
1329 int async = 0;
1353 "cannot set -async option for server sockets",
1357 async = 1;
1388 if (async == 1) {
1390 "cannot set -async option for server sockets",
1424 " ?-myaddr addr? ?-myport myport? ?-async? host port\n",
1473 chan = Tcl_OpenTcpClient(interp, port, host, myaddr, myport, async);
1311 int async = 0; local
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/nns/
H A Dnns.tcl47 # In continuous and async modes it returns an object whose
110 } elseif {$opt eq "-async"} {
126 } elseif {$opt eq "-async"} {
131 return -code error "wrong\#args: Expected ?-continuous|-async? ?pattern?"
135 return -code error "wrong\#args: Expected ?-continuous|-async? ?pattern?"
168 [SERV] send -async $sid $args
225 # Notify async/cont search of the loss.
246 # Table of active async/cont searches
314 ## Receiver for continuous and async searches
320 # Due to the async natur
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c1209 if (ISSET(bp->nb_flags, NB_ASYNC)) { /* if async, release it */
1261 * just fall back to doing the async write.
1266 /* issue async write */
1482 * For async I/O, the callbacks will finish up the
1541 int error = 0, nfsvers, async; local
1573 /* Note: Can only do async I/O if nfsiods are configured. */
1574 async = (bp->nb_flags & NB_ASYNC);
1575 cb.rcb_func = async ? nfs_buf_read_rpc_finish : NULL;
1580 if (async && (nrpcs > 1)) {
1602 if (async)
2280 int error = 0, oldflags, async; local
2699 int error = 0, nfsvers, async; local
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinSock.c210 #define SOCKET_ASYNC_CONNECT (1<<2) /* This socket uses async
238 int myport, int async));
432 * Create the async notification window with a new class. We
890 * could have consumed the data in the meantime. Turn off async
893 * async select handler and keep waiting.
1082 CreateSocket(interp, port, host, server, myaddr, myport, async)
1090 int async; /* If nonzero, connect client socket
1094 int asyncConnect = 0; /* Will be 1 if async connect is
1197 if (async) {
1424 Tcl_OpenTcpClient(interp, port, host, myaddr, myport, async)
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Drequest.c259 /* async connect... */
274 /* async only occurs if a network timeout is set */
448 int async = 0; local
479 async = LDAP_BOOL_GET( &ld->ld_options, LDAP_BOOL_CONNECT_ASYNC );
484 rc = ldap_int_open_connection( ld, lc, *srvp, async );
488 if ( ld->ld_urllist_proc && ( !async || rc != -2 ) ) {
508 lc->lconn_status = async ? LDAP_CONNST_CONNECTING : LDAP_CONNST_CONNECTED;
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinSock.c124 #define SOCKET_ASYNC_CONNECT (1<<2) /* This socket uses async connect. */
150 int myport, int async);
238 * Create the async notification window with a new class. We must
696 * could have consumed the data in the meantime. Turn off async
698 * readable, notify the channel driver, otherwise reset the async
902 int async) /* If nonzero, connect client socket
906 int asyncConnect = 0; /* Will be 1 if async connect is in
1007 if (async) {
1238 int async) /* If nonzero, should connect client socket
1252 infoPtr = CreateSocket(interp, port, host, 0, myaddr, myport, async);
882 CreateSocket( Tcl_Interp *interp, int port, const char *host, int server, const char *myaddr, int myport, int async) argument
1217 Tcl_OpenTcpClient( Tcl_Interp *interp, int port, const char *host, const char *myaddr, int myport, int async) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubs.c754 Tcl_AsyncDelete(async)
755 Tcl_AsyncHandler async;
757 (tclStubsPtr->tcl_AsyncDelete)(async);
771 Tcl_AsyncMark(async)
772 Tcl_AsyncHandler async;
774 (tclStubsPtr->tcl_AsyncMark)(async);
1917 Tcl_OpenTcpClient(interp, port, address, myaddr, myport, async)
1923 int async;
1925 return (tclStubsPtr->tcl_OpenTcpClient)(interp, port, address, myaddr, myport, async);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubs.c754 Tcl_AsyncDelete(async)
755 Tcl_AsyncHandler async;
757 (tclStubsPtr->tcl_AsyncDelete)(async);
771 Tcl_AsyncMark(async)
772 Tcl_AsyncHandler async;
774 (tclStubsPtr->tcl_AsyncMark)(async);
1917 Tcl_OpenTcpClient(interp, port, address, myaddr, myport, async)
1923 int async;
1925 return (tclStubsPtr->tcl_OpenTcpClient)(interp, port, address, myaddr, myport, async);
H A DtclDecls.h242 EXTERN void Tcl_AsyncDelete _ANSI_ARGS_((Tcl_AsyncHandler async));
247 EXTERN void Tcl_AsyncMark _ANSI_ARGS_((Tcl_AsyncHandler async));
627 int myport, int async));
1158 void (*tcl_AsyncDelete) _ANSI_ARGS_((Tcl_AsyncHandler async)); /* 72 */
1160 void (*tcl_AsyncMark) _ANSI_ARGS_((Tcl_AsyncHandler async)); /* 74 */
1293 Tcl_Channel (*tcl_OpenTcpClient) _ANSI_ARGS_((Tcl_Interp * interp, int port, char * address, char * myaddr, int myport, int async)); /* 199 */
1744 #define Tcl_AsyncDelete(async) \
1745 (tclStubsPtr->tcl_AsyncDelete)(async) /* 72 */
1752 #define Tcl_AsyncMark(async) \
1753 (tclStubsPtr->tcl_AsyncMark)(async) /* 7
[all...]
H A DtclDecls.h.orig242 EXTERN void Tcl_AsyncDelete _ANSI_ARGS_((Tcl_AsyncHandler async));
247 EXTERN void Tcl_AsyncMark _ANSI_ARGS_((Tcl_AsyncHandler async));
627 int myport, int async));
1150 void (*tcl_AsyncDelete) _ANSI_ARGS_((Tcl_AsyncHandler async)); /* 72 */
1152 void (*tcl_AsyncMark) _ANSI_ARGS_((Tcl_AsyncHandler async)); /* 74 */
1285 Tcl_Channel (*tcl_OpenTcpClient) _ANSI_ARGS_((Tcl_Interp * interp, int port, char * address, char * myaddr, int myport, int async)); /* 199 */
1732 #define Tcl_AsyncDelete(async) \
1733 (tclStubsPtr->tcl_AsyncDelete)(async) /* 72 */
1740 #define Tcl_AsyncMark(async) \
1741 (tclStubsPtr->tcl_AsyncMark)(async) /* 7
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubs.c754 Tcl_AsyncDelete(async)
755 Tcl_AsyncHandler async;
757 (tclStubsPtr->tcl_AsyncDelete)(async);
771 Tcl_AsyncMark(async)
772 Tcl_AsyncHandler async;
774 (tclStubsPtr->tcl_AsyncMark)(async);
1917 Tcl_OpenTcpClient(interp, port, address, myaddr, myport, async)
1923 int async;
1925 return (tclStubsPtr->tcl_OpenTcpClient)(interp, port, address, myaddr, myport, async);
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixChan.c197 int myport, int async);
2315 int async) /* If nonzero and creating a client socket,
2316 * attempt to do an async connect. Otherwise
2387 if (async) {
2409 if (async) {
2627 int async) /* If nonzero, attempt to do an asynchronous
2638 statePtr = CreateSocket(interp, port, host, 0, myaddr, myport, async);
2278 CreateSocket( Tcl_Interp *interp, int port, const char *host, int server, const char *myaddr, int myport, int async) argument
2591 Tcl_OpenTcpClient( Tcl_Interp *interp, int port, const char *host, const char *myaddr, int myport, int async) argument
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/irc/
H A Dpicoirc.tcl63 set irc(socket) [socket -async $irc(server) $irc(port)]
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorResourceAgent.cpp486 void InspectorResourceAgent::willLoadXHR(ThreadableLoaderClient* client, const String& method, const URL& url, bool async, PassRefPtr<FormData> formData, const HTTPHeaderMap& headers, bool includeCredentials) argument
488 RefPtr<XHRReplayData> xhrReplayData = XHRReplayData::create(method, url, async, formData, headers, includeCredentials);
710 xhr->open(xhrReplayData->method(), xhrReplayData->url(), xhrReplayData->async(), IGNORE_EXCEPTION);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c2620 /* TODO: allow a general async path */
2659 memorystatus_kill_on_VM_page_shortage(boolean_t async) { argument
2660 if (async) {
2668 memorystatus_kill_on_VM_thrashing(boolean_t async) { argument
2669 if (async) {
2677 memorystatus_kill_on_FC_thrashing(boolean_t async) { argument
2678 if (async) {
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dtransfer.c1832 bool async; local
1836 result = Curl_connect(data, connp, &async, &protocol_done);
1841 if(async) {
1842 /* Now, if async is TRUE here, we need to wait for the name
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v7.6/
H A Dtcl.h785 EXTERN void Tcl_AsyncDelete _ANSI_ARGS_((Tcl_AsyncHandler async));
788 EXTERN void Tcl_AsyncMark _ANSI_ARGS_((Tcl_AsyncHandler async));
1020 int myport, int async));
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v7.6p2/
H A Dtcl.h785 EXTERN void Tcl_AsyncDelete _ANSI_ARGS_((Tcl_AsyncHandler async));
788 EXTERN void Tcl_AsyncMark _ANSI_ARGS_((Tcl_AsyncHandler async));
1020 int myport, int async));
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0a1/
H A Dtcl.h928 EXTERN void Tcl_AsyncDelete _ANSI_ARGS_((Tcl_AsyncHandler async));
931 EXTERN void Tcl_AsyncMark _ANSI_ARGS_((Tcl_AsyncHandler async));
1231 int myport, int async));
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0a2/
H A Dtcl.h931 EXTERN void Tcl_AsyncDelete _ANSI_ARGS_((Tcl_AsyncHandler async));
934 EXTERN void Tcl_AsyncMark _ANSI_ARGS_((Tcl_AsyncHandler async));
1244 int myport, int async));
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0b1/
H A Dtcl.h1000 EXTERN void Tcl_AsyncDelete _ANSI_ARGS_((Tcl_AsyncHandler async));
1003 EXTERN void Tcl_AsyncMark _ANSI_ARGS_((Tcl_AsyncHandler async));
1323 int myport, int async));
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0b2/
H A Dtcl.h994 EXTERN void Tcl_AsyncDelete _ANSI_ARGS_((Tcl_AsyncHandler async));
997 EXTERN void Tcl_AsyncMark _ANSI_ARGS_((Tcl_AsyncHandler async));
1324 int myport, int async));
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dtramp-vc.el171 Since TRAMP doesn't do async commands yet, this function doesn't, either."
193 (when (eq okstatus 'async)
194 (message "Tramp doesn't do async commands, running synchronously."))
306 ;; Maybe okstatus can be `async' here. But then, maybe the
307 ;; async thing is new in Emacs 21, but this function is only
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/ftpd/
H A Dftpd.tcl241 set cb(data) [socket -async $ip $port]

Completed in 543 milliseconds

1234567