Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_entry_free.c43 _zip_entry_free(struct zip_entry *ze) in _zip_entry_free() argument
45 free(ze->ch_filename); in _zip_entry_free()
46 ze->ch_filename = NULL; in _zip_entry_free()
47 free(ze->ch_extra); in _zip_entry_free()
48 ze->ch_extra = NULL; in _zip_entry_free()
49 ze->ch_extra_len = -1; in _zip_entry_free()
50 free(ze->ch_comment); in _zip_entry_free()
51 ze->ch_comment = NULL; in _zip_entry_free()
52 ze->ch_comment_len = -1; in _zip_entry_free()
54 _zip_unchange_data(ze); in _zip_entry_free()
H A Dzip_entry_new.c45 struct zip_entry *ze; in _zip_entry_new() local
48 if (!ze) { in _zip_entry_new()
65 ze = za->entry+za->nentry; in _zip_entry_new()
68 ze->state = ZIP_ST_UNCHANGED; in _zip_entry_new()
70 ze->ch_filename = NULL; in _zip_entry_new()
71 ze->ch_extra = NULL; in _zip_entry_new()
72 ze->ch_extra_len = -1; in _zip_entry_new()
73 ze->ch_comment = NULL; in _zip_entry_new()
74 ze->ch_comment_len = -1; in _zip_entry_new()
75 ze->source = NULL; in _zip_entry_new()
[all …]
H A Dzip_unchange_data.c43 _zip_unchange_data(struct zip_entry *ze) in _zip_unchange_data() argument
45 if (ze->source) { in _zip_unchange_data()
46 zip_source_free(ze->source); in _zip_unchange_data()
47 ze->source = NULL; in _zip_unchange_data()
50 ze->state = ze->ch_filename ? ZIP_ST_RENAMED : ZIP_ST_UNCHANGED; in _zip_unchange_data()
H A Dzip_error_to_str.c46 zip_error_to_str(char *buf, zip_uint64_t len, int ze, int se) in zip_error_to_str() argument
50 if (ze < 0 || ze >= _zip_nerr_str) in zip_error_to_str()
51 return snprintf(buf, len, "Unknown error %d", ze); in zip_error_to_str()
53 zs = _zip_err_str[ze]; in zip_error_to_str()
55 switch (_zip_err_type[ze]) { in zip_error_to_str()
H A Dzip_error_get_sys_type.c41 zip_error_get_sys_type(int ze) in zip_error_get_sys_type() argument
43 if (ze < 0 || ze >= _zip_nerr_str) in zip_error_get_sys_type()
46 return _zip_err_type[ze]; in zip_error_get_sys_type()
H A Dzip_error.c95 _zip_error_set(struct zip_error *err, int ze, int se) in _zip_error_set() argument
98 err->zip_err = ze; in _zip_error_set()
108 int ze, se; in _zip_error_set_from_source() local
110 zip_source_error(src, &ze, &se); in _zip_error_set_from_source()
111 _zip_error_set(err, ze, se); in _zip_error_set_from_source()
H A Dzip_source_error.c41 zip_source_error(struct zip_source *src, int *ze, int *se) in zip_source_error() argument
66 zip_source_error(src->src, ze, se); in zip_source_error()
83 if (ze) in zip_source_error()
84 *ze = e[0]; in zip_source_error()
H A Dzip_open.c146 set_error(int *zep, struct zip_error *err, int ze) in set_error() argument
151 _zip_error_get(err, &ze, &se); in set_error()
152 if (zip_error_get_sys_type(ze) == ZIP_ET_SYS) in set_error()
157 *zep = ze; in set_error()
/PHP-5.5/ext/zlib/tests/
H A Dgzseek_variation3.phpt43 string(10) "ze it
/PHP-5.5/ext/zip/
H A Dzip_stream.c39 int ze, se; in php_zip_ops_read() local
40 zip_file_error_get(self->zf, &ze, &se); in php_zip_ops_read()
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini2588 [ZeBot_www.ze.bz*]

Completed in 129 milliseconds