Home
last modified time | relevance | path

Searched refs:progressfn (Results 1 - 2 of 2) sorted by relevance

/third_party/elfutils/debuginfod/
H A Ddebuginfod-find.c67 int progressfn(debuginfod_client *c __attribute__((__unused__)), in progressfn() function
103 debuginfod_set_progressfn (client, & progressfn); in parse_opt()
H A Ddebuginfod-client.c121 debuginfod_progressfn_t progressfn; member
137 /* Indicates whether the last query was cancelled by progressfn. */
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()

Completed in 3 milliseconds