Searched refs:_zip_string_get (Results 1 – 8 of 8) sorted by relevance
/PHP-7.1/ext/zip/lib/ |
H A D | zip_get_archive_comment.c | 52 if ((str=_zip_string_get(comment, &len, flags, &za->error)) == NULL) in zip_get_archive_comment()
|
H A D | zip_file_get_comment.c | 49 if ((str=_zip_string_get(de->comment, &len, flags, &za->error)) == NULL) in zip_file_get_comment()
|
H A D | zip_get_name.c | 56 if ((str=_zip_string_get(de->filename, NULL, flags, error)) == NULL) in _zip_get_name()
|
H A D | zip_set_name.c | 99 …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 D | zip_string.c | 83 _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 D | zipint.h | 566 const zip_uint8_t *_zip_string_get(zip_string_t *, zip_uint32_t *, zip_flags_t, zip_error_t *);
|
H A D | zip_open.c | 229 const zip_uint8_t *name = _zip_string_get(za->entry[idx].orig->filename, NULL, 0, error); in _zip_open()
|
H A D | zip_dirent.c | 837 if ((raw=_zip_string_get(str, &len, ZIP_FL_ENC_RAW, NULL)) == NULL) { in _zip_ef_utf8()
|
Completed in 28 milliseconds