Home
last modified time | relevance | path

Searched refs:MHD_strerror_ (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/src/include/
Dplatform_interface.h108 #define MHD_strerror_(errnum) strerror((errnum)) macro
110 #define MHD_strerror_(errnum) MHD_W32_strerror_((errnum)) macro
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c1464 MHD_strerror_ (errno)); in internal_add_connection()
1481 MHD_strerror_ (errno)); in internal_add_connection()
1500 MHD_strerror_ (errno)); in internal_add_connection()
1608 MHD_strerror_ (res_thread_create)); in internal_add_connection()
2467 MHD_strerror_(errno)); in MHD_poll_all()
3697 MHD_strerror_ (errno)); in MHD_start_daemon_va()
3750 MHD_strerror_ (errno)); in MHD_start_daemon_va()
4138 MHD_strerror_ (res_thread_create)); in MHD_start_daemon_va()
4256 MHD_strerror_ (res_thread_create)); in MHD_start_daemon_va()
/external/libmicrohttpd/src/testcurl/
Dtest_get_sendfile.c104 MHD_strerror_ (errno)); in ahc_echo()