Searched refs:wget_downloaded_file (Results 1 – 4 of 4) sorted by relevance
150 const wget_iri *wget_downloaded_file_get_source_url(wget_downloaded_file *file) in wget_downloaded_file_get_source_url()161 const char *wget_downloaded_file_get_local_filename(wget_downloaded_file *file) in wget_downloaded_file_get_local_filename()172 uint64_t wget_downloaded_file_get_size(wget_downloaded_file *file) in wget_downloaded_file_get_size()188 int wget_downloaded_file_get_contents(wget_downloaded_file *file, const void **data, size_t *size) in wget_downloaded_file_get_contents()199 FILE *wget_downloaded_file_open_stream(wget_downloaded_file *file) in wget_downloaded_file_open_stream()210 bool wget_downloaded_file_get_recurse(wget_downloaded_file *file) in wget_downloaded_file_get_recurse()222 void wget_downloaded_file_add_recurse_url(wget_downloaded_file *file, const wget_iri *iri) in wget_downloaded_file_add_recurse_url()
158 wget_downloaded_file parent;168 static const wget_iri *impl_file_get_source_url(wget_downloaded_file *p_file) in impl_file_get_source_url()175 static const char *impl_file_get_local_filename(wget_downloaded_file *p_file) in impl_file_get_local_filename()182 static uint64_t impl_file_get_size(wget_downloaded_file *p_file) in impl_file_get_size()189 static int impl_file_get_contents(wget_downloaded_file *p_file, const void **data, size_t *size) in impl_file_get_contents()207 static FILE *impl_file_open_stream(wget_downloaded_file *p_file) in impl_file_open_stream()220 static bool impl_file_get_recurse(wget_downloaded_file *p_file) in impl_file_get_recurse()227 static void impl_file_add_recurse_url(wget_downloaded_file *p_file, const wget_iri *iri) in impl_file_add_recurse_url()576 if (priv->post_processor((wget_plugin *) plugin, (wget_downloaded_file *) &file) == 0) { in plugin_db_forward_downloaded_file()
2686 } wget_downloaded_file; typedef2690 wget_downloaded_file_get_source_url(wget_downloaded_file *file);2694 wget_downloaded_file_get_local_filename(wget_downloaded_file *file);2698 wget_downloaded_file_get_size(wget_downloaded_file *file);2706 wget_downloaded_file_open_stream(wget_downloaded_file *file);2710 wget_downloaded_file_get_recurse(wget_downloaded_file *file);2748 const wget_iri *(*file_get_source_url)(wget_downloaded_file *);2749 const char *(*file_get_local_filename)(wget_downloaded_file *);2750 uint64_t (*file_get_size)(wget_downloaded_file *);2752 FILE *(*file_open_stream)(wget_downloaded_file *);[all …]
358 static int post_processor(wget_plugin *plugin, wget_downloaded_file *file) in post_processor()