Home
last modified time | relevance | path

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

/PHP-7.0/ext/zip/lib/
H A Dzip_add_entry.c48 zip_entry_t *rentries; in _zip_add_entry() local
67 rentries = (zip_entry_t *)realloc(za->entry, sizeof(struct zip_entry) * (size_t)nalloc); in _zip_add_entry()
68 if (!rentries) { in _zip_add_entry()
72 za->entry = rentries; in _zip_add_entry()

Completed in 5 milliseconds