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

/sssd-io/src/resolv/
H A Dasync_resolv.c67 struct fd_watch { struct
68 struct fd_watch *prev;
69 struct fd_watch *next;
81 struct fd_watch *fds;
124 fd_watch_destructor(struct fd_watch *f)
136 struct fd_watch *watch = talloc_get_type(data, struct fd_watch);
324 struct fd_watch *watch;
352 struct fd_watch *watch;
355 watch = talloc(ctx, struct fd_watch);
[all...]

Completed in 17 milliseconds