OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MHD_pipe_read_
(Results
1 - 2
of
2
) sorted by null
/external/libmicrohttpd/src/include/
platform_interface.h
172
/*
MHD_pipe_read_
read data from real pipe (!MHD_DONT_USE_PIPES) /
175
#define
MHD_pipe_read_
(fd, ptr, sz) read((fd), (void*)(ptr), (sz))
177
#define
MHD_pipe_read_
(fd, ptr, sz) recv((fd), (char*)(ptr), (sz), 0)
/external/libmicrohttpd/src/microhttpd/
daemon.c
1014
(void)
MHD_pipe_read_
(spipe, &tmp, sizeof (tmp));
1086
(void)
MHD_pipe_read_
(spipe, &tmp, sizeof (tmp));
[
all
...]
Completed in 43 milliseconds