Searched defs:CurlGlue (Results 1 - 1 of 1) sorted by relevance

/systemd/src/import/
H A Dcurl-util.h29 typedef struct CurlGlue CurlGlue; typedef in typeref:struct:CurlGlue
31 struct CurlGlue { struct
38 void (*on_finished)(CurlGlue *g, CURL *curl, CURLcode code);
42 int curl_glue_new(CurlGlue **glue, sd_event *event);
43 CurlGlue* curl_glue_unref(CurlGlue *glue);
45 DEFINE_TRIVIAL_CLEANUP_FUNC(CurlGlue*, curl_glue_unref);
48 int curl_glue_add(CurlGlue *g, CURL *c);
49 void curl_glue_remove_and_free(CurlGlue *
[all...]

Completed in 1340 milliseconds