Home
last modified time | relevance | path

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

/php-src/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.c468 ze_zip_object *obj = Z_ZIP_P(object); \
1466 ze_obj = Z_ZIP_P(self);
1567 ze_obj = Z_ZIP_P(self);
1635 ze_obj = Z_ZIP_P(self); /* not ZIP_FROM_OBJECT as we can use saved error after close */
1718 if ((Z_ZIP_P(self)->last_id = zip_dir_add(intern, (const char *)s, flags)) == -1) {
1774 ze_obj = Z_ZIP_P(self);
1883 if (php_zip_add_file(Z_ZIP_P(self), ZSTR_VAL(filename), ZSTR_LEN(filename),
1916 if (php_zip_add_file(Z_ZIP_P(self), ZSTR_VAL(filename), ZSTR_LEN(filename),
1945 ze_obj = Z_ZIP_P(self);
3049 obj = Z_ZIP_P(self);
[all …]

Completed in 13 milliseconds