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

/external/chromium/third_party/libevent/
H A Devport.c99 struct fd_info { struct
113 struct fd_info *ed_fds; /* allocated fdi table */
160 evpd->ed_fds = calloc(DEFAULT_NFDS, sizeof(struct fd_info));
191 * Verify the integrity of the fd_info struct as well as the events to
198 struct fd_info *fdi;
237 struct fd_info *tmp;
244 tmp = realloc(epdp->ed_fds, sizeof(struct fd_info) * newsize);
249 (newsize - oldsize)*sizeof(struct fd_info));
260 * are specified (implicitly) from the fd_info struct.
263 reassociate(struct evport_data *epdp, struct fd_info *fdi
[all...]
/external/chromium_org/third_party/libevent/
H A Devport.c99 struct fd_info { struct
113 struct fd_info *ed_fds; /* allocated fdi table */
160 evpd->ed_fds = calloc(DEFAULT_NFDS, sizeof(struct fd_info));
191 * Verify the integrity of the fd_info struct as well as the events to
198 struct fd_info *fdi;
237 struct fd_info *tmp;
244 tmp = realloc(epdp->ed_fds, sizeof(struct fd_info) * newsize);
249 (newsize - oldsize)*sizeof(struct fd_info));
260 * are specified (implicitly) from the fd_info struct.
263 reassociate(struct evport_data *epdp, struct fd_info *fdi
[all...]
/external/chromium_org/content/browser/android/
H A Dchild_process_launcher_android.cc110 const content::FileDescriptorInfo& fd_info = files_to_register[i]; local
111 file_ids[i] = fd_info.id;
112 file_fds[i] = fd_info.fd.fd;
113 file_auto_close[i] = fd_info.fd.auto_close;

Completed in 252 milliseconds