Home
last modified time | relevance | path

Searched refs:apr_os2_writev (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/os2/
H A Dapr_arch_os2calls.h37 extern int (*apr_os2_writev)(int, struct iovec *, int);
57 #define writev apr_os2_writev
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/os2/
H A Dos2calls.c41 int (*apr_os2_writev)(int, struct iovec *, int) = NULL; variable
108 rc = DosQueryProcAddr(hSO32DLL, 0, "WRITEV", &apr_os2_writev); in os2_fn_link()