NetSurf
Functions
data.h File Reference

data scheme fetch handler interface. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

nserror fetch_data_register (void)
 Register data scheme handler. More...
 

Detailed Description

data scheme fetch handler interface.

Definition in file data.h.

Function Documentation

◆ fetch_data_register()

nserror fetch_data_register ( void  )

Register data scheme handler.

Returns
NSERROR_OK on successful registration or error code on failure.

Definition at line 324 of file data.c.

References fetch_data_abort(), fetch_data_can_fetch(), fetch_data_finalise(), fetch_data_free(), fetch_data_initialise(), fetch_data_poll(), fetch_data_setup(), fetch_data_start(), fetcher_add(), and fetcher_operation_table::initialise.

Referenced by fetcher_init().

Here is the call graph for this function:
Here is the caller graph for this function: