Searched refs:wget_hsts_db_save (Results 1 – 4 of 4) sorted by relevance
496 int wget_hsts_db_save(wget_hsts_db *hsts_db) in wget_hsts_db_save() function
1435 WGETAPI wget_hsts_db_save_fn wget_hsts_db_save; variable
1437 wget_hsts_db_save(config.hsts_db); in main()
17038 * libwget/hsts.c (wget_hsts_db_load, wget_hsts_db_save):17060 * libwget/hsts.c (wget_hsts_db_save): Check hsts_db for NULL,17166 (wget_hsts_db_save): lock the file before saving, to avoid race