Home
last modified time | relevance | path

Searched refs:fprev (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_solaris_sendfilev_chain.c46 off_t size, send, prev_send, aligned, fprev; in ngx_solaris_sendfilev_chain() local
80 fprev = 0; in ngx_solaris_sendfilev_chain()
141 if (fd == cl->buf->file->fd && fprev == cl->buf->file_pos) { in ngx_solaris_sendfilev_chain()
159 fprev = cl->buf->file_pos + size; in ngx_solaris_sendfilev_chain()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.c229 off_t total, size, aligned, fprev; in ngx_chain_coalesce_file() local
256 fprev = cl->buf->file_pos + size; in ngx_chain_coalesce_file()
263 && fprev == cl->buf->file_pos); in ngx_chain_coalesce_file()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c4739 fprev = NULL;
4756 if (fprev == NULL) {
4763 fprev = &fg->fg_start;
4983 ftail = fprev;
4986 ftail = fprev;
4990 fprev = ftail;
5064 fprev = ftail;
5066 ftail = fprev;
5074 fprev = &f->fr_next;
5076 ftail = fprev;
[all …]