Searched refs:progressfn (Results 1 – 4 of 4) sorted by relevance
67 int progressfn(debuginfod_client *c __attribute__((__unused__)), in progressfn() function103 debuginfod_set_progressfn (client, & progressfn); in parse_opt()
121 debuginfod_progressfn_t progressfn; member343 if (c->progressfn) /* inform/check progress callback */ in debuginfod_clean_cache()344 if ((c->progressfn) (c, files, 0)) in debuginfod_clean_cache()1453 if (target_handle && (c->progressfn || maxsize > 0)) in debuginfod_query_server()1487 if (c->progressfn) /* inform/check progress callback */ in debuginfod_query_server()1512 if ((*c->progressfn) (c, pa, dl_size)) in debuginfod_query_server()1819 client->progressfn = default_progressfn; in debuginfod_begin()1992 client->progressfn = fn; in debuginfod_set_progressfn()
618 * debuginfod-find.c (progressfn): Use clock_gettime to print Progress765 for progressfn printing.841 default_progressfn terminating \n message only if that progressfn855 (debuginfod_query_server): Clear URL and cleanup after progressfn.989 (debuginfod_query_server): Call progressfn -after- rather than
904 * run-debuginfod-find.sh: Look for URL in default progressfn