Home
last modified time | relevance | path

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

/PHP-8.3/ext/zip/
H A Dphp_zip.h89 #define Z_ZIP_P(zv) php_zip_fetch_object(Z_OBJ_P((zv))) macro
H A Dphp_zip.c469 ze_zip_object *obj = Z_ZIP_P(object); \
1460 ze_obj = Z_ZIP_P(self);
1561 ze_obj = Z_ZIP_P(self);
1629 ze_obj = Z_ZIP_P(self); /* not ZIP_FROM_OBJECT as we can use saved error after close */
1712 if ((Z_ZIP_P(self)->last_id = zip_dir_add(intern, (const char *)s, flags)) == -1) {
1768 ze_obj = Z_ZIP_P(self);
1877 if (php_zip_add_file(Z_ZIP_P(self), ZSTR_VAL(filename), ZSTR_LEN(filename),
1910 if (php_zip_add_file(Z_ZIP_P(self), ZSTR_VAL(filename), ZSTR_LEN(filename),
1939 ze_obj = Z_ZIP_P(self);
3043 obj = Z_ZIP_P(self);
[all …]

Completed in 23 milliseconds