Searched defs:debuginfod_client (Results 1 – 3 of 3) sorted by relevance
100 struct debuginfod_client struct103 debuginfod_progressfn_t progressfn;106 void* user_data;109 char* url;112 int user_agent_set_p; /* affects add_default_headers */113 struct curl_slist *headers;117 int default_progressfn_printed_p;120 int verbose_fd;124 CURLM *server_mhandle;152 static const char *cache_xdg_name = "debuginfod_client"; argument
46 typedef struct debuginfod_client debuginfod_client; typedef
1792 debuginfod_find_progress (debuginfod_client *, long a, long b) in debuginfod_find_progress() argument