Home
last modified time | relevance | path

Searched refs:nxt_buf_completion (Results 1 – 1 of 1) sorted by last modified time

/unit/src/
H A Dnxt_buf.c10 static void nxt_buf_completion(nxt_task_t *task, void *obj, void *data);
43 b->completion_handler = nxt_buf_completion; in nxt_buf_mem_alloc()
108 b->completion_handler = nxt_buf_completion; in nxt_buf_file_alloc()
131 b->completion_handler = nxt_buf_completion; in nxt_buf_mmap_alloc()
151 b->completion_handler = nxt_buf_completion; in nxt_buf_sync_alloc()
198 nxt_buf_completion(nxt_task_t *task, void *obj, void *data) in nxt_buf_completion() function