Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- f -
- fetch() : fetch.c, fetch.h
- fetch_abort_controller_abort() : fetch.c, fetch.h
- fetch_abort_controller_aborted() : fetch.c, fetch.h
- fetch_abort_controller_free() : fetch.c, fetch.h
- fetch_abort_controller_new() : fetch.c, fetch.h
- fetch_abort_controller_t : fetch.h
- fetch_async() : fetch.c, fetch.h
- FETCH_ASYNC_GET : fetch.h
- fetch_atomic_cas : fetch.c
- fetch_atomic_dec : fetch.c
- fetch_atomic_inc : fetch.c
- fetch_atomic_load : fetch.c
- fetch_atomic_store : fetch.c
- FETCH_BODY_BINARY : fetch.h
- fetch_body_binary() : fetch.c, fetch.h
- FETCH_BODY_FILE : fetch.h
- fetch_body_file() : fetch.c, fetch.h
- FETCH_BODY_FORM_DATA : fetch.h
- fetch_body_form_data() : fetch.c, fetch.h
- fetch_body_free() : fetch.c, fetch.h
- FETCH_BODY_JSON : fetch.h
- fetch_body_json() : fetch.c, fetch.h
- FETCH_BODY_NONE : fetch.h
- FETCH_BODY_TEXT : fetch.h
- fetch_body_text() : fetch.c, fetch.h
- fetch_body_type_t : fetch.h
- fetch_body_url_search_params() : fetch.c, fetch.h
- FETCH_CACHE_DEFAULT : fetch.h
- FETCH_CACHE_FORCE_CACHE : fetch.h
- FETCH_CACHE_NO_CACHE : fetch.h
- FETCH_CACHE_NO_STORE : fetch.h
- FETCH_CACHE_ONLY_IF_CACHED : fetch.h
- FETCH_CACHE_RELOAD : fetch.h
- fetch_cache_t : fetch.h
- fetch_close_socket : fetch.c
- fetch_config_default() : fetch.h
- fetch_config_get_flag() : fetch.h
- fetch_config_set_flag() : fetch.h
- fetch_config_t : fetch.h
- fetch_connection_free() : fetch.c
- fetch_connection_new() : fetch.c
- fetch_connection_t : fetch.c
- fetch_cookie_jar_clear() : fetch.c, fetch.h
- fetch_cookie_jar_count() : fetch.c, fetch.h
- fetch_cookie_jar_free() : fetch.c, fetch.h
- fetch_cookie_jar_print() : fetch.c, fetch.h
- fetch_create_cookie_jar() : fetch.c, fetch.h
- FETCH_CREDENTIALS_INCLUDE : fetch.h
- FETCH_CREDENTIALS_OMIT : fetch.h
- FETCH_CREDENTIALS_SAME_ORIGIN : fetch.h
- fetch_credentials_t : fetch.h
- fetch_disable_cookies() : fetch.c, fetch.h
- FETCH_ERROR_ABORTED : fetch.h
- FETCH_ERROR_CONNECTION_REFUSED : fetch.h
- FETCH_ERROR_DNS_RESOLUTION : fetch.h
- FETCH_ERROR_INVALID_HEADERS : fetch.h
- FETCH_ERROR_INVALID_METHOD : fetch.h
- FETCH_ERROR_INVALID_URL : fetch.h
- FETCH_ERROR_MEMORY : fetch.h
- FETCH_ERROR_NETWORK : fetch.h
- FETCH_ERROR_NONE : fetch.h
- FETCH_ERROR_PROTOCOL_ERROR : fetch.h
- fetch_error_t : fetch.h
- FETCH_ERROR_TIMEOUT : fetch.h
- fetch_error_to_string() : fetch.c, fetch.h
- FETCH_ERROR_TOO_MANY_REDIRECTS : fetch.h
- fetch_event_handle_t : fetch.c
- FETCH_EVENT_INVALID : fetch.c
- fetch_event_loop_is_running() : fetch.c, fetch.h
- fetch_event_loop_process() : fetch.c, fetch.h
- fetch_event_loop_start() : fetch.c, fetch.h
- fetch_event_loop_stop() : fetch.c, fetch.h
- fetch_event_loop_t : fetch.h
- fetch_file_continue_cb : fetch.h
- FETCH_FILE_HANDLE : fetch.h
- FETCH_FLAG_ACCEPT_INVALID_CERTS : fetch.h
- fetch_flag_bit_t : fetch.h
- FETCH_FLAG_CLEAR : fetch.h
- FETCH_FLAG_DEBUG_LOGGING : fetch.h
- FETCH_FLAG_ENABLE_COMPRESSION : fetch.h
- FETCH_FLAG_ENABLE_COOKIES : fetch.h
- FETCH_FLAG_FOLLOW_REDIRECTS : fetch.h
- FETCH_FLAG_GET : fetch.h
- FETCH_FLAG_KEEP_ALIVE_DEFAULT : fetch.h
- FETCH_FLAG_SET : fetch.h
- FETCH_FLAG_TOGGLE : fetch.h
- FETCH_GET : fetch.h
- fetch_get_cookie_jar() : fetch.c, fetch.h
- fetch_get_time_ms() : fetch.c
- fetch_global_dispose() : fetch.c, fetch.h
- fetch_global_init() : fetch.c, fetch.h
- fetch_headers_append() : fetch.c, fetch.h
- fetch_headers_delete() : fetch.c, fetch.h
- fetch_headers_entries() : fetch.c, fetch.h
- fetch_headers_free() : fetch.c, fetch.h
- fetch_headers_get() : fetch.c, fetch.h
- fetch_headers_has() : fetch.c, fetch.h
- fetch_headers_new() : fetch.c, fetch.h
- fetch_headers_next() : fetch.c, fetch.h
- fetch_headers_resize() : fetch.c
- fetch_headers_set() : fetch.c, fetch.h
- fetch_headers_t : fetch.h
- fetch_host_type_t : fetch.c
- fetch_init_body() : fetch.c, fetch.h
- fetch_init_free() : fetch.c, fetch.h
- fetch_init_headers() : fetch.c, fetch.h
- fetch_init_method() : fetch.c, fetch.h
- fetch_init_new() : fetch.c, fetch.h
- fetch_init_signal() : fetch.c, fetch.h
- fetch_init_t : fetch.h
- fetch_init_timeout() : fetch.c, fetch.h
- FETCH_INVALID_FILE_HANDLE : fetch.h
- FETCH_INVALID_SOCKET : fetch.c
- FETCH_IS_OK : fetch.h
- fetch_is_valid_url() : fetch.c, fetch.h
- fetch_load_cookies() : fetch.c, fetch.h
- FETCH_MAX_BODY_SIZE : fetch.c
- FETCH_MAX_CONTENT_TYPE_LENGTH : fetch.c
- FETCH_MAX_FORM_PARAM_LENGTH : fetch.c
- FETCH_MAX_HEADER_NAME_LENGTH : fetch.c
- FETCH_MAX_HEADER_VALUE_LENGTH : fetch.c
- FETCH_MAX_HOSTNAME_LENGTH : fetch.c
- FETCH_MAX_METHOD_LENGTH : fetch.c
- FETCH_MAX_PATH_LENGTH : fetch.c
- FETCH_MAX_STRING_LENGTH : fetch.c
- FETCH_MAX_URL_LENGTH : fetch.c
- fetch_method_from_string() : fetch.c, fetch.h
- fetch_method_to_string() : fetch.c, fetch.h
- FETCH_MODE_CORS : fetch.h
- FETCH_MODE_NAVIGATE : fetch.h
- FETCH_MODE_NO_CORS : fetch.h
- FETCH_MODE_SAME_ORIGIN : fetch.h
- fetch_mode_t : fetch.h
- fetch_next_connection_id() : fetch.c
- fetch_on_fulfilled_cb : fetch.h
- fetch_on_rejected_cb : fetch.h
- fetch_promise_await() : fetch.c, fetch.h
- fetch_promise_cancel() : fetch.c, fetch.h
- fetch_promise_cancelled() : fetch.c, fetch.h
- fetch_promise_error() : fetch.c, fetch.h
- fetch_promise_error_message() : fetch.c, fetch.h
- fetch_promise_free() : fetch.c, fetch.h
- FETCH_PROMISE_FULFILLED : fetch.h
- fetch_promise_fulfilled() : fetch.c, fetch.h
- FETCH_PROMISE_IS_DONE : fetch.h
- FETCH_PROMISE_PENDING : fetch.h
- fetch_promise_pending() : fetch.c, fetch.h
- fetch_promise_poll() : fetch.c, fetch.h
- FETCH_PROMISE_REJECTED : fetch.h
- fetch_promise_rejected() : fetch.c, fetch.h
- fetch_promise_response() : fetch.c, fetch.h
- fetch_promise_state() : fetch.c, fetch.h
- fetch_promise_state_t : fetch.h
- fetch_promise_t : fetch.h
- fetch_readable_stream_cancel() : stream.c, stream.h
- fetch_readable_stream_consume_all() : stream.c, stream.h
- fetch_readable_stream_consume_all_default() : stream.c, stream.h
- fetch_readable_stream_controller_close() : stream.c, stream.h
- fetch_readable_stream_controller_enqueue() : stream.c, stream.h
- fetch_readable_stream_controller_error() : stream.c, stream.h
- fetch_readable_stream_controller_t : stream.h
- fetch_readable_stream_free() : stream.c, stream.h
- fetch_readable_stream_get_reader() : stream.c, stream.h
- fetch_readable_stream_locked() : stream.c, stream.h
- fetch_readable_stream_new() : stream.c, stream.h
- fetch_readable_stream_pipe_through() : stream.c, stream.h
- fetch_readable_stream_pipe_to() : stream.c, stream.h
- fetch_readable_stream_start_fn : stream.h
- fetch_readable_stream_t : stream.h
- fetch_readable_stream_tee() : stream.c, stream.h
- FETCH_REDIRECT_ERROR : fetch.h
- FETCH_REDIRECT_FOLLOW : fetch.h
- FETCH_REDIRECT_MANUAL : fetch.h
- fetch_redirect_t : fetch.h
- fetch_request_free() : fetch.c
- fetch_request_new() : fetch.c
- fetch_request_t : fetch.c
- fetch_response_array_buffer() : fetch.c, fetch.h
- fetch_response_clone() : fetch.h
- fetch_response_free() : fetch.c, fetch.h
- fetch_response_headers() : fetch.c, fetch.h
- fetch_response_json() : fetch.c, fetch.h
- fetch_response_ok() : fetch.c, fetch.h
- fetch_response_status() : fetch.c, fetch.h
- fetch_response_status_text() : fetch.c, fetch.h
- fetch_response_t : fetch.h
- fetch_response_text() : fetch.c, fetch.h
- fetch_response_url() : fetch.c, fetch.h
- fetch_save_cookies() : fetch.c, fetch.h
- FETCH_SOCKET : fetch.c
- fetch_socket_error : fetch.c
- fetch_strcasecmp() : fetch.c
- fetch_stream_chunk_free() : stream.c, stream.h
- FETCH_STREAM_DONE : fetch.h
- FETCH_STREAM_ERROR : stream.h
- FETCH_STREAM_OK : stream.h
- FETCH_STREAM_READ : fetch.h
- fetch_stream_reader_cancel() : stream.c, stream.h
- fetch_stream_reader_closed() : stream.c, stream.h
- fetch_stream_reader_free() : stream.c, stream.h
- fetch_stream_reader_read() : stream.c, stream.h
- fetch_stream_reader_release_lock() : stream.c, stream.h
- fetch_stream_reader_t : stream.h
- fetch_stream_result_t : fetch.h, stream.h
- FETCH_STREAM_SKIP : fetch.h
- FETCH_STREAM_STATE_CLOSED : stream.h
- FETCH_STREAM_STATE_ERRORED : stream.h
- FETCH_STREAM_STATE_READABLE : stream.h
- fetch_stream_state_t : stream.h
- fetch_stream_writer_abort() : stream.c, stream.h
- fetch_stream_writer_close() : stream.c, stream.h
- fetch_stream_writer_closed() : stream.c, stream.h
- fetch_stream_writer_free() : stream.c, stream.h
- fetch_stream_writer_ready() : stream.c, stream.h
- fetch_stream_writer_release_lock() : stream.c, stream.h
- fetch_stream_writer_t : stream.h
- fetch_stream_writer_write() : stream.c, stream.h
- FETCH_TIMEOUT_DEFAULT : fetch.h
- FETCH_TIMEOUT_INFINITE : fetch.h
- FETCH_TIMEOUT_LONG : fetch.h
- FETCH_TIMEOUT_SHORT : fetch.h
- fetch_timer_t : fetch.c
- fetch_transform_stream_free() : stream.c, stream.h
- fetch_transform_stream_new() : stream.c, stream.h
- fetch_transform_stream_readable() : stream.c, stream.h
- fetch_transform_stream_t : stream.h
- fetch_transform_stream_writable() : stream.c, stream.h
- fetch_url_free() : fetch.c
- fetch_url_is_same_origin() : fetch.c
- fetch_url_parse() : fetch.c
- fetch_url_search_params_append() : fetch.c, fetch.h
- fetch_url_search_params_delete() : fetch.c, fetch.h
- fetch_url_search_params_entries() : fetch.c, fetch.h
- fetch_url_search_params_free() : fetch.c, fetch.h
- fetch_url_search_params_get() : fetch.c, fetch.h
- fetch_url_search_params_has() : fetch.c, fetch.h
- fetch_url_search_params_new() : fetch.c, fetch.h
- fetch_url_search_params_next() : fetch.c, fetch.h
- fetch_url_search_params_resize() : fetch.c
- fetch_url_search_params_set() : fetch.c, fetch.h
- fetch_url_search_params_t : fetch.h
- fetch_url_search_params_to_string() : fetch.c, fetch.h
- fetch_url_t : fetch.c
- FETCH_USER_AGENT : fetch.h
- fetch_version() : fetch.h
- fetch_version_at_least() : fetch.h
- fetch_version_compare() : fetch.h
- fetch_version_major() : fetch.h
- fetch_version_minor() : fetch.h
- fetch_version_patch() : fetch.h
- fetch_version_string() : fetch.h
- FETCH_WAIT_INFINITE : fetch.c
- fetch_writable_stream_abort() : stream.c, stream.h
- fetch_writable_stream_close() : stream.c, stream.h
- fetch_writable_stream_free() : stream.c, stream.h
- fetch_writable_stream_get_writer() : stream.c, stream.h
- fetch_writable_stream_locked() : stream.c, stream.h
- fetch_writable_stream_new() : stream.c, stream.h
- fetch_writable_stream_t : stream.h
- find_connection_by_id() : fetch.c
- find_domain_bucket() : cookie.c
- find_or_create_pool() : fetch.c
- findchar_fast() : picohttpparser.c
- findchar_fast_generic() : picohttpparser.c
- format_chunk_header() : fetch.c
- format_chunk_trailer() : fetch.c
- format_final_chunk() : fetch.c
- free_options() : main.c