Function mupdf_sys::fz_has_archive_entry[][src]

pub unsafe extern "C" fn fz_has_archive_entry(
    ctx: *mut fz_context,
    arch: *mut fz_archive,
    name: *const c_char
) -> c_int

Check if entry by given name exists.

If named entry does not exist 0 will be returned, if it does exist 1 is returned.

name: Entry name to look for, this must be an exact match to the entry name in the archive.