Home
last modified time | relevance | path

Searched refs:sf_hdtr (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsocket.h638 struct sf_hdtr { struct
698 int sendfile(int, int, off_t, size_t, struct sf_hdtr *, off_t *, int);
H A Dsysproto.h233 …char hdtr_l_[PADL_(struct sf_hdtr *)]; struct sf_hdtr * hdtr; char hdtr_r_[PADR_(struct sf_hdtr *)…
/f-stack/freebsd/sys/
H A Dsocket.h644 struct sf_hdtr { struct
704 int sendfile(int, int, off_t, size_t, struct sf_hdtr *, off_t *, int);
H A Dsysproto.h1044 …char hdtr_l_[PADL_(struct sf_hdtr *)]; struct sf_hdtr * hdtr; char hdtr_r_[PADR_(struct sf_hdtr *)…
2457 …char hdtr_l_[PADL_(struct sf_hdtr *)]; struct sf_hdtr * hdtr; char hdtr_r_[PADR_(struct sf_hdtr *)…
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_darwin_sendfile_chain.c43 struct sf_hdtr hdtr; in ngx_darwin_sendfile_chain()
H A Dngx_freebsd_sendfile_chain.c45 struct sf_hdtr hdtr; in ngx_freebsd_sendfile_chain()
/f-stack/freebsd/kern/
H A Dkern_sendfile.c1264 struct sf_hdtr hdtr; in sendfile()