Home
last modified time | relevance | path

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

/freebsd/contrib/libevent/
H A Dwin32select.c84 static int win32_add(struct event_base *, evutil_socket_t, short old, short events, void *idx_);
85 static int win32_del(struct event_base *, evutil_socket_t, short old, short events, void *idx_);
221 short old, short events, void *idx_) in win32_add() argument
224 struct idx_info *idx = idx_; in win32_add()
246 void *idx_) in win32_del() argument
249 struct idx_info *idx = idx_; in win32_del()
H A Dpoll.c230 poll_add(struct event_base *base, int fd, short old, short events, void *idx_) in poll_add() argument
234 struct pollidx *idx = idx_; in poll_add()
293 poll_del(struct event_base *base, int fd, short old, short events, void *idx_) in poll_del() argument
297 struct pollidx *idx = idx_; in poll_del()
/freebsd/contrib/ntp/sntp/libevent/
H A Dwin32select.c84 static int win32_add(struct event_base *, evutil_socket_t, short old, short events, void *idx_);
85 static int win32_del(struct event_base *, evutil_socket_t, short old, short events, void *idx_);
221 short old, short events, void *idx_) in win32_add() argument
224 struct idx_info *idx = idx_; in win32_add()
246 void *idx_) in win32_del() argument
249 struct idx_info *idx = idx_; in win32_del()
H A Dpoll.c230 poll_add(struct event_base *base, int fd, short old, short events, void *idx_) in poll_add() argument
234 struct pollidx *idx = idx_; in poll_add()
293 poll_del(struct event_base *base, int fd, short old, short events, void *idx_) in poll_del() argument
297 struct pollidx *idx = idx_; in poll_del()
/freebsd/contrib/bc/include/
H A Dlibrary.h118 size_t idx_ = BCL_NO_GEN(bn); \
119 if ((c)->nums.len <= idx_) \