cef_zip_reader_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
close
int function(cef_zip_reader_t*) close;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
close_file
int function(cef_zip_reader_t*) close_file;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
eof
int function(cef_zip_reader_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.
get_file_last_modified
time_t function(cef_zip_reader_t*) get_file_last_modified;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_file_name
cef_string_userfree_t function(cef_zip_reader_t*) get_file_name;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_file_size
int64 function(cef_zip_reader_t*) get_file_size;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
move_to_file
int function(cef_zip_reader_t*, const(cef_string_t)*, int) move_to_file;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
move_to_first_file
int function(cef_zip_reader_t*) move_to_first_file;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
move_to_next_file
int function(cef_zip_reader_t*) move_to_next_file;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
open_file
int function(cef_zip_reader_t*, const(cef_string_t)*) open_file;
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_file
int function(cef_zip_reader_t*, void*, size_t) read_file;
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
int64 function(cef_zip_reader_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.

Meta