- base
cef_base_t base;
Undocumented in source.
- eof
int function(cef_read_handler_t*) eof;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- may_block
int function(cef_read_handler_t*) may_block;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- read
size_t function(cef_read_handler_t*, void*, size_t, size_t) read;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- seek
int function(cef_read_handler_t*, ulong, int) seek;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- tell
ulong function(cef_read_handler_t*) tell;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.