Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_dirent.c47 static char *_zip_readstr(unsigned char **, int, int, struct zip_error *);
308 zde->filename = _zip_readstr(&cur, zde->filename_len, 1, error); in _zip_dirent_read()
314 zde->extrafield = _zip_readstr(&cur, zde->extrafield_len, 0, in _zip_dirent_read()
321 zde->comment = _zip_readstr(&cur, zde->comment_len, 0, error); in _zip_dirent_read()
558 _zip_readstr(unsigned char **buf, int len, int nulp, struct zip_error *error) in _zip_readstr() function

Completed in 10 milliseconds