Lines Matching defs:client
64 static debuginfod_client *client;
103 debuginfod_set_progressfn (client, & progressfn);
105 debuginfod_set_verbose_fd (client, STDERR_FILENO);
126 client = debuginfod_begin ();
127 if (client == NULL)
129 fprintf(stderr, "Couldn't create debuginfod client context\n");
134 debuginfod_set_user_data (client, (void *)"Progress");
195 rc = debuginfod_find_debuginfo(client,
199 rc = debuginfod_find_executable(client,
209 rc = debuginfod_find_source(client,
221 rc = debuginfod_find_section(client, build_id, build_id_len,
232 const char* headers = debuginfod_get_headers(client);
235 const char* url = debuginfod_get_url (client);
240 debuginfod_end (client);