OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:evrpc
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/
evrpc.h
34
/** @file
evrpc
.h
74
struct
evrpc
{
struct
75
TAILQ_ENTRY(
evrpc
) next;
130
struct
evrpc
*rpc;
158
struct
evrpc
* rpc; \
161
struct
evrpc
* rpc, void *request, void *reply); \
270
* Frees the
evrpc
base
297
struct
evrpc
* rpc = (struct
evrpc
*)calloc(1, sizeof(struct
evrpc
)); \
[
all
...]
/external/chromium_org/third_party/libevent/
evrpc.h
34
/** @file
evrpc
.h
74
struct
evrpc
{
struct
75
TAILQ_ENTRY(
evrpc
) next;
130
struct
evrpc
*rpc;
158
struct
evrpc
* rpc; \
161
struct
evrpc
* rpc, void *request, void *reply); \
270
* Frees the
evrpc
base
297
struct
evrpc
* rpc = (struct
evrpc
*)calloc(1, sizeof(struct
evrpc
)); \
[
all
...]
Completed in 308 milliseconds