Home
last modified time | relevance | path

Searched refs:_zip_hash_add (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/ext/zip/lib/
H A Dzip_unchange.c79 if (_zip_hash_add(za->names, (const zip_uint8_t *)orig_name, idx, 0, &za->error) == false) { in _zip_unchange()
H A Dzip_set_name.c124 if (_zip_hash_add(za->names, new_name, idx, 0, &za->error) == false) { in _zip_set_name()
H A Dzip_hash.c123 _zip_hash_add(zip_hash_t *hash, const zip_uint8_t *name, zip_uint64_t index, zip_flags_t flags, zip… in _zip_hash_add() function
H A Dzipint.h536 bool _zip_hash_add(zip_hash_t *hash, const zip_uint8_t *name, zip_uint64_t index, zip_flags_t flags…
H A Dzip_open.c237 if (_zip_hash_add(za->names, name, idx, ZIP_FL_UNCHANGED, &za->error) == false) { in _zip_open()

Completed in 17 milliseconds