Home
last modified time | relevance | path

Searched refs:answer_to_connection (Results 1 – 17 of 17) sorted by relevance

/external/libmicrohttpd/doc/examples/
Dhellobrowser.c18 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() function
43 &answer_to_connection, NULL, MHD_OPTION_END); in main()
Dlogging.c27 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() function
47 &answer_to_connection, NULL, MHD_OPTION_END); in main()
Dresponseheaders.c23 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() function
77 &answer_to_connection, NULL, MHD_OPTION_END); in main()
Dbasicauthentication.c21 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() function
75 &answer_to_connection, NULL, MHD_OPTION_END); in main()
Dsimplepost.c116 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() function
182 &answer_to_connection, NULL, in main()
Dlargepost.c146 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() function
234 &answer_to_connection, NULL, in main()
Dtlsauthentication.c213 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() function
251 NULL, &answer_to_connection, NULL, in main()
/external/skia/tools/skiaserve/
Dskiaserve.cpp73 int answer_to_connection(void* cls, struct MHD_Connection* connection, in answer_to_connection() function
110 &answer_to_connection, &request, in skiaserve_main()
/external/skqp/tools/skiaserve/
Dskiaserve.cpp73 int answer_to_connection(void* cls, struct MHD_Connection* connection, in answer_to_connection() function
110 &answer_to_connection, &request, in skiaserve_main()
/external/libmicrohttpd/doc/chapters/
Dbasicauthentication.inc43 The first time @code{answer_to_connection} is called, we will not even look at the headers.
47 answer_to_connection (void *cls, struct MHD_Connection *connection,
82 answer_to_connection (void *cls, struct MHD_Connection *connection,
Dhellobrowser.inc42 int answer_to_connection (void *cls, struct MHD_Connection *connection,
99 &answer_to_connection, NULL, MHD_OPTION_END);
114 established. Our @code{answer_to_connection} knows best what the client wants and needs no addition…
219 on every request anew in @code{answer_to_connection}. Remember to free the memory of the string
Dtlsauthentication.inc73 &answer_to_connection, NULL,
143 &answer_to_connection, NULL,
331 &answer_to_connection, NULL,
Dprocessingpost.inc138 &answer_to_connection, NULL,
154 answer_to_connection (void *cls, struct MHD_Connection *connection,
Dlargerpost.inc94 answer_to_connection (void *cls, struct MHD_Connection *connection,
175 The rest of the @code{answer_to_connection} function is very similar to the @code{simplepost.c}
Dexploringrequests.inc13 answer_to_connection (void *cls, struct MHD_Connection *connection,
Dresponseheaders.inc27 answer_to_connection (void *cls, struct MHD_Connection *connection,
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info142 int answer_to_connection (void *cls, struct MHD_Connection *connection,
195 &answer_to_connection, NULL, MHD_OPTION_END);
211 `answer_to_connection' knows best what the client wants and needs no
321 function on every request anew in `answer_to_connection'. Remember
346 answer_to_connection (void *cls, struct MHD_Connection *connection,
476 answer_to_connection (void *cls, struct MHD_Connection *connection,
693 The first time `answer_to_connection' is called, we will not even
697 answer_to_connection (void *cls, struct MHD_Connection *connection,
730 answer_to_connection (void *cls, struct MHD_Connection *connection,
952 &answer_to_connection, NULL,
[all …]