pub unsafe fn ngx_queue_split(
h: *mut ngx_queue_s,
q: *mut ngx_queue_s,
n: *mut ngx_queue_s,
)
Expand description
Splits a queue at a node, returning the queue tail in a separate queue.
ยงSafety
h
must be a valid pointer to a head queue node.
q
must be a node in the queue h
.
n
must be a valid pointer to ngx_queue_t.