Home | History | Annotate | Download | only in microhttpd

Lines Matching refs:MHD_MIN

52 #define MHD_MIN(a,b) ((a)<(b)) ? (a) : (b)