return zzip_mem_entry_find_extra_block(entry, datatype, 16);
}
-/* get extra block.
+/** get extra block.
* This function finds an extra block for the given datatype code.
* The returned EXTRA_BLOCK is still in disk-encoding but
* already a pointer into an allocated heap space block.
}
}
-/** => zzip_mem_disk_unload
+/** => zzip_mem_disk_close
* This function ends usage of a file entry in a disk.
*/
void
}
}
-/* => zzip_mem_disk_close
+/** => zzip_mem_disk_close
* This function will trigger an underlying disk_close
*/
void
dir->disk = 0;
}
-/* end usage.
+/** end usage.
* This function closes the dir and disk handles.
*/
void
return NULL;
}
-/** => zzip_mem_entry_open
+/** => zzip_mem_disk_open
* This function opens a file by name from an openend disk.
*/
zzip__new__ ZZIP_MEM_DISK_FILE *
return zzip_dir_alloc_ext_io(fileext, 0);
}
-/** => zzip_dir_alloc_ext_io
+/** also: zzip_dir_alloc_ext_io
* This function will free the zzip_dir handle unless there are still
* zzip_files attached (that may use its cache buffer).
* This is the inverse of => zzip_dir_alloc , and both