OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MHD_pipe_write_
(Results
1 - 2
of
2
) sorted by null
/external/libmicrohttpd/src/include/
platform_interface.h
164
/*
MHD_pipe_write_
write data to real pipe (!MHD_DONT_USE_PIPES) /
167
#define
MHD_pipe_write_
(fd, ptr, sz) write((fd), (const void*)(ptr), (sz))
169
#define
MHD_pipe_write_
(fd, ptr, sz) send((fd), (const char*)(ptr), (sz), 0)
/external/libmicrohttpd/src/microhttpd/
daemon.c
[
all
...]
Completed in 38 milliseconds