• Home
  • Raw
  • Download

Lines Matching +defs:c +defs:files

54 int debuginfod_find_debuginfo (debuginfod_client *c, const unsigned char *b,  in debuginfod_find_debuginfo()
56 int debuginfod_find_executable (debuginfod_client *c, const unsigned char *b, in debuginfod_find_executable()
58 int debuginfod_find_source (debuginfod_client *c, const unsigned char *b, in debuginfod_find_source()
60 int debuginfod_find_section (debuginfod_client *c, const unsigned char *b, in debuginfod_find_section()
63 void debuginfod_set_progressfn(debuginfod_client *c, in debuginfod_set_progressfn()
65 void debuginfod_set_verbose_fd(debuginfod_client *c, int fd) { } in debuginfod_set_verbose_fd()
66 void debuginfod_set_user_data (debuginfod_client *c, void *d) { } in debuginfod_set_user_data()
67 void* debuginfod_get_user_data (debuginfod_client *c) { return NULL; } in debuginfod_get_user_data()
68 const char* debuginfod_get_url (debuginfod_client *c) { return NULL; } in debuginfod_get_url()
69 int debuginfod_add_http_header (debuginfod_client *c, in debuginfod_add_http_header()
71 const char* debuginfod_get_headers (debuginfod_client *c) { return NULL; } in debuginfod_get_headers()
73 void debuginfod_end (debuginfod_client *c) { } in debuginfod_end()
290 debuginfod_clean_cache(debuginfod_client *c, in debuginfod_clean_cache()
334 long files = 0; in debuginfod_clean_cache() local
481 for (char *c = s; *c != '\0'; ++c) in add_headers_from_file() local
512 default_progressfn (debuginfod_client *c, long a, long b) in default_progressfn()
825 debuginfod_query_server (debuginfod_client *c, in debuginfod_query_server()