Home
last modified time | relevance | path

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

/PHP-8.1/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.c457 ze_zip_object *obj = Z_ZIP_P(object); \
1449 ze_obj = Z_ZIP_P(self);
1550 ze_obj = Z_ZIP_P(self);
1622 ze_obj = Z_ZIP_P(self); /* not ZIP_FROM_OBJECT as we can use saved error after close */
1681 if ((Z_ZIP_P(self)->last_id = zip_dir_add(intern, (const char *)s, flags)) == -1) {
1737 ze_obj = Z_ZIP_P(self);
1846 if (php_zip_add_file(Z_ZIP_P(self), ZSTR_VAL(filename), ZSTR_LEN(filename),
1879 if (php_zip_add_file(Z_ZIP_P(self), ZSTR_VAL(filename), ZSTR_LEN(filename),
1908 ze_obj = Z_ZIP_P(self);
2944 obj = Z_ZIP_P(self);
[all …]

Completed in 17 milliseconds