Home
last modified time | relevance | path

Searched refs:handle_in (Results 1 – 25 of 63) sorted by relevance

123

/dports/databases/spatialite/libspatialite-5.0.1/test/
H A Dcheck_gpkgConvert.c167 sqlite3 *handle_in = NULL; in open_connections() local
179 if (handle_in == NULL) in open_connections()
188 *xhandle_in = handle_in; in open_connections()
193 if (handle_in != NULL) in open_connections()
194 sqlite3_close (handle_in); in open_connections()
203 sqlite3 *handle_in = NULL; in main() local
237 (handle_in, path_origin, handle_out, path_destination)) in main()
242 sqlite3_close (handle_in); in main()
260 (handle_in, path_origin, handle_out, path_destination)) in main()
265 sqlite3_close (handle_in); in main()
[all …]
/dports/net/corosync2/corosync-2.4.5/include/corosync/
H A Dhdb.h145 hdb_handle_t handle_in, in hdb_handle_get() argument
148 return (qb_hdb_handle_get (handle_database, handle_in, instance)); in hdb_handle_get()
160 hdb_handle_t handle_in, in hdb_handle_get_always() argument
163 return (qb_hdb_handle_get_always (handle_database, handle_in, instance)); in hdb_handle_get_always()
174 hdb_handle_t handle_in) in hdb_handle_put() argument
176 return (qb_hdb_handle_put (handle_database, handle_in)); in hdb_handle_put()
187 hdb_handle_t handle_in) in hdb_handle_destroy() argument
189 return (qb_hdb_handle_destroy (handle_database, handle_in)); in hdb_handle_destroy()
200 hdb_handle_t handle_in) in hdb_handle_refcount_get() argument
202 return (qb_hdb_handle_refcount_get (handle_database, handle_in)); in hdb_handle_refcount_get()
/dports/devel/libqb/libqb-2.0.3/lib/
H A Dhdb.c131 int32_t check = handle_in >> 32; in qb_hdb_handle_get()
132 int32_t handle = handle_in & UINT32_MAX; in qb_hdb_handle_get()
163 return qb_hdb_handle_get(hdb, handle_in, instance); in qb_hdb_handle_get_always()
167 qb_hdb_handle_put(struct qb_hdb * hdb, qb_handle_t handle_in) in qb_hdb_handle_put() argument
169 int32_t check = handle_in >> 32; in qb_hdb_handle_put()
170 int32_t handle = handle_in & UINT32_MAX; in qb_hdb_handle_put()
199 int32_t check = handle_in >> 32; in qb_hdb_handle_destroy()
200 int32_t handle = handle_in & UINT32_MAX; in qb_hdb_handle_destroy()
218 res = qb_hdb_handle_put(hdb, handle_in); in qb_hdb_handle_destroy()
225 int32_t check = handle_in >> 32; in qb_hdb_handle_refcount_get()
[all …]
H A Dloop_timerlist.c124 qb_loop_timer_handle handle_in, in _timer_from_handle_() argument
132 if (handle_in == 0) { in _timer_from_handle_()
136 check = handle_in >> 32; in _timer_from_handle_()
137 install_pos = handle_in & UINT32_MAX; in _timer_from_handle_()
H A Dloop_poll_epoll.c124 uint64_t handle_in, struct qb_poll_entry **pe_pt) in _poll_entry_from_handle_() argument
127 uint32_t check = ((uint32_t) (((uint64_t) handle_in) >> 32)); in _poll_entry_from_handle_()
128 uint32_t handle = handle_in & UINT32_MAX; in _poll_entry_from_handle_()
/dports/emulators/vice/vice-3.5/src/mididrv/
H A Dmidi-win32-drv.c59 static HMIDIIN handle_in = 0; variable
220 if (handle_in) { in mididrv_in_open()
225 ret = midiInOpen(&handle_in, midi_in_dev, (DWORD_PTR)midi_callback, 0, CALLBACK_FUNCTION); in mididrv_in_open()
228 handle_in = 0; in mididrv_in_open()
232 handle_in = 0; in mididrv_in_open()
240 ret = midiInStart(handle_in); in mididrv_in_open()
280 if (!handle_in) { in mididrv_in_close()
285 ret = midiInReset(handle_in); in mididrv_in_close()
287 ret = midiInClose(handle_in); in mididrv_in_close()
291 handle_in = 0; in mididrv_in_close()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/mididrv/
H A Dmidi-win32-drv.c59 static HMIDIIN handle_in = 0; variable
220 if (handle_in) { in mididrv_in_open()
225 ret = midiInOpen(&handle_in, midi_in_dev, (DWORD_PTR)midi_callback, 0, CALLBACK_FUNCTION); in mididrv_in_open()
228 handle_in = 0; in mididrv_in_open()
232 handle_in = 0; in mididrv_in_open()
240 ret = midiInStart(handle_in); in mididrv_in_open()
280 if (!handle_in) { in mididrv_in_close()
285 ret = midiInReset(handle_in); in mididrv_in_close()
287 ret = midiInClose(handle_in); in mididrv_in_close()
291 handle_in = 0; in mididrv_in_close()
[all …]
/dports/audio/alsa-lib/alsa-lib-1.2.2/test/
H A Drawmidi.c42 snd_rawmidi_t *handle_in = 0,*handle_out = 0; in main() local
102 err = snd_rawmidi_open(&handle_in,NULL,device_in,0); in main()
139 if (handle_in || fd_in!=-1) { in main()
144 if (handle_in) { in main()
147 snd_rawmidi_read(handle_in,&ch,1); in main()
190 if ((handle_in || fd_in!=-1) && (handle_out || fd_out!=-1)) { in main()
197 if (handle_in) { in main()
198 snd_rawmidi_read(handle_in,&ch,1); in main()
225 if (handle_in) { in main()
226 snd_rawmidi_drain(handle_in); in main()
[all …]
H A Dmidiloop.c71 snd_rawmidi_t *handle_in = NULL, *handle_out = NULL; in main() local
113 err = snd_rawmidi_open(&handle_in, NULL, iname, SND_RAWMIDI_NONBLOCK); in main()
127 i = snd_rawmidi_read(handle_in, ibuf, sizeof(ibuf)); in main()
136 snd_rawmidi_nonblock(handle_in, 0); in main()
144 i = snd_rawmidi_read(handle_in, ibuf, sizeof(ibuf)); in main()
166 err = snd_rawmidi_status(handle_in, istat); in main()
184 snd_rawmidi_drain(handle_in); in main()
185 snd_rawmidi_close(handle_in); in main()
/dports/japanese/mypaedia-fpw-package/mypaedia-fpw-package-1.0.7/
H A Dextract-mypaedia.pl30 $handle_in = FileHandle->new();
31 if (!$handle_in->open("$file", 'r')) {
34 binmode $handle_in;
42 seek($handle_in, $offset, 0) || die "Seek Error\n";
43 read $handle_in, $content, $size || die "Read Error\n";
/dports/japanese/srd-fpw-package/srd-fpw-package-1.0.8/
H A Dextract-srd.pl30 $handle_in = FileHandle->new();
31 if (!$handle_in->open("$file", 'r')) {
34 binmode $handle_in;
42 seek($handle_in, $offset, 0) || die "Seek Error\n";
43 read $handle_in, $content, $size || die "Read Error\n";
/dports/databases/spatialite/libspatialite-5.0.1/src/geopackage/
H A Dgaia_cvt_gpkg.c564 ret = sqlite3_prepare_v2 (handle_in, in create_Spatialite2GPKG_statements()
569 sqlite3_errmsg (handle_in)); in create_Spatialite2GPKG_statements()
735 ret = sqlite3_prepare_v2 (handle_in, in create_GPKG2Spatialite_statements()
740 sqlite3_errmsg (handle_in)); in create_GPKG2Spatialite_statements()
841 table_name, sqlite3_errmsg (handle_in)); in do_copy_table()
1056 prepare_create_table (handle_in, table_name, in copy_spatialite2GPKG()
1152 prepare_create_table (handle_in, table_name, in copy_GPKG2Spatialite()
1357 if (handle_in == NULL) in gaiaGPKG2Spatialite()
1359 if (!check_valid_gpkg (handle_in)) in gaiaGPKG2Spatialite()
1393 if (handle_in == NULL) in gaiaSpatialite2GPKG()
[all …]
/dports/devel/libqb/libqb-2.0.3/include/qb/
H A Dqbhdb.h118 int32_t qb_hdb_handle_get(struct qb_hdb *hdb, qb_handle_t handle_in,
128 int32_t qb_hdb_handle_get_always(struct qb_hdb *hdb, qb_handle_t handle_in,
136 int32_t qb_hdb_handle_put(struct qb_hdb *hdb, qb_handle_t handle_in);
147 int32_t qb_hdb_handle_destroy(struct qb_hdb *hdb, qb_handle_t handle_in);
155 int32_t qb_hdb_handle_refcount_get(struct qb_hdb *hdb, qb_handle_t handle_in);
/dports/net/corosync2/corosync-2.4.5/test/
H A Dcpgbench.c79 cpg_handle_t handle_in, in cpg_bm_confchg_fn() argument
90 cpg_handle_t handle_in, in cpg_bm_deliver_fn() argument
109 cpg_handle_t handle_in, in cpg_benchmark() argument
125 res = cpg_mcast_joined (handle_in, CPG_TYPE_AGREED, &iov, 1); in cpg_benchmark()
/dports/devel/erlang-sbroker/sbroker-1.0.0/test/
H A Dsbroker_statem2_queue.erl25 -export([handle_in/5]).
43 handle_in(SendTime, From, Value, Time, State) -> function
44 sbroker_statem_queue:handle_in(SendTime, From, Value, Time, State).
H A Dsbroker_fq2_queue.erl26 -export([handle_in/5]).
44 handle_in(SendTime, From, Value, Time, State) -> function
45 sbroker_fq_queue:handle_in(SendTime, From, Value, Time, State).
/dports/www/elixir-phoenix/phoenix-1.3.3/lib/phoenix/channel/
H A Dserver.ex232 handle_result({:stop, {:shutdown, :closed}, socket}, :handle_in)
244 |> socket.channel.handle_in(payload, put_in(socket.ref, ref))
245 |> handle_result(:handle_in)
345 defp handle_result(result, :handle_in) do
347 Expected `handle_in/3` to return one of:
375 defp handle_reply(socket, {status, payload}, :handle_in)
382 defp handle_reply(socket, status, :handle_in) when is_atom(status) do
383 handle_reply(socket, {status, %{}}, :handle_in)
386 defp handle_reply(_socket, reply, :handle_in) do
388 Channel replies from `handle_in/3` are expected to be one of:
[all …]
/dports/security/tpm2-abrmd/tpm2-abrmd-2.4.0/test/
H A Dtpm2-command_unit.c407 TPM2_HANDLE handle_in = 0xdeadbeef, handle_out = 0; in tpm2_command_set_handle_first_test() local
410 ret = tpm2_command_set_handle (data->command, handle_in, 0); in tpm2_command_set_handle_first_test()
413 assert_int_equal (handle_out, handle_in); in tpm2_command_set_handle_first_test()
419 TPM2_HANDLE handle_in = 0xdeadbeef, handle_out = 0; in tpm2_command_set_handle_second_test() local
422 ret = tpm2_command_set_handle (data->command, handle_in, 1); in tpm2_command_set_handle_second_test()
425 assert_int_equal (handle_out, handle_in); in tpm2_command_set_handle_second_test()
431 TPM2_HANDLE handle_in = 0xdeadbeef; in tpm2_command_set_handle_fail_test() local
434 ret = tpm2_command_set_handle (data->command, handle_in, 2); in tpm2_command_set_handle_fail_test()
H A Dtpm2-response_unit.c387 TPM2_HANDLE handle_in = 0x80fffffe, handle_out = 0; in tpm2_response_set_handle_test() local
389 tpm2_response_set_handle (data->response, handle_in); in tpm2_response_set_handle_test()
392 assert_int_equal (handle_in, handle_out); in tpm2_response_set_handle_test()
403 TPM2_HANDLE handle_in = 0x80fffffe, handle_out = 0; in tpm2_response_set_handle_no_handle_test() local
406 tpm2_response_set_handle (data->response, handle_in); in tpm2_response_set_handle_no_handle_test()
/dports/www/elixir-phoenix/phoenix-1.3.3/test/phoenix/test/
H A Dchannel_test.exs26 def handle_in(_event, _params, socket) do function
63 def handle_in("broadcast", broadcast, socket) do function
68 def handle_in("noreply", %{"req" => arg}, socket) do function
73 def handle_in("reply", %{"req" => arg}, socket) do function
77 def handle_in("reply", %{}, socket) do function
81 def handle_in("crash", %{}, _socket) do function
85 def handle_in("async_reply", %{"req" => arg}, socket) do function
91 def handle_in("stop", %{"reason" => stop}, socket) do function
95 def handle_in("stop_and_reply", %{"req" => arg}, socket) do function
99 def handle_in("stop_and_reply", %{}, socket) do function
[all …]
/dports/www/elixir-phoenix/phoenix-1.3.3/lib/phoenix/
H A Dchannel.ex54 def handle_in("new_msg", %{"uid" => uid, "body" => body}, socket) do function
62 def handle_in("current_rank", socket) do function
69 In addition to pushing messages out when you receive a `handle_in` event,
76 def handle_in("create:post", attrs, socket) do function
91 def handle_in("create:post", attrs, socket) do function
139 def handle_in("new_msg", %{"uid" => uid, "body" => body}, socket) do function
220 def handle_in("watch", %{"product_id" => id}, socket) do function
224 def handle_in("unwatch", %{"product_id" => id}, socket) do function
280 @callback handle_in(event :: String.t, msg :: map, Socket.t) :: callback
314 def handle_in(_event, _message, socket) do function
[all …]
/dports/mail/p5-Net-Server-Mail/Net-Server-Mail-0.26/lib/Net/Server/
H A DMail.pm151 handle_in => undef,
161 if ( defined $options->{handle_in} && defined $options->{handle_out} ) {
162 if ( UNIVERSAL::isa( $options->{handle_in}, 'IO::Handle' ) ) {
163 $self->{in} = $options->{handle_in};
167 IO::Handle->new->fdopen( fileno( $options->{handle_in} ), "r" );
/dports/www/elixir-phoenix/phoenix-1.3.3/priv/templates/phoenix.gen.channel/
H A Dchannel.ex14 def handle_in("ping", payload, socket) do function
20 def handle_in("shout", payload, socket) do function
/dports/www/elixir-phoenix/phoenix-1.3.3/priv/templates/phx.gen.channel/
H A Dchannel.ex14 def handle_in("ping", payload, socket) do function
20 def handle_in("shout", payload, socket) do function
/dports/devel/erlang-sbroker/sbroker-1.0.0/src/
H A Dsbroker_drop_queue.erl42 -export([handle_in/5]).
77 -spec handle_in(SendTime, From, Value, Time, State) -> {NState, infinity} when
84 handle_in(SendTime, From, _, Time, function
88 handle_in(SendTime, {Pid, _} = From, Value, Time, function
96 handle_in(SendTime, {Pid, _} = From, Value, _, function

123