Lines Matching defs:error

352 …name_len, char *path, int path_len, const char *mode, char allow_dir, char **error, int security) …  in phar_get_entry_data()
518 …name_len, char *path, int path_len, const char *mode, char allow_dir, char **error, int security) … in phar_get_or_create_entry_data()
651 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error) /* {{{ */ in phar_copy_entry_fp()
695 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp()
811 int phar_create_writeable_entry(phar_archive_data *phar, phar_entry_info *entry, char **error) /* {… in phar_create_writeable_entry()
864 int phar_separate_entry_fp(phar_entry_info *entry, char **error) /* {{{ */ in phar_separate_entry_fp()
913 phar_entry_info * phar_open_jit(phar_archive_data *phar, phar_entry_info *entry, char **error) /* {… in phar_open_jit()
965 …ive_data **archive, char *fname, int fname_len, char *alias, int alias_len, char **error) /* {{{ */ in phar_get_archive()
1209 …har_get_entry_info(phar_archive_data *phar, char *path, int path_len, char **error, int security) … in phar_get_entry_info()
1219 …info_dir(phar_archive_data *phar, char *path, int path_len, char dir, char **error, int security) … in phar_get_entry_info_dir()
1483 … char *sig, int sig_len, char *fname, char **signature, int *signature_len, char **error) /* {{{ */ in phar_verify_signature()
1787 …rchive_data *phar, php_stream *fp, char **signature, int *signature_length, char **error) /* {{{ */ in phar_create_signature()