Home
last modified time | relevance | path

Searched refs:list_handle (Results 1 – 25 of 76) sorted by relevance

1234

/dports/games/retroarch/RetroArch-1.9.7/tasks/
H A Dtask_core_updater.c234 if (!list_handle) in cb_http_task_core_updater_get_list()
259 if (!list_handle) in free_core_updater_list_handle()
262 if (list_handle->http_data) in free_core_updater_list_handle()
265 if (list_handle->http_data->data) in free_core_updater_list_handle()
268 free(list_handle->http_data); in free_core_updater_list_handle()
271 free(list_handle); in free_core_updater_list_handle()
272 list_handle = NULL; in free_core_updater_list_handle()
284 if (!list_handle) in task_core_updater_get_list_handler()
290 switch (list_handle->status) in task_core_updater_get_list_handler()
435 if (!list_handle) in task_core_updater_get_list_finder()
[all …]
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango/
H A DAttrIterator.cs34 IntPtr language_handle, list_handle; in GetFont()
35 pango_attr_iterator_get_font (Handle, desc.Handle, out language_handle, out list_handle); in GetFont()
38 if (list_handle == IntPtr.Zero) { in GetFont()
42 GLib.SList list = new GLib.SList (list_handle); in GetFont()
54 IntPtr list_handle = pango_attr_iterator_get_attrs (Handle);
55 if (list_handle == IntPtr.Zero)
57 GLib.SList list = new GLib.SList (list_handle);
H A DGlyphItem.cs34 IntPtr list_handle = pango_glyph_item_apply_attrs (ref this, native_text, list.Handle); in ApplyAttrs()
36 if (list_handle == IntPtr.Zero) in ApplyAttrs()
38 GLib.SList item_list = new GLib.SList (list_handle, typeof (GlyphItem)); in ApplyAttrs()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango/
H A DAttrIterator.custom30 IntPtr language_handle, list_handle;
31 pango_attr_iterator_get_font (Handle, desc.Handle, out language_handle, out list_handle);
34 if (list_handle == IntPtr.Zero) {
38 GLib.SList list = new GLib.SList (list_handle, typeof(IntPtr), true, false);
50 IntPtr list_handle = pango_attr_iterator_get_attrs (Handle);
51 if (list_handle == IntPtr.Zero)
53 GLib.SList list = new GLib.SList (list_handle, typeof(IntPtr), true, false);
/dports/graphics/exiftran/fbida-2.14/
H A Dfilelist.c50 struct list_handle;
52 struct list_handle { struct
187 struct list_handle *h = clientdata; in filelist_xfer()
287 struct list_handle *h = clientdata; in filelist_new_cb()
328 struct list_handle *h = clientdata; in load_done_cb()
345 struct list_handle *h = clientdata; in filelist_load_cb()
363 struct list_handle *h = clientdata; in save_done_cb()
380 struct list_handle *h = clientdata; in filelist_save_as_cb()
398 struct list_handle *h = clientdata; in filelist_save_cb()
410 struct list_handle *h = clientdata; in filelist_destroy()
[all …]
/dports/graphics/ida/fbida-2.14/
H A Dfilelist.c50 struct list_handle;
52 struct list_handle { struct
187 struct list_handle *h = clientdata; in filelist_xfer()
287 struct list_handle *h = clientdata; in filelist_new_cb()
328 struct list_handle *h = clientdata; in load_done_cb()
345 struct list_handle *h = clientdata; in filelist_load_cb()
363 struct list_handle *h = clientdata; in save_done_cb()
380 struct list_handle *h = clientdata; in filelist_save_as_cb()
398 struct list_handle *h = clientdata; in filelist_save_cb()
410 struct list_handle *h = clientdata; in filelist_destroy()
[all …]
/dports/net/czmq4/czmq-4.2.1/src/
H A Dzloop.c55 void *list_handle; // Handle into list member
64 void *list_handle; // Handle into list member
73 void *list_handle; // Handle into list member
88 void *list_handle; // Handle into list member
231 zlistx_delete (self->timers, timer->list_handle); in s_timer_remove()
392 assert (reader->list_handle); in zloop_reader()
465 assert (poller->list_handle); in zloop_poller()
558 assert (timer->list_handle); in zloop_timer()
613 assert (ticket->list_handle); in zloop_ticket()
629 zlistx_move_end (self->tickets, ticket->list_handle); in zloop_ticket_reset()
[all …]
/dports/net/czmq/czmq-4.1.1/src/
H A Dzloop.c55 void *list_handle; // Handle into list member
64 void *list_handle; // Handle into list member
73 void *list_handle; // Handle into list member
88 void *list_handle; // Handle into list member
231 zlistx_delete (self->timers, timer->list_handle); in s_timer_remove()
392 assert (reader->list_handle); in zloop_reader()
465 assert (poller->list_handle); in zloop_poller()
558 assert (timer->list_handle); in zloop_timer()
613 assert (ticket->list_handle); in zloop_ticket()
629 zlistx_move_end (self->tickets, ticket->list_handle); in zloop_ticket_reset()
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/champ/
H A Dchamp_module.c602 int list_index,list_handle,purge; in list_free() local
610 list_index = I->Int[list_handle].link; in list_free()
626 int list_index,list_handle; in list_get_pattern_indices() local
756 int list_index,list_handle; in list_get_pattern_strings() local
790 int list_handle,pat_index; in list_prepend_pattern_strings() local
806 I->Int[list_handle].link = ListElemPushInt(&I->Int,I->Int[list_handle].link,pat_index); in list_prepend_pattern_strings()
816 int list_handle,pat_index; in list_prepend_pattern_index() local
824 I->Int[list_handle].link = ListElemPushInt(&I->Int,I->Int[list_handle].link,pat_index); in list_prepend_pattern_index()
955 int list_handle,list_index; in match_1vN_n() local
974 int list_handle,list_index; in exact_1vN_n() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/interprocess/example/
H A Ddoc_managed_mapped_file.cpp49 managed_mapped_file::handle_t list_handle; in main() local
56 list_handle = mfile_memory.get_handle_from_address(mylist); in main()
81 (mfile_memory.get_address_from_handle(list_handle)); in main()
H A Ddoc_managed_heap_memory.cpp31 managed_heap_memory::handle_t list_handle = heap_memory.get_handle_from_address(mylist); in main() local
55 (heap_memory.get_address_from_handle(list_handle)); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/interprocess/example/
H A Ddoc_managed_mapped_file.cpp49 managed_mapped_file::handle_t list_handle; in main() local
56 list_handle = mfile_memory.get_handle_from_address(mylist); in main()
81 (mfile_memory.get_address_from_handle(list_handle)); in main()
H A Ddoc_managed_heap_memory.cpp31 managed_heap_memory::handle_t list_handle = heap_memory.get_handle_from_address(mylist); in main() local
55 (heap_memory.get_address_from_handle(list_handle)); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/interprocess/example/
H A Ddoc_managed_mapped_file.cpp49 managed_mapped_file::handle_t list_handle; in main() local
56 list_handle = mfile_memory.get_handle_from_address(mylist); in main()
81 (mfile_memory.get_address_from_handle(list_handle)); in main()
H A Ddoc_managed_heap_memory.cpp31 managed_heap_memory::handle_t list_handle = heap_memory.get_handle_from_address(mylist); in main() local
52 (heap_memory.get_address_from_handle(list_handle)); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/interprocess/example/
H A Ddoc_managed_mapped_file.cpp49 managed_mapped_file::handle_t list_handle; in main() local
56 list_handle = mfile_memory.get_handle_from_address(mylist); in main()
81 (mfile_memory.get_address_from_handle(list_handle)); in main()
H A Ddoc_managed_heap_memory.cpp31 managed_heap_memory::handle_t list_handle = heap_memory.get_handle_from_address(mylist); in main() local
52 (heap_memory.get_address_from_handle(list_handle)); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/interprocess/example/
H A Ddoc_managed_mapped_file.cpp49 managed_mapped_file::handle_t list_handle; in main() local
56 list_handle = mfile_memory.get_handle_from_address(mylist); in main()
81 (mfile_memory.get_address_from_handle(list_handle)); in main()
H A Ddoc_managed_heap_memory.cpp31 managed_heap_memory::handle_t list_handle = heap_memory.get_handle_from_address(mylist); in main() local
52 (heap_memory.get_address_from_handle(list_handle)); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/interprocess/example/
H A Ddoc_managed_mapped_file.cpp49 managed_mapped_file::handle_t list_handle; in main() local
56 list_handle = mfile_memory.get_handle_from_address(mylist); in main()
81 (mfile_memory.get_address_from_handle(list_handle)); in main()
H A Ddoc_managed_heap_memory.cpp31 managed_heap_memory::handle_t list_handle = heap_memory.get_handle_from_address(mylist); in main() local
52 (heap_memory.get_address_from_handle(list_handle)); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/interprocess/example/
H A Ddoc_managed_mapped_file.cpp49 managed_mapped_file::handle_t list_handle; in main() local
56 list_handle = mfile_memory.get_handle_from_address(mylist); in main()
81 (mfile_memory.get_address_from_handle(list_handle)); in main()
H A Ddoc_managed_heap_memory.cpp31 managed_heap_memory::handle_t list_handle = heap_memory.get_handle_from_address(mylist); in main() local
55 (heap_memory.get_address_from_handle(list_handle)); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/interprocess/example/
H A Ddoc_managed_mapped_file.cpp49 managed_mapped_file::handle_t list_handle; in main() local
56 list_handle = mfile_memory.get_handle_from_address(mylist); in main()
81 (mfile_memory.get_address_from_handle(list_handle)); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/interprocess/example/
H A Ddoc_managed_mapped_file.cpp49 managed_mapped_file::handle_t list_handle; in main() local
56 list_handle = mfile_memory.get_handle_from_address(mylist); in main()
81 (mfile_memory.get_address_from_handle(list_handle)); in main()

1234