Home
last modified time | relevance | path

Searched defs:MHD_pipe_read_ (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/include/
Dplatform_interface.h175 #define MHD_pipe_read_(fd, ptr, sz) read((fd), (void*)(ptr), (sz)) macro
177 #define MHD_pipe_read_(fd, ptr, sz) recv((fd), (char*)(ptr), (sz), 0) macro