Home
last modified time | relevance | path

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

/libev/
H A Dltmain.sh1963 for arg
1966 arg )
2042 arg)
2780 arg=$1
2806 for arg
2811 dest=$arg
2819 prev=$arg
2823 prev=$arg
5168 for arg
5790 arg=
[all …]
H A Ddepcomp182 for arg
184 case $arg in
585 for arg
587 case $arg in
595 set fnord "$@" "$arg"
636 for arg
647 case "$arg" in
691 for arg
693 case $arg in
733 for arg
[all …]
H A Devent.c206 void event_set (struct event *ev, int fd, short events, void (*cb)(int, short, void *), void *arg) in event_set() argument
220 ev->ev_arg = arg; in event_set()
225 int event_once (int fd, short events, void (*cb)(int, short, void *), void *arg, struct timeval *tv) in event_once() argument
227 return event_base_once (ev_x_cur, fd, events, cb, arg, tv); in event_once()
390 void *arg; member
394 ev_x_once_cb (int revents, void *arg) in ev_x_once_cb() argument
396 struct ev_x_once *once = (struct ev_x_once *)arg; in ev_x_once_cb()
398 once->cb (once->fd, (short)revents, once->arg); in ev_x_once_cb()
402 …nt_base *base, int fd, short events, void (*cb)(int, short, void *), void *arg, struct timeval *tv) in event_base_once() argument
412 once->arg = arg; in event_base_once()
H A Dev++.h267 void once (int fd, int events, tstamp timeout, void (*cb)(int, void *), void *arg = 0) throw () in throw()
269 ev_once (EV_AX_ fd, events, timeout, cb, arg); in throw()
287 static void method_thunk (int revents, void *arg) in method_thunk()
289 (static_cast<K *>(arg)->*method) in method_thunk()
301 static void method_noargs_thunk (int revents, void *arg) in method_noargs_thunk()
303 (static_cast<K *>(arg)->*method) in method_noargs_thunk()
315 static void simpler_func_thunk (int revents, void *arg) in simpler_func_thunk()
329 static void simplest_func_thunk (int revents, void *arg) in simplest_func_thunk()
H A Dcompile136 for arg
191 arg=${1#-Wl,}
193 for flag in $arg; do
266 for arg
H A Devent.h148 void event_set (struct event *ev, int fd, short events, void (*cb)(int, short, void *), void *arg);
149 int event_once (int fd, short events, void (*cb)(int, short, void *), void *arg, struct timeval *tv…
166 …nt_base *base, int fd, short events, void (*cb)(int, short, void *), void *arg, struct timeval *tv…
H A Dev.c2082 unsigned long arg; in fd_reify() local
2210 unsigned long arg = 1; in fd_intern() local
2211 ioctlsocket (EV_FD_TO_WIN32_HANDLE (fd), FIONBIO, &arg); in fd_intern()
4916 void (*cb)(int revents, void *arg);
4917 void *arg; member
4923 void (*cb)(int revents, void *arg) = once->cb; in once_cb()
4924 void *arg = once->arg; in once_cb() local
4930 cb (revents, arg); in once_cb()
4950 ev_once (EV_P_ int fd, int events, ev_tstamp timeout, void (*cb)(int revents, void *arg), void *arg in ev_once() argument
4956 cb (EV_ERROR | EV_READ | EV_WRITE | EV_TIMER, arg); in ev_once()
[all …]
H A Dinstall-sh184 for arg
192 dst_arg=$arg
H A Dconfigure57 arg=$1;
58 case $arg in #(
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11962 arg=$1;
11963 case $arg in #(
11966 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13043 split(line, arg, " ")
13044 if (arg[1] == "#") {
13045 defundef = arg[2]
13046 mac1 = arg[3]
[all …]
H A Dev.h654 …_P_ int fd, int events, ev_tstamp timeout, void (*cb)(int revents, void *arg), void *arg) EV_THROW;
H A Dev.pod3538 The callback has the type C<void (*cb)(int revents, void *arg)> and is
3540 C<EV_ERROR>, C<EV_READ>, C<EV_WRITE> or C<EV_TIMER>) and the C<arg>
3547 static void stdin_ready (int revents, void *arg)
H A Daclocal.m41209 # func_echo_all arg...