Home
last modified time | relevance | path

Searched refs:http_task (Results 1 – 8 of 8) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/tasks/
H A Dtask_pl_thumbnail_download.c59 retro_task_t *http_task; member
277 pl_thumb->http_task = (retro_task_t*)task_push_http_transfer_file( in download_pl_thumbnail()
282 if (!pl_thumb->http_task) in download_pl_thumbnail()
412 if (!pl_thumb->http_task) in task_pl_thumbnail_download_handler()
420 pl_thumb->http_task = NULL; in task_pl_thumbnail_download_handler()
527 pl_thumb->http_task = NULL; in task_push_pl_thumbnail_download()
714 if (!pl_thumb->http_task) in task_pl_entry_thumbnail_download_handler()
720 pl_thumb->http_task = NULL; in task_pl_entry_thumbnail_download_handler()
857 pl_thumb->http_task = NULL; in task_push_pl_entry_thumbnail_download()
H A Dtask_core_updater.c61 retro_task_t *http_task; member
91 retro_task_t *http_task; member
342 list_handle->http_task = (retro_task_t*)task_push_http_transfer_file( in task_core_updater_get_list_handler()
355 if (!list_handle->http_task) in task_core_updater_get_list_handler()
361 task_get_finished(list_handle->http_task); in task_core_updater_get_list_handler()
367 task, task_get_progress(list_handle->http_task)); in task_core_updater_get_list_handler()
463 list_handle->http_task = NULL; in task_push_get_core_updater_list()
850 if (!download_handle->http_task) in task_core_updater_download_handler()
856 task_get_finished(download_handle->http_task); in task_core_updater_download_handler()
866 int8_t progress = task_get_progress(download_handle->http_task); in task_core_updater_download_handler()
[all …]
/dports/net-mgmt/seafile-client/seafile-7.0.9/daemon/
H A Drepo-mgr.c4264 HttpTxTask *http_task; member
4299 HttpTxTask *http_task = data->http_task; in fetch_file_http() local
4545 HttpTxTask *http_task = data->http_task; in checkout_file_http() local
4630 } else if (!http_task->is_clone) { in checkout_file_http()
4744 data.http_task = http_task; in download_files_http()
4796 http_task->all_stop = TRUE; in download_files_http()
4804 if (!http_task->is_clone) { in download_files_http()
5362 repo_id = http_task->repo_id; in seaf_repo_fetch_and_checkout()
5364 is_clone = http_task->is_clone; in seaf_repo_fetch_and_checkout()
5365 worktree = http_task->worktree; in seaf_repo_fetch_and_checkout()
[all …]
H A Dhttp-tx-mgr.c3391 HttpTxTask *http_task; member
3413 HttpTxTask *http_task = tx_data->http_task; in upload_block_thread_func() local
3420 http_task->error = SYNC_ERROR_ID_NOT_ENOUGH_MEMORY; in upload_block_thread_func()
3425 ret = send_block (http_task, conn, task->block_id, &task->block_size); in upload_block_thread_func()
3437 multi_threaded_send_blocks (HttpTxTask *http_task, GList *block_list) in multi_threaded_send_blocks() argument
3453 cpool = find_connection_pool (priv, http_task->host); in multi_threaded_send_blocks()
3456 http_task->error = SYNC_ERROR_ID_NOT_ENOUGH_MEMORY; in multi_threaded_send_blocks()
3463 data.http_task = http_task; in multi_threaded_send_blocks()
3491 if (task->result < 0 || http_task->state == HTTP_TASK_STATE_CANCELED) { in multi_threaded_send_blocks()
3493 http_task->all_stop = TRUE; in multi_threaded_send_blocks()
[all …]
H A Drepo-mgr.h325 seaf_repo_fetch_and_checkout (struct _HttpTxTask *http_task,
H A Dsync-mgr.c238 HttpTxTask *http_task; in update_tx_state() local
247 http_task = ptr->data; in update_tx_state()
248 format_http_task_detail (http_task, buf); in update_tx_state()
254 http_task = ptr->data; in update_tx_state()
255 format_http_task_detail (http_task, buf); in update_tx_state()
/dports/net-mgmt/seafile-client/seafile-7.0.9/common/
H A Drpc-service.c349 HttpTxTask *http_task; in seafile_find_transfer_task() local
351 http_task = http_tx_manager_find_task (seaf->http_tx_mgr, repo_id); in seafile_find_transfer_task()
352 if (http_task) in seafile_find_transfer_task()
353 return (GObject *)convert_http_task (http_task); in seafile_find_transfer_task()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/mdns_objects/
H A Dmdns_resolver.c579 void * http_task; // HTTP task object. member
3725 if (me->http_task) { in _mdns_url_session_invalidate()
3726 http_task_cancel(me->http_task); in _mdns_url_session_invalidate()
3727 me->http_task = NULL; in _mdns_url_session_invalidate()
3740 me->http_task = http_task_create_dns_query(_mdns_common_session_get_server_endpoint(me), in _mdns_url_session_send()
3745 if (likely(me->http_task)) { in _mdns_url_session_send()
3757 if (me->http_task) { in _mdns_url_session_send()
3758 http_task_start(me->http_task); in _mdns_url_session_send()