OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MHD_strerror_
(Results
1 - 3
of
3
) sorted by null
/external/libmicrohttpd/src/include/
platform_interface.h
106
/*
MHD_strerror_
is strerror (both non-W32/W32) */
108
#define
MHD_strerror_
(errnum) strerror((errnum))
110
#define
MHD_strerror_
(errnum) MHD_W32_strerror_((errnum))
/external/libmicrohttpd/src/testcurl/
test_get_sendfile.c
104
MHD_strerror_
(errno));
/external/libmicrohttpd/src/microhttpd/
daemon.c
[
all
...]
Completed in 132 milliseconds