Lines Matching refs:php_stream

275 	php_stream               *fp;
276 php_stream *cfp;
325 php_stream *fp;
327 php_stream *ufp;
359 php_stream *fp;
360 php_stream *ufp;
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()
400 static inline php_stream *phar_get_pharfp(phar_archive_data *phar TSRMLS_DC) in phar_get_pharfp()
408 static inline php_stream *phar_get_pharufp(phar_archive_data *phar TSRMLS_DC) in phar_get_pharufp()
416 static inline void phar_set_pharfp(phar_archive_data *phar, php_stream *fp TSRMLS_DC) in phar_set_pharfp()
426 static inline void phar_set_pharufp(phar_archive_data *phar, php_stream *fp TSRMLS_DC) in phar_set_pharufp()
485 php_stream *fp;
592 int phar_verify_signature(php_stream *fp, size_t end_of_phar, php_uint32 sig_type, char *sig, int s…
593 int phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, int *signature…
609 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links TSRMLS_DC);
620 int phar_parse_tarfile(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len, phar…
625 int phar_parse_zipfile(php_stream *fp, char *fname, int fname_len, char *alias, int alias_len, phar…
630 static int phar_open_from_fp(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len…