Lines Matching defs:debuginfod_client
125 struct debuginfod_client struct
128 debuginfod_progressfn_t progressfn;
131 void* user_data;
134 char* url;
137 int user_agent_set_p; /* affects add_default_headers */
138 struct curl_slist *headers;
142 int default_progressfn_printed_p;
145 bool progressfn_cancel;
148 int verbose_fd;
152 CURLM *server_mhandle;
180 static const char *cache_xdg_name = "debuginfod_client"; argument