Home
last modified time | relevance | path

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

/PHP-7.2/ext/zip/lib/
H A Dzip_get_archive_comment.c52 if ((str=_zip_string_get(comment, &len, flags, &za->error)) == NULL) in zip_get_archive_comment()
H A Dzip_file_get_comment.c49 if ((str=_zip_string_get(de->comment, &len, flags, &za->error)) == NULL) in zip_file_get_comment()
H A Dzip_get_name.c56 if ((str=_zip_string_get(de->filename, NULL, flags, error)) == NULL) in _zip_get_name()
H A Dzip_set_name.c99 …if ((new_name = _zip_string_get(same_as_orig ? e->orig->filename : str, NULL, 0, &za->error)) == N… in _zip_set_name()
115 if ((old_name = _zip_string_get(old_str, NULL, 0, &za->error)) == NULL) { in _zip_set_name()
H A Dzip_string.c83 _zip_string_get(zip_string_t *string, zip_uint32_t *lenp, zip_flags_t flags, zip_error_t *error) in _zip_string_get() function
H A Dzipint.h566 const zip_uint8_t *_zip_string_get(zip_string_t *, zip_uint32_t *, zip_flags_t, zip_error_t *);
H A Dzip_dirent.c837 if ((raw=_zip_string_get(str, &len, ZIP_FL_ENC_RAW, NULL)) == NULL) { in _zip_ef_utf8()
H A Dzip_open.c229 const zip_uint8_t *name = _zip_string_get(za->entry[idx].orig->filename, NULL, 0, error); in _zip_open()

Completed in 27 milliseconds