| Top |
| void | uc_report_export () |
| void | uc_check_report_force_values () |
| gboolean | uc_check_html_is_valid () |
| gchar * | uc_check_url_get_content () |
| guint32 | uc_report_get_ignoredlinks () |
| guint32 | uc_report_get_checkedlinks () |
| guint32 | uc_report_get_badlinks () |
| guint32 | uc_report_get_malformedlinks () |
| guint32 | uc_report_get_goodlinks () |
| guint32 | uc_report_get_timedoutlinks () |
| guint32 | uc_report_get_alllinks () |
| guint32 | uc_report_get_elapsedtime () |
| gboolean | uc_report_timer_callback () |
| void | uc_report_set_elapsedtime () |
| void | uc_report_set_timedoutlinks () |
| void | uc_report_set_alllinks () |
| void | uc_report_set_checkedlinks () |
| void | uc_report_display_update () |
| void | uc_report_set_badlinks () |
| void | uc_report_set_malformedlinks () |
| void | uc_check_report_reset () |
| void | uc_report_set_goodlinks () |
| void | uc_report_set_ignoredlinks () |
void uc_report_export (const UCExportFormat format,GList *list,const UCExportFormat ftype);
Export check report in the given format.
void uc_check_report_force_values (const gint32 all,const gint32 checked,const gint32 bad,const gint32 malformed,const gint32 good,const gint32 ignored,const gint32 timeout,const guint32 elapsedtime);
gchar * uc_check_url_get_content (UCLinkProperties *prop,const gchar *current_path,const gchar *current_port,const gchar *current_args,gchar *current_host);
See: uc_check_url_get_header(),
uc_check_url_build_header(),
uc_server_get_response()
prop |
UCLinkProperties node of a link. |
|
current_path |
current path. |
|
current_port |
current port. |
|
current_args |
current arguments. |
|
current_host |
current hostname. |