Lines Matching defs:client
1064 /* Look up client address data. */
2251 debuginfod_client *client = debuginfod_pool_begin ();
2252 if (client != NULL)
2254 debuginfod_set_progressfn (client, & debuginfod_find_progress);
2261 debuginfod_add_http_header (client, ua_complete.c_str());
2280 // Compute the client's numeric IP address only - so can't merge with conninfo()
2306 debuginfod_add_http_header (client, xff_complete.c_str());
2310 fd = debuginfod_find_debuginfo (client,
2314 fd = debuginfod_find_executable (client,
2318 fd = debuginfod_find_source (client,
2322 fd = debuginfod_find_section (client,
2329 debuginfod_pool_end (client);
2345 const char * hdrs = debuginfod_get_headers(client);
2691 // afteryou: delay waiting for other client's identical query to complete
2868 // NB: this is the 'waldo' that a dbginfo client will have