Home
last modified time | relevance | path

Searched refs:progressfn (Results 1 – 4 of 4) sorted by relevance

/third_party/elfutils/debuginfod/
Ddebuginfod-find.c67 int progressfn(debuginfod_client *c __attribute__((__unused__)), in progressfn() function
103 debuginfod_set_progressfn (client, & progressfn); in parse_opt()
Ddebuginfod-client.c121 debuginfod_progressfn_t progressfn; member
343 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()
DChangeLog618 * debuginfod-find.c (progressfn): Use clock_gettime to print Progress
765 for progressfn printing.
841 default_progressfn terminating \n message only if that progressfn
855 (debuginfod_query_server): Clear URL and cleanup after progressfn.
989 (debuginfod_query_server): Call progressfn -after- rather than
/third_party/elfutils/tests/
DChangeLog904 * run-debuginfod-find.sh: Look for URL in default progressfn