OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EV_I64_ARG
(Results
1 - 3
of
3
) sorted by null
/external/libevent/
util-internal.h
406
#define
EV_I64_ARG
(x) ((__int64)(x))
411
#define
EV_I64_ARG
(x) ((long long)(x))
418
#define EV_SOCK_ARG(x)
EV_I64_ARG
((x))
443
#define EV_SSIZE_ARG(x)
EV_I64_ARG
(x)
http.c
1013
EV_I64_ARG
(req->ntoread)));
[
all
...]
/external/libevent/test/
regress_util.c
403
r = evutil_snprintf(buf, sizeof(buf), EV_I64_FMT,
EV_I64_ARG
(i64));
[
all
...]
Completed in 340 milliseconds