OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MHD_MIN
(Results
1 - 2
of
2
) sorted by null
/external/libmicrohttpd/src/microhttpd/
internal.h
52
#define
MHD_MIN
(a,b) ((a)<(b)) ? (a) : (b)
[
all
...]
connection.c
359
MHD_MIN
(response->data_buffer_size,
[
all
...]
Completed in 35 milliseconds