Lines Matching defs:TSRMLS_DC

138 static int php_zip_extract_file(struct zip * za, char *dest, char *file, int file_len TSRMLS_DC)  in php_zip_extract_file()
299 char *entry_name, size_t entry_name_len, long offset_start, long offset_len TSRMLS_DC) /* {{{ */ in php_zip_add_file()
349 char **remove_path, int *remove_path_len, char **add_path, int *add_path_len TSRMLS_DC) /* {{{ */ in php_zip_parse_options()
440 static int php_zip_status(struct zip *za TSRMLS_DC) /* {{{ */ in php_zip_status()
449 static int php_zip_status_sys(struct zip *za TSRMLS_DC) /* {{{ */ in php_zip_status_sys()
458 static int php_zip_get_num_files(struct zip *za TSRMLS_DC) /* {{{ */ in php_zip_get_num_files()
464 static char * php_zipobj_get_filename(ze_zip_object *obj TSRMLS_DC) /* {{{ */ in php_zipobj_get_filename()
478 static char * php_zipobj_get_zip_comment(struct zip *za, int *len TSRMLS_DC) /* {{{ */ in php_zipobj_get_zip_comment()
519 int php_zip_glob(char *pattern, int pattern_len, long flags, zval *return_value TSRMLS_DC) /* {{{ */ in php_zip_glob()
625 …_pcre(char *regexp, int regexp_len, char *path, int path_len, zval *return_value TSRMLS_DC) /* {{{… in php_zip_pcre()
809 …_char_func, zip_read_const_char_from_ze_t read_char_from_obj_func, int rettype TSRMLS_DC) /* {{{ */ in php_zip_register_prop_handler()
821 …y_reader(ze_zip_object *obj, zip_prop_handler *hnd, zval **retval, int newzval TSRMLS_DC) /* {{{ */ in php_zip_property_reader()
872 …_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) /* … in php_zip_get_property_ptr_ptr()
914 …php_zip_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) /* … in php_zip_read_property()
962 … php_zip_has_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) /* … in php_zip_has_property()
1018 static HashTable *php_zip_get_gc(zval *object, zval ***gc_data, int *gc_data_count TSRMLS_DC) /* {{… in php_zip_get_gc()
1026 static HashTable *php_zip_get_properties(zval *object TSRMLS_DC)/* {{{ */ in php_zip_get_properties()
1060 static void php_zip_object_free_storage(void *object TSRMLS_DC) /* {{{ */ in php_zip_object_free_storage()
1105 static zend_object_value php_zip_object_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in php_zip_object_new()
1144 static void php_zip_free_dir(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_zip_free_dir()
1164 static void php_zip_free_entry(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_zip_free_entry()