HomeSort by: relevance | last modified time | path
    Searched refs:connect (Results 1 - 25 of 536) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/ipf/dist/l4check/
l4check.conf 9 connect timeout 1
10 connect frequency 20
23 # used for testing of connect timeoutes, read timeouts, success and things
24 # which don't connect.
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
reset-catchpoint-cond.py 23 gdb.events.breakpoint_modified.connect(bp_modified)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-progspace-events.py 31 gdb.events.new_progspace.connect(new_progspace)
32 gdb.events.free_progspace.connect(free_progspace)
py-events.py 109 gdb.events.stop.connect(signal_stop_handler)
110 gdb.events.stop.connect(breakpoint_stop_handler)
111 gdb.events.exited.connect(exit_handler)
112 gdb.events.cont.connect(continue_handler)
113 gdb.events.inferior_call.connect(inferior_call_handler)
114 gdb.events.memory_changed.connect(memory_changed_handler)
115 gdb.events.register_changed.connect(register_changed_handler)
129 gdb.events.new_objfile.connect(new_objfile_handler)
130 gdb.events.clear_objfiles.connect(clear_objfiles_handler)
154 gdb.events.gdb_exiting.connect(lambda e: gdb_exiting_handler(e, False)
    [all...]
py-cmd-exception.py 21 gdb.events.new_objfile.connect(self.handle_new_objfile_event)
py-event-load.py 29 gdb.events.free_objfile.connect(free_objfile_handler)
py-mi-events-gdb.py 49 gdb.events.stop.connect(signal_stop_handler)
50 gdb.events.cont.connect(continue_handler)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-progspace-events.py 31 gdb.events.new_progspace.connect(new_progspace)
32 gdb.events.free_progspace.connect(free_progspace)
py-events.py 109 gdb.events.stop.connect(signal_stop_handler)
110 gdb.events.stop.connect(breakpoint_stop_handler)
111 gdb.events.exited.connect(exit_handler)
112 gdb.events.cont.connect(continue_handler)
113 gdb.events.inferior_call.connect(inferior_call_handler)
114 gdb.events.memory_changed.connect(memory_changed_handler)
115 gdb.events.register_changed.connect(register_changed_handler)
129 gdb.events.new_objfile.connect(new_objfile_handler)
130 gdb.events.clear_objfiles.connect(clear_objfiles_handler)
154 gdb.events.gdb_exiting.connect(lambda e: gdb_exiting_handler(e, False)
    [all...]
py-cmd-exception.py 21 gdb.events.new_objfile.connect(self.handle_new_objfile_event)
py-event-load.py 29 gdb.events.free_objfile.connect(free_objfile_handler)
py-mi-events-gdb.py 49 gdb.events.stop.connect(signal_stop_handler)
50 gdb.events.cont.connect(continue_handler)
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
c_gate.hpp 64 static database connect(::sqlite3*);
c_gate_test.cpp 41 ATF_TEST_CASE_WITHOUT_HEAD(connect); variable
42 ATF_TEST_CASE_BODY(connect)
48 sqlite::database database = sqlite::database_c_gate::connect(raw_db);
74 ATF_ADD_TEST_CASE(tcs, connect);
c_gate.cpp 38 /// \param database_ The database to connect to. This object must remain alive
66 sqlite::database_c_gate::connect(::sqlite3* raw_database) function in class:sqlite::database_c_gate
  /src/external/bsd/lutok/dist/
c_gate.hpp 63 static state connect(lua_State*);
c_gate_test.cpp 38 ATF_TEST_CASE_WITHOUT_HEAD(connect); variable
39 ATF_TEST_CASE_BODY(connect)
45 lutok::state state = lutok::state_c_gate::connect(raw_state);
73 ATF_ADD_TEST_CASE(tcs, connect);
c_gate.cpp 35 /// \param state_ The state to connect to. This object must remain alive while
63 lutok::state_c_gate::connect(lua_State* raw_state) function in class:lutok::state_c_gate
  /src/external/gpl3/gdb/dist/gnulib/import/
connect.c 0 /* connect.c --- wrappers for Windows connect function
29 #undef connect macro
43 int r = connect (sock, sockaddr, len);
47 compatibility, connect(2) uses EWOULDBLOCK. */
  /src/external/gpl3/gdb.old/dist/gnulib/import/
connect.c 0 /* connect.c --- wrappers for Windows connect function
29 #undef connect macro
43 int r = connect (sock, sockaddr, len);
47 compatibility, connect(2) uses EWOULDBLOCK. */
  /src/external/gpl3/gcc/dist/gcc/
opts-jobserver.h 32 /* Connect to the server. */
33 void connect ();
  /src/external/ibm-public/postfix/dist/src/util/
sane_connect.c 7 /* sanitize connect() results
16 /* sane_connect() implements the connect(2) socket call, and maps
44 /* sane_connect - sanitize connect() results */
66 return (connect(sock, sa, len));
unix_dgram_connect.c 7 /* connect to UNIX-domain datagram server
9 /* #include <connect.h>
57 #include <connect.h>
60 /* unix_dgram_connect - connect to UNIX-domain datagram service */
88 if (connect(sock, (struct sockaddr *) &sun, sizeof(sun)) < 0) {
  /src/external/bsd/unbound/dist/testdata/fwd_oneport.tdir/
fwd_oneport.conf 16 udp-connect: no
  /src/games/hunt/hunt/
Makefile 4 SRCS= connect.c hunt.c otto.c playit.c server.c

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 91011>>