Lines Matching defs:info
30 * info structure should be used for read/write operations.
55 struct uv__fd_info_s info;
122 INLINE static int uv__fd_hash_get(int fd, struct uv__fd_info_s* info) {
130 *info = entry_ptr->info;
137 INLINE static void uv__fd_hash_add(int fd, struct uv__fd_info_s* info) {
162 entry_ptr->info = *info;
167 INLINE static int uv__fd_hash_remove(int fd, struct uv__fd_info_s* info) {
175 *info = entry_ptr->info;