Home | History | Annotate | Download | only in microhttpd

Lines Matching refs:MHD_VERSION

4657                             (((int)MHD_VERSION >> 24) & 0xFF),
4658 (((int)MHD_VERSION >> 16) & 0xFF),
4659 (((int)MHD_VERSION >> 8) & 0xFF));