Searched defs:id (Results 1 – 15 of 15) sorted by relevance
| /mOS-networking-stack/core/test/tree/ |
| H A D | test.c | 6 int id; member
|
| /mOS-networking-stack/core/src/include/ |
| H A D | timer.h | 20 int id; member
|
| H A D | scalable_event.h | 57 uint64_t id; member
|
| H A D | tcp_rb.h | 44 int id; member
|
| H A D | icmp.h | 27 #define ICMP_ECHO_SET_ID(icmph, id) (icmph->un.echo.icmp_id = id) argument
|
| H A D | socket.h | 108 int id; member
|
| H A D | tcp_stream.h | 236 uint32_t id; member
|
| /mOS-networking-stack/core/src/ |
| H A D | timer.c | 554 NewTimer(mtcp_manager_t mtcp, int id, struct timeval *timeout, callback_t cb) in NewTimer() 584 mtcp_settimer(mctx_t mctx, int id, struct timeval *timeout, callback_t cb) in mtcp_settimer()
|
| H A D | scalable_event.c | 35 #define NEWID(id, ev, cb) (id ^ hash64(ev, cb)) argument 179 stree_create(uint64_t id, tree_node_t *root) in stree_create() 376 uint64_t id = 0, nid; in RegCb() local 568 uint64_t id = 0, nid; in UnregCb() local
|
| H A D | tcp_rb.c | 119 int id = off / UNITBUFSIZE; in buf_getbuf() local
|
| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | gencode.h | 227 int id; member 237 int id; member
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_magnet.c | 486 static buffer *magnet_env_get_buffer_by_id(server *srv, connection *con, int id) { in magnet_env_get_buffer_by_id()
|
| H A D | mod_fastcgi.c | 72 size_t id; /* id will be between 1 and max_procs */ member 103 buffer *id; member
|
| H A D | mod_webdav.c | 2317 uuid_t id; in URIHANDLER_FUNC() local
|
| H A D | mod_scgi.c | 56 size_t id; /* id will be between 1 and max_procs */ member
|