Home
last modified time | relevance | path

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

/PHP-7.3/ext/zip/lib/
H A Dzip_unchange.c83 if (_zip_hash_delete(za->names, (const zip_uint8_t *)changed_name, &za->error) == false) { in _zip_unchange()
84 _zip_hash_delete(za->names, (const zip_uint8_t *)orig_name, NULL); in _zip_unchange()
H A Dzip_delete.c57 if (!_zip_hash_delete(za->names, (const zip_uint8_t *)name, &za->error)) { in zip_delete()
H A Dzip_set_name.c129 _zip_hash_delete(za->names, old_name, NULL); in _zip_set_name()
H A Dzip_hash.c167 _zip_hash_delete(zip_hash_t *hash, const zip_uint8_t *name, zip_error_t *error) in _zip_hash_delete() function
H A Dzipint.h537 bool _zip_hash_delete(zip_hash_t *hash, const zip_uint8_t *key, zip_error_t *error);

Completed in 14 milliseconds