Searched refs:ios (Results 1 - 2 of 2) sorted by relevance

/systemd/src/import/
H A Dcurl-util.h35 Hashmap *ios; member in struct:CurlGlue
H A Dcurl-util.c78 io = hashmap_get(g->ios, FD_TO_PTR(s));
90 hashmap_remove(g->ios, FD_TO_PTR(s));
99 r = hashmap_ensure_allocated(&g->ios, &trivial_hash_ops);
142 r = hashmap_put(g->ios, FD_TO_PTR(s), io);
152 hashmap_remove(g->ios, FD_TO_PTR(s));
222 while ((io = hashmap_steal_first(g->ios))) {
234 hashmap_free(g->ios);

Completed in 755 milliseconds