Function ngx_queue_insert_before

Source
pub unsafe fn ngx_queue_insert_before(q: *mut ngx_queue_t, x: *mut ngx_queue_t)
Expand description

Inserts a new node before the current.

ยงSafety

Both q and x must be valid pointers to [ngx_queue_t].