Lines Matching refs:zip_uint64_t

195 						   void *, zip_uint64_t,
215 zip_uint64_t);
218 zip_uint64_t, zip_uint64_t);
286 zip_uint64_t nentry; /* number of entries */
287 zip_uint64_t nentry_alloc; /* number of entries allocated */
326 zip_uint64_t comp_size; /* (cl) size of compressed data */
327 zip_uint64_t uncomp_size; /* (cl) size of uncompressed data */
334 zip_uint64_t offset; /* (c) offset of local header */
341 zip_uint64_t nentry; /* number of entries */
342 zip_uint64_t nentry_alloc; /* number of entries allocated */
396 zip_uint64_t idx;
420 int _zip_cdir_grow(struct zip_cdir *, zip_uint64_t, struct zip_error *);
421 struct zip_cdir *_zip_cdir_new(zip_uint64_t, struct zip_error *);
422 zip_int64_t _zip_cdir_write(struct zip *, const struct zip_filelist *, zip_uint64_t, FILE *);
431 zip_uint64_t *, int, struct zip_error *);
461 int _zip_file_extra_field_prepare_for_change(struct zip *, zip_uint64_t);
463 zip_uint64_t _zip_file_get_offset(const struct zip *, zip_uint64_t, struct zip_error *);
467 struct zip_dirent *_zip_get_dirent(struct zip *, zip_uint64_t, zip_flags_t, struct zip_error *);
475 int _zip_read_local_ef(struct zip *, zip_uint64_t);
478 zip_uint64_t, zip_int64_t, int,
481 struct zip_source *_zip_source_zip_new(struct zip *, struct zip *, zip_uint64_t, zip_flags_t,
482 zip_uint64_t, zip_uint64_t, const char *);
492 int _zip_changed(const struct zip *, zip_uint64_t *);
493 const char *_zip_get_name(struct zip *, zip_uint64_t, zip_flags_t, struct zip_error *);
500 zip_uint64_t _zip_read8(const zip_uint8_t **);
502 zip_int64_t _zip_file_replace(struct zip *, zip_uint64_t, const char *, struct zip_source *, zip_fl…
503 int _zip_set_name(struct zip *, zip_uint64_t, const char *, zip_flags_t);
505 int _zip_unchange(struct zip *, zip_uint64_t, int);
509 void _zip_poke8(zip_uint64_t, zip_uint8_t **);
512 void _zip_write8(zip_uint64_t, FILE *);