Home
last modified time | relevance | path

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

/PHP-7.3/ext/zip/lib/
H A Dzip_hash.c44 typedef struct zip_hash_entry zip_hash_entry_t; typedef
48 zip_hash_entry_t **table;
66 if ((hash->table=(zip_hash_entry_t**)calloc(table_size, sizeof(zip_hash_entry_t *))) == NULL) { in _zip_hash_new()
76 _free_list(zip_hash_entry_t *entry) in _free_list()
78 zip_hash_entry_t *next; in _free_list()
126 zip_hash_entry_t *entry; in _zip_hash_add()
147 if ((entry=(zip_hash_entry_t *)malloc(sizeof(zip_hash_entry_t))) == NULL) { in _zip_hash_add()
170 zip_hash_entry_t *entry, *previous; in _zip_hash_delete()
209 zip_hash_entry_t *entry; in _zip_hash_lookup()
241 zip_hash_entry_t *entry, *previous; in _zip_hash_revert()
[all …]

Completed in 6 milliseconds