Lines Matching refs:zval

288 	zval exists_flag;  in php_zip_add_file()
318 static int php_zip_parse_options(zval *options, zend_long *remove_all_path, char **remove_path, siz… in php_zip_parse_options()
320 zval *option; in php_zip_parse_options()
512 int php_zip_glob(char *pattern, int pattern_len, zend_long flags, zval *return_value) /* {{{ */ in php_zip_glob()
619 int php_zip_pcre(zend_string *regexp, char *path, int path_len, zval *return_value) /* {{{ */ in php_zip_pcre()
812 zval tmp; in php_zip_register_prop_handler()
828 static zval *php_zip_property_reader(ze_zip_object *obj, zip_prop_handler *hnd, zval *rv) /* {{{ */ in php_zip_property_reader()
876 static zval *php_zip_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_slot) … in php_zip_get_property_ptr_ptr()
879 zval tmp_member; in php_zip_get_property_ptr_ptr()
880 zval *retval = NULL; in php_zip_get_property_ptr_ptr()
907 static zval *php_zip_read_property(zval *object, zval *member, int type, void **cache_slot, zval *r… in php_zip_read_property()
910 zval tmp_member; in php_zip_read_property()
911 zval *retval = NULL; in php_zip_read_property()
943 static int php_zip_has_property(zval *object, zval *member, int type, void **cache_slot) /* {{{ */ in php_zip_has_property()
946 zval tmp_member; in php_zip_has_property()
963 zval tmp, *prop; in php_zip_has_property()
988 static HashTable *php_zip_get_gc(zval *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_zip_get_gc()
996 static HashTable *php_zip_get_properties(zval *object)/* {{{ */ in php_zip_get_properties()
1011 zval *ret, val; in php_zip_get_properties()
1186 zval * zip; in PHP_NAMED_FUNCTION()
1206 zval *zip_dp; in PHP_NAMED_FUNCTION()
1253 zval * zip; in PHP_NAMED_FUNCTION()
1254 zval * zip_entry; in PHP_NAMED_FUNCTION()
1284 zval * zip_entry; in PHP_NAMED_FUNCTION()
1303 zval * zip_entry; in PHP_NAMED_FUNCTION()
1340 zval * zip_entry; in php_zip_entry_get_info()
1445 zval *self = getThis(); in ZIPARCHIVE_METHOD()
1516 zval *self = getThis(); in ZIPARCHIVE_METHOD()
1548 zval *self = getThis(); in ZIPARCHIVE_METHOD()
1587 zval *self = getThis(); in ZIPARCHIVE_METHOD()
1604 zval *self = getThis(); in ZIPARCHIVE_METHOD()
1636 zval *self = getThis(); in ZIPARCHIVE_METHOD()
1687 zval *self = getThis(); in php_zip_add_from_pattern()
1694 zval *options = NULL; in php_zip_add_from_pattern()
1741 zval *zval_file; in php_zip_add_from_pattern()
1816 zval *self = getThis(); in ZIPARCHIVE_METHOD()
1857 zval *self = getThis(); in ZIPARCHIVE_METHOD()
1919 zval *self = getThis(); in ZIPARCHIVE_METHOD()
1945 zval *self = getThis(); in ZIPARCHIVE_METHOD()
1973 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2007 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2037 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2063 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2091 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2124 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2154 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2192 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2221 zval *self = getThis(), *z_opsys, *z_attr; in ZIPARCHIVE_METHOD()
2265 zval *self = getThis(), *z_opsys, *z_attr; in ZIPARCHIVE_METHOD()
2302 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2340 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2369 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2407 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2435 zval *this = getThis(); in ZIPARCHIVE_METHOD()
2474 zval *this = getThis(); in ZIPARCHIVE_METHOD()
2502 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2532 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2563 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2599 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2633 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2663 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2697 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2718 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2745 zval *self = getThis(); in ZIPARCHIVE_METHOD()
2746 zval *zval_files = NULL; in ZIPARCHIVE_METHOD()
2747 zval *zval_file = NULL; in ZIPARCHIVE_METHOD()
2829 zval *self = getThis(); in php_zip_get_from()
2913 zval *self = getThis(); in ZIPARCHIVE_METHOD()
3170 static void php_zip_free_prop_handler(zval *el) /* {{{ */ { in php_zip_free_prop_handler()