Searched refs:process_arg (Results 1 – 3 of 3) sorted by relevance
/external/chromium/third_party/libevent/ |
D | evrpc-internal.h | 41 void *process_arg; member
|
D | evrpc.c | 123 hook->process_arg = cb_arg; in evrpc_add_hook() 173 if (hook->process(req, evbuf, hook->process_arg) == -1) in evrpc_process_hooks()
|
/external/linux-tools-perf/util/ |
D | trace-event-parse.c | 1026 process_arg(struct event *event, struct print_arg *arg, char **tok) in process_arg() function 1056 type = process_arg(event, left, &token); in process_cond() 1062 type = process_arg(event, right, &token); in process_cond() 1088 type = process_arg(event, arg, &token); in process_array() 1204 type = process_arg(event, right, tok); in process_op() 1487 type = process_arg(event, arg, &token); in process_fields() 1498 type = process_arg(event, arg, &token); in process_fields() 1539 type = process_arg(event, field, &token); in process_flags() 1582 type = process_arg(event, field, &token); in process_symbols() 1608 type = process_arg(event, arg, &token); in process_paren() [all …]
|