Home
last modified time | relevance | path

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

/PHP-5.3/ext/zip/lib/
H A Dzip_entry_new.c54 struct zip_entry *rentries; in _zip_entry_new() local
56 rentries = (struct zip_entry *)realloc(za->entry, in _zip_entry_new()
59 if (!rentries) { in _zip_entry_new()
63 za->entry = rentries; in _zip_entry_new()

Completed in 11 milliseconds