OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MHD_ICY_FLAG
(Results
1 - 2
of
2
) sorted by null
/external/libmicrohttpd/src/include/
microhttpd.h
297
#define
MHD_ICY_FLAG
((uint32_t)(((uint32_t)1) << 31))
[
all
...]
/external/libmicrohttpd/src/microhttpd/
connection.c
675
rc = connection->responseCode & (~
MHD_ICY_FLAG
);
679
(0 != (connection->responseCode &
MHD_ICY_FLAG
))
[
all
...]
Completed in 35 milliseconds