OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MHD_pipe_
(Results
1 - 2
of
2
) sorted by null
/external/libmicrohttpd/src/include/
platform_interface.h
136
/*
MHD_pipe_
create pipe (!MHD_DONT_USE_PIPES) /
139
#define
MHD_pipe_
(fdarr) pipe((fdarr))
142
#define
MHD_pipe_
(fdarr) socketpair(AF_LOCAL, SOCK_STREAM, 0, (fdarr))
144
#define
MHD_pipe_
(fdarr) MHD_W32_pair_of_sockets_((fdarr))
/external/libmicrohttpd/src/microhttpd/
daemon.c
[
all
...]
Completed in 35 milliseconds