Lines Matching refs:phar_entry_info

303 } phar_entry_info;  typedef
364 static inline php_stream *phar_get_entrypfp(phar_entry_info *entry TSRMLS_DC) in phar_get_entrypfp()
372 static inline php_stream *phar_get_entrypufp(phar_entry_info *entry TSRMLS_DC) in phar_get_entrypufp()
380 static inline void phar_set_entrypfp(phar_entry_info *entry, php_stream *fp TSRMLS_DC) in phar_set_entrypfp()
390 static inline void phar_set_entrypufp(phar_entry_info *entry, php_stream *fp TSRMLS_DC) in phar_set_entrypufp()
436 static inline void phar_set_fp_type(phar_entry_info *entry, enum phar_fp_type type, off_t offset TS… in phar_set_fp_type()
450 static inline enum phar_fp_type phar_get_fp_type(phar_entry_info *entry TSRMLS_DC) in phar_get_fp_type()
458 static inline off_t phar_get_fp_offset(phar_entry_info *entry TSRMLS_DC) in phar_get_fp_offset()
493 phar_entry_info *internal_file;
515 phar_entry_info *entry;
560 static inline void phar_set_inode(phar_entry_info *entry TSRMLS_DC) /* {{{ */ in phar_set_inode()
583 int phar_open_entry_file(phar_archive_data *phar, phar_entry_info *entry, char **error TSRMLS_DC);
597 char *phar_decompress_filter(phar_entry_info * entry, int return_unknown);
598 char *phar_compress_filter(phar_entry_info * entry, int return_unknown);
605 phar_entry_info * phar_open_jit(phar_archive_data *phar, phar_entry_info *entry, char **error TSRML…
608 int phar_seek_efp(phar_entry_info *entry, off_t offset, int whence, off_t position, int follow_link…
609 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links TSRMLS_DC);
610 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error TSRMLS_DC);
611 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links TSRMLS_DC);
612 phar_entry_info *phar_get_link_source(phar_entry_info *entry TSRMLS_DC);
613 int phar_create_writeable_entry(phar_archive_data *phar, phar_entry_info *entry, char **error TSRML…
614 int phar_separate_entry_fp(phar_entry_info *entry, char **error TSRMLS_DC);
640 phar_entry_info *phar_get_entry_info(phar_archive_data *phar, char *path, int path_len, char **erro…
641 phar_entry_info *phar_get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char di…