Lines Matching refs:fds
79 Hashmap *fds;
300 assert_se(hashmap_remove(f->cache->fds, FD_TO_PTR(f->fd)));
312 f = hashmap_get(m->fds, FD_TO_PTR(fd));
316 r = hashmap_ensure_allocated(&m->fds, NULL);
327 r = hashmap_put(m->fds, FD_TO_PTR(fd), f);
346 while ((f = hashmap_first(m->fds)))
349 hashmap_free(m->fds);
443 f = hashmap_get(m->fds, FD_TO_PTR(fd));
653 HASHMAP_FOREACH(f, m->fds, i) {
682 HASHMAP_FOREACH(f, m->fds, i) {
701 f = hashmap_get(m->fds, FD_TO_PTR(fd));
720 f = hashmap_get(m->fds, FD_TO_PTR(fd));