Searched refs:sf_hdtr (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/ |
D | socket.h | 416 struct sf_hdtr { struct 440 int sendfile(int, int, off_t, size_t, struct sf_hdtr *, off_t *, int); argument
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 3101 vki_uint64_t *, nwritten, struct sf_hdtr *, sf_header, int, flags); in PRE() 3103 if (ARG6) PRE_MEM_WRITE("sendfile(sf_header)", ARG6, sizeof(struct sf_hdtr)); in PRE() 3111 vki_uint64_t *, nwritten, struct sf_hdtr *, sf_header, int, flags); in PRE() 3113 if (ARG5) PRE_MEM_WRITE("sendfile(sf_header)", ARG5, sizeof(struct sf_hdtr)); in PRE() 3122 if (ARG6) POST_MEM_WRITE(ARG6, sizeof(struct sf_hdtr)); in POST() 3125 if (ARG5) POST_MEM_WRITE(ARG5, sizeof(struct sf_hdtr)); in POST()
|