NetSurf
|
Information about a fetcher for a given scheme. More...
Data Fields | |
lwc_string * | scheme |
The scheme. More... | |
struct fetcher_operation_table | ops |
The fetchers operations. More... | |
int | refcount |
When zero the fetcher is no longer in use. More... | |
struct fetcher_operation_table scheme_fetcher_s::ops |
The fetchers operations.
Definition at line 82 of file fetch.c.
Referenced by fetch_abort(), fetch_can_fetch(), fetch_dispatch_job(), fetch_fdset(), fetch_free(), fetch_start(), fetch_unref_fetcher(), fetcher_add(), and fetcher_poll().
int scheme_fetcher_s::refcount |
When zero the fetcher is no longer in use.
Definition at line 83 of file fetch.c.
Referenced by fetch_ref_fetcher(), fetch_unref_fetcher(), and fetcher_quit().
lwc_string* scheme_fetcher_s::scheme |