Lines Matching refs:phar_entry_info

301 } phar_entry_info;  typedef
362 static inline php_stream *phar_get_entrypfp(phar_entry_info *entry TSRMLS_DC) in phar_get_entrypfp()
370 static inline php_stream *phar_get_entrypufp(phar_entry_info *entry TSRMLS_DC) in phar_get_entrypufp()
378 static inline void phar_set_entrypfp(phar_entry_info *entry, php_stream *fp TSRMLS_DC) in phar_set_entrypfp()
388 static inline void phar_set_entrypufp(phar_entry_info *entry, php_stream *fp TSRMLS_DC) in phar_set_entrypufp()
434 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()
448 static inline enum phar_fp_type phar_get_fp_type(phar_entry_info *entry TSRMLS_DC) in phar_get_fp_type()
456 static inline off_t phar_get_fp_offset(phar_entry_info *entry TSRMLS_DC) in phar_get_fp_offset()
491 phar_entry_info *internal_file;
513 phar_entry_info *entry;
617 static inline void phar_set_inode(phar_entry_info *entry TSRMLS_DC) /* {{{ */ in phar_set_inode()
634 int phar_open_entry_file(phar_archive_data *phar, phar_entry_info *entry, char **error TSRMLS_DC);
648 char *phar_decompress_filter(phar_entry_info * entry, int return_unknown);
649 char *phar_compress_filter(phar_entry_info * entry, int return_unknown);
656 phar_entry_info * phar_open_jit(phar_archive_data *phar, phar_entry_info *entry, char **error TSRML…
659 int phar_seek_efp(phar_entry_info *entry, off_t offset, int whence, off_t position, int follow_link…
660 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links TSRMLS_DC);
661 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error TSRMLS_DC);
662 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links TSRMLS_DC);
663 phar_entry_info *phar_get_link_source(phar_entry_info *entry TSRMLS_DC);
664 int phar_create_writeable_entry(phar_archive_data *phar, phar_entry_info *entry, char **error TSRML…
665 int phar_separate_entry_fp(phar_entry_info *entry, char **error TSRMLS_DC);
691 phar_entry_info *phar_get_entry_info(phar_archive_data *phar, char *path, int path_len, char **erro…
692 phar_entry_info *phar_get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char di…