Home
last modified time | relevance | path

Searched refs:currently_loading (Results 1 – 12 of 12) sorted by relevance

/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dgraphics.c440currently_loading.buf) { buf = self->currently_loading.buf; bufsz = self->currently_loading.buf_us… in process_image_data()
463 self->currently_loading.data = self->currently_loading.buf; in process_image_data()
464 if (self->currently_loading.buf_used < self->currently_loading.data_sz) { in process_image_data()
468 munmap(self->currently_loading.mapped_file, self->currently_loading.mapped_file_sz); in process_image_data()
473 if (self->currently_loading.buf_used < self->currently_loading.data_sz) { in process_image_data()
475 } else self->currently_loading.data = self->currently_loading.buf; in process_image_data()
477 if (self->currently_loading.mapped_file_sz < self->currently_loading.data_sz) { in process_image_data()
479 } else self->currently_loading.data = self->currently_loading.mapped_file; in process_image_data()
513 self->currently_loading.buf = malloc(self->currently_loading.buf_capacity); in initialize_load_data()
516 self->currently_loading.buf_capacity = 0; self->currently_loading.buf_used = 0; in initialize_load_data()
[all …]
H A Dgraphics.h103 LoadData currently_loading; member
/dports/graphics/gliv/gliv-1.9.7/src/
H A Dnext_image.c396 if (currently_loading() || current_image == NULL) in load_direction()
483 if (currently_loading()) in open_next_image()
567 if (currently_loading() || current_image == NULL || in reload_current_image()
588 if (currently_loading()) in reload_images()
731 if (loading || currently_loading()) { in menu_load()
H A Dtree_browser.c121 if (next_filename != NULL && !currently_loading() && current_image->node) { in load_later()
H A Dloading.c69 const gchar *currently_loading(void) in currently_loading() function
H A Dimages_menus.c382 if (currently_loading()) in get_tree()
H A Dwindows.c202 const gchar *loading = currently_loading(); in set_ident_text()
/dports/graphics/gliv/gliv-1.9.7/src/include/
H A Dloading.h10 const gchar *currently_loading(void);
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/book_list/
H A Dsearch.pyj355 state.currently_loading = None
399 if state.currently_loading is not None:
400 state.currently_loading.abort()
401 state.currently_loading = None
408 state.currently_loading = xhr
447 state.currently_loading = None
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-playback-0.1.2/src/
H A Dplayer.rs1308 track_id: currently_loading, in handle_command_preload()
1312 track_id: currently_loading, in handle_command_preload()
1316 if currently_loading == track_id { in handle_command_preload()
/dports/multimedia/librespot/librespot-0.1.3/playback/src/
H A Dplayer.rs1379 track_id: currently_loading, in handle_command_preload()
1383 track_id: currently_loading, in handle_command_preload()
1387 if currently_loading == track_id { in handle_command_preload()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/librespot-playback-0.3.1/src/
H A Dplayer.rs1723 track_id: currently_loading, in handle_command_preload()
1727 track_id: currently_loading, in handle_command_preload()
1731 if currently_loading == track_id { in handle_command_preload()