Home
last modified time | relevance | path

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

/dports/www/netsurf/netsurf-3.10/content/fetchers/
H A Ddata.c43 struct fetch_data_context { struct
54 struct fetch_data_context *r_next, *r_prev; argument
57 static struct fetch_data_context *ring = NULL;
79 struct fetch_data_context *c) in fetch_data_send_callback()
86 static void fetch_data_send_header(struct fetch_data_context *ctx, in fetch_data_send_header()
113 struct fetch_data_context *ctx = calloc(1, sizeof(*ctx)); in fetch_data_setup()
133 struct fetch_data_context *c = ctx; in fetch_data_free()
143 struct fetch_data_context *c = ctx; in fetch_data_abort()
152 static bool fetch_data_process(struct fetch_data_context *c) in fetch_data_process()
247 struct fetch_data_context *c, *save_ring = NULL; in fetch_data_poll()