Home
last modified time | relevance | path

Searched defs:debuginfod_client (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/debuginfod/
Ddebuginfod-client.c100 struct debuginfod_client struct
103 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
Ddebuginfod.h.in46 typedef struct debuginfod_client debuginfod_client; typedef
Ddebuginfod.cxx1792 debuginfod_find_progress (debuginfod_client *, long a, long b) in debuginfod_find_progress() argument