Home
last modified time | relevance | path

Searched refs:fd_info (Results 1 – 1 of 1) sorted by relevance

/external/chromium/third_party/libevent/
Devport.c99 struct fd_info { struct
113 struct fd_info *ed_fds; /* allocated fdi table */ argument
160 evpd->ed_fds = calloc(DEFAULT_NFDS, sizeof(struct fd_info)); in evport_init()
198 struct fd_info *fdi; in check_evportop()
237 struct fd_info *tmp; in grow()
244 tmp = realloc(epdp->ed_fds, sizeof(struct fd_info) * newsize); in grow()
249 (newsize - oldsize)*sizeof(struct fd_info)); in grow()
263 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd) in reassociate()
319 struct fd_info *fdi = NULL; in evport_dispatch()
352 struct fd_info *fdi; in evport_dispatch()
[all …]