Lines Matching defs:debuginfod_client
118 struct debuginfod_client struct
121 debuginfod_progressfn_t progressfn;
124 void* user_data;
127 char* url;
130 int user_agent_set_p; /* affects add_default_headers */
131 struct curl_slist *headers;
135 int default_progressfn_printed_p;
138 bool progressfn_cancel;
141 int verbose_fd;
145 CURLM *server_mhandle;
173 static const char *cache_xdg_name = "debuginfod_client"; argument