[−][src]Type Definition nginx::ngx_send_chain_pt
type ngx_send_chain_pt = Option<unsafe extern "C" fn(c: *mut ngx_connection_t, in_: *mut ngx_chain_t, limit: off_t) -> *mut ngx_chain_t>;
type ngx_send_chain_pt = Option<unsafe extern "C" fn(c: *mut ngx_connection_t, in_: *mut ngx_chain_t, limit: off_t) -> *mut ngx_chain_t>;