Lines Matching defs:error

345 …name_len, char *path, int path_len, const char *mode, char allow_dir, char **error, int security) …  in phar_get_entry_data()
511 …name_len, char *path, int path_len, const char *mode, char allow_dir, char **error, int security) … in phar_get_or_create_entry_data()
644 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error) /* {{{ */ in phar_copy_entry_fp()
688 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp()
804 int phar_create_writeable_entry(phar_archive_data *phar, phar_entry_info *entry, char **error) /* {… in phar_create_writeable_entry()
857 int phar_separate_entry_fp(phar_entry_info *entry, char **error) /* {{{ */ in phar_separate_entry_fp()
906 phar_entry_info * phar_open_jit(phar_archive_data *phar, phar_entry_info *entry, char **error) /* {… in phar_open_jit()
958 …ive_data **archive, char *fname, int fname_len, char *alias, int alias_len, char **error) /* {{{ */ in phar_get_archive()
1202 …har_get_entry_info(phar_archive_data *phar, char *path, int path_len, char **error, int security) … in phar_get_entry_info()
1212 …info_dir(phar_archive_data *phar, char *path, int path_len, char dir, char **error, int security) … in phar_get_entry_info_dir()
1476 … char *sig, int sig_len, char *fname, char **signature, int *signature_len, char **error) /* {{{ */ in phar_verify_signature()
1780 …rchive_data *phar, php_stream *fp, char **signature, int *signature_length, char **error) /* {{{ */ in phar_create_signature()