/external/libmicrohttpd/doc/examples/ |
D | hellobrowser.c | 18 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() function 43 &answer_to_connection, NULL, MHD_OPTION_END); in main()
|
D | logging.c | 27 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() function 47 &answer_to_connection, NULL, MHD_OPTION_END); in main()
|
D | responseheaders.c | 23 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() function 77 &answer_to_connection, NULL, MHD_OPTION_END); in main()
|
D | basicauthentication.c | 21 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() function 75 &answer_to_connection, NULL, MHD_OPTION_END); in main()
|
D | simplepost.c | 116 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() function 182 &answer_to_connection, NULL, in main()
|
D | largepost.c | 146 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() function 234 &answer_to_connection, NULL, in main()
|
D | tlsauthentication.c | 213 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/ |
D | skiaserve.cpp | 68 int answer_to_connection(void* cls, struct MHD_Connection* connection, in answer_to_connection() function 94 &answer_to_connection, &request, in skiaserve_main()
|
/external/libmicrohttpd/doc/chapters/ |
D | basicauthentication.inc | 43 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,
|
D | hellobrowser.inc | 42 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
|
D | tlsauthentication.inc | 73 &answer_to_connection, NULL, 143 &answer_to_connection, NULL, 331 &answer_to_connection, NULL,
|
D | processingpost.inc | 138 &answer_to_connection, NULL, 154 answer_to_connection (void *cls, struct MHD_Connection *connection,
|
D | largerpost.inc | 94 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}
|
D | exploringrequests.inc | 13 answer_to_connection (void *cls, struct MHD_Connection *connection,
|
D | responseheaders.inc | 27 answer_to_connection (void *cls, struct MHD_Connection *connection,
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd-tutorial.info | 142 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 …]
|