Searched defs:apr_socket_sendfile (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/unix/ |
H A D | sendrecv.c | 257 apr_status_t apr_socket_sendfile(apr_socket_t *sock, apr_file_t *file, in apr_socket_sendfile() function 413 apr_status_t apr_socket_sendfile(apr_socket_t *sock, apr_file_t *file, in apr_socket_sendfile() function 531 apr_status_t apr_socket_sendfile(apr_socket_t * sock, apr_file_t * file, in apr_socket_sendfile() function 667 apr_status_t apr_socket_sendfile(apr_socket_t *sock, apr_file_t *file, in apr_socket_sendfile() function 815 apr_status_t apr_socket_sendfile(apr_socket_t * sock, apr_file_t * file, in apr_socket_sendfile() function 977 apr_status_t apr_socket_sendfile(apr_socket_t *sock, apr_file_t *file, in apr_socket_sendfile() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/win32/ |
H A D | sendrecv.c | 256 APR_DECLARE(apr_status_t) apr_socket_sendfile(apr_socket_t *sock, in apr_socket_sendfile() function
|