Home
last modified time | relevance | path

Searched refs:errorstr (Results 1 – 5 of 5) sorted by relevance

/external/libmicrohttpd/doc/examples/
Dresponseheaders.c42 const char *errorstr = in answer_to_connection() local
46 MHD_create_response_from_buffer (strlen (errorstr), in answer_to_connection()
47 (void *) errorstr, in answer_to_connection()
/external/libmicrohttpd/doc/chapters/
Dresponseheaders.inc62 const char *errorstr =
66 MHD_create_response_from_buffer (strlen (errorstr),
67 (void *) errorstr,
82 const char *errorstr = "<html><body>An internal server error has occured!\
87 response = MHD_create_response_from_buffer (strlen(errorstr), (void*) errorstr,
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info505 const char *errorstr =
509 MHD_create_response_from_buffer (strlen (errorstr),
510 (void *) errorstr,
525 const char *errorstr = "<html><body>An internal server error has occured!\
530 response = MHD_create_response_from_buffer (strlen(errorstr), (void*) errorstr,
2563 const char *errorstr =
2567 MHD_create_response_from_buffer (strlen (errorstr),
2568 (void *) errorstr,
/external/python/cpython2/Misc/
DHISTORY12647 (errorstr) is removed. Instead, you can use os.strerror(). This
13038 numbers to errno names (e.g. EINTR), and errorstr maps them to
/external/python/cpython3/Misc/
DHISTORY30026 (errorstr) is removed. Instead, you can use os.strerror(). This
30417 numbers to errno names (e.g. EINTR), and errorstr maps them to