Home
last modified time | relevance | path

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

/PHP-8.0/ext/zip/
H A Dphp_zip.h75 #define Z_ZIP_P(zv) php_zip_fetch_object(Z_OBJ_P((zv))) macro
H A Dphp_zip.c459 ze_zip_object *obj = Z_ZIP_P(object); \
1440 ze_obj = Z_ZIP_P(self);
1541 ze_obj = Z_ZIP_P(self);
1613 ze_obj = Z_ZIP_P(self); /* not ZIP_FROM_OBJECT as we can use saved error after close */
1672 if ((Z_ZIP_P(self)->last_id = zip_dir_add(intern, (const char *)s, flags)) == -1) {
1728 ze_obj = Z_ZIP_P(self);
1837 if (php_zip_add_file(Z_ZIP_P(self), ZSTR_VAL(filename), ZSTR_LEN(filename),
1870 if (php_zip_add_file(Z_ZIP_P(self), ZSTR_VAL(filename), ZSTR_LEN(filename),
1899 ze_obj = Z_ZIP_P(self);
2935 obj = Z_ZIP_P(self);
[all …]

Completed in 13 milliseconds