Home
last modified time | relevance | path

Searched defs:handle_out (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/erlang-sbroker/sbroker-1.0.0/src/
H A Dsbroker_drop_queue.erl112 handle_out(_Time, #state{len=0} = State) -> function
114 handle_out(_, #state{out=out, len=Len, queue=Q} = State) -> function
117 handle_out(_, #state{out=out_r, len=Len, queue=Q} = State) -> function
H A Dsbroker_codel_queue.erl183 handle_out(_, #state{len=0, drop_first=infinity} = State) -> function
185 handle_out(Time, #state{len=0} = State) -> function
187 handle_out(Time, #state{out=out, len=Len, queue=Q} = State) -> function
189 handle_out(Time, #state{out=out_r, len=Len, queue=Q} = State) -> function
H A Dsbroker_timeout_queue.erl147 handle_out(_, #state{len=0} = State) -> function
149 handle_out(Time, #state{out=out, len=Len, queue=Q} = State) -> function
151 handle_out(Time, #state{out=out_r, len=Len, queue=Q} = State) -> function
/dports/www/elixir-phoenix/phoenix-1.3.3/lib/phoenix/
H A Dchannel.ex115 def handle_out("new_msg", msg, socket) do function
124 def handle_out("user_joined", msg, socket) do function
350 def handle_out("new_msg", payload, socket) do function
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A Dgraph.c101 FILE *handle_out, *handle_gnu; in length2D() local
177 FILE *handle_out, *handle_gnu; in param2D() local
305 FILE *handle_out, *handle_gnu; in plot2D() local
693 FILE *handle_out, *handle_gnu; in graph() local
/dports/databases/spatialite/libspatialite-5.0.1/test/
H A Dcheck_gpkgConvert.c168 sqlite3 *handle_out = NULL; in open_connections() local
204 sqlite3 *handle_out = NULL; in main() local
/dports/audio/alsa-lib/alsa-lib-1.2.2/test/
H A Dmidiloop.c39 int writepattern(snd_rawmidi_t *handle_out, unsigned char *obuf) in writepattern()
71 snd_rawmidi_t *handle_in = NULL, *handle_out = NULL; in main() local
H A Drawmidi.c42 snd_rawmidi_t *handle_in = 0,*handle_out = 0; in main() local
/dports/devel/erlang-sbroker/sbroker-1.0.0/test/
H A Dsbroker_drop_statem.erl53 handle_out(_, _, State) -> function
H A Dsbroker_timeout_statem.erl62 handle_out(Time, L, State) -> function
H A Dsbroker_statem2_queue.erl46 handle_out(Time, State) -> function
H A Dsbroker_fq2_queue.erl47 handle_out(Time, State) -> function
H A Dsbroker_statem_statem.erl54 handle_out(Time, L, State) -> function
H A Dsbroker_fair_statem.erl61 handle_out(Time, L, #state{statem=SMod, state=State} = FullState) -> function
H A Dsbroker_fq_queue.erl62 handle_out(Time, State) -> function
H A Dsbroker_statem_queue.erl59 handle_out(Time, #state{out=Out} = State) -> function
H A Dsbroker_codel_statem.erl138 handle_out(Time, L, State) -> function
/dports/security/tpm2-abrmd/tpm2-abrmd-2.4.0/test/
H A Dtpm2-command_unit.c371 TPM2_HANDLE handle_out; in tpm2_command_get_handle_first_test() local
383 TPM2_HANDLE handle_out; in tpm2_command_get_handle_second_test() local
396 TPM2_HANDLE handle_out; in tpm2_command_get_handle_fail_test() local
407 TPM2_HANDLE handle_in = 0xdeadbeef, handle_out = 0; in tpm2_command_set_handle_first_test() local
419 TPM2_HANDLE handle_in = 0xdeadbeef, handle_out = 0; in tpm2_command_set_handle_second_test() local
H A Dtpm2-response_unit.c387 TPM2_HANDLE handle_in = 0x80fffffe, handle_out = 0; in tpm2_response_set_handle_test() local
403 TPM2_HANDLE handle_in = 0x80fffffe, handle_out = 0; in tpm2_response_set_handle_no_handle_test() local
/dports/databases/spatialite/libspatialite-5.0.1/src/geopackage/
H A Dgaia_cvt_gpkg.c429 create_Spatialite2GPKG_statements (sqlite3 * handle_in, sqlite3 * handle_out, in create_Spatialite2GPKG_statements()
600 create_GPKG2Spatialite_statements (sqlite3 * handle_in, sqlite3 * handle_out, in create_GPKG2Spatialite_statements()
771 do_copy_table (sqlite3 * handle_in, sqlite3 * handle_out, in do_copy_table()
904 copy_spatialite2GPKG (sqlite3 * handle_in, sqlite3 * handle_out, int legacy) in copy_spatialite2GPKG()
1105 copy_GPKG2Spatialite (sqlite3 * handle_in, sqlite3 * handle_out) in copy_GPKG2Spatialite()
1354 sqlite3 * handle_out, const char *splite_out_path) in gaiaGPKG2Spatialite()
1388 sqlite3 * handle_out, const char *gpkg_out_path) in gaiaSpatialite2GPKG()
/dports/x11/lavalauncher/lavalauncher-v2.1.1/src/
H A Devent-loop.h42 bool (*handle_out)(struct pollfd *); member
/dports/www/elixir-phoenix/phoenix-1.3.3/test/phoenix/integration/
H A Dwebsocket_test.exs51 def handle_out("new_msg", payload, socket) do function
H A Dlong_poll_test.exs52 def handle_out("new_msg", payload, socket) do function
/dports/net/corosync2/corosync-2.4.5/exec/
H A Dtotemmrp.c179 void **handle_out, in totemmrp_callback_token_create()
189 void *handle_out) in totemmrp_callback_token_destroy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/service_worker/
H A Dservice_worker_loader_helpers.cc157 mojo::ScopedDataPipeConsumerHandle* handle_out) { in ReadBlobResponseBody()

123