Searched refs:nxt_port_mmaps_t (Results 1 – 5 of 5) sorted by relevance
/unit/src/ |
H A D | nxt_port_memory.h | 16 void nxt_port_mmaps_destroy(nxt_port_mmaps_t *port_mmaps, nxt_bool_t free_elts); 24 nxt_port_mmap_get_buf(nxt_task_t *task, nxt_port_mmaps_t *mmaps, size_t size);
|
H A D | nxt_process.h | 73 } nxt_port_mmaps_t; typedef 107 nxt_port_mmaps_t incoming;
|
H A D | nxt_port_memory.c | 47 nxt_port_mmap_at(nxt_port_mmaps_t *port_mmaps, uint32_t i) in nxt_port_mmap_at() 90 nxt_port_mmaps_destroy(nxt_port_mmaps_t *port_mmaps, nxt_bool_t free_elts) in nxt_port_mmaps_destroy() 287 nxt_port_new_port_mmap(nxt_task_t *task, nxt_port_mmaps_t *mmaps, in nxt_port_new_port_mmap() 445 nxt_port_mmap_get(nxt_task_t *task, nxt_port_mmaps_t *mmaps, nxt_chunk_id_t *c, in nxt_port_mmap_get() 543 nxt_port_mmap_get_buf(nxt_task_t *task, nxt_port_mmaps_t *mmaps, size_t size) in nxt_port_mmap_get_buf()
|
H A D | nxt_router.h | 150 nxt_port_mmaps_t outgoing;
|
H A D | nxt_router.c | 5894 nxt_port_mmaps_t *mmaps; in nxt_router_get_mmap_handler()
|