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()
640 int phar_open_entry_file(phar_archive_data *phar, phar_entry_info *entry, char **error TSRMLS_DC);
654 char *phar_decompress_filter(phar_entry_info * entry, int return_unknown);
655 char *phar_compress_filter(phar_entry_info * entry, int return_unknown);
662 phar_entry_info * phar_open_jit(phar_archive_data *phar, phar_entry_info *entry, char **error TSRML…
665 int phar_seek_efp(phar_entry_info *entry, off_t offset, int whence, off_t position, int follow_link…
666 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links TSRMLS_DC);
667 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error TSRMLS_DC);
668 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links TSRMLS_DC);
669 phar_entry_info *phar_get_link_source(phar_entry_info *entry TSRMLS_DC);
670 int phar_create_writeable_entry(phar_archive_data *phar, phar_entry_info *entry, char **error TSRML…
671 int phar_separate_entry_fp(phar_entry_info *entry, char **error TSRMLS_DC);
697 phar_entry_info *phar_get_entry_info(phar_archive_data *phar, char *path, int path_len, char **erro…
698 phar_entry_info *phar_get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char di…