Home
last modified time | relevance | path

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

/external/libmicrohttpd/doc/examples/
Dlogging.c18 print_out_key (void *cls, enum MHD_ValueKind kind, const char *key, in print_out_key() function
34 MHD_get_connection_values (connection, MHD_HEADER_KIND, print_out_key, in answer_to_connection()
/external/libmicrohttpd/doc/chapters/
Dexploringrequests.inc44 int print_out_key (void *cls, enum MHD_ValueKind kind,
55 MHD_get_connection_values (connection, MHD_HEADER_KIND, &print_out_key, NULL);
60 function @code{print_out_key} does not rely on any additional information to fulfill its duties
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info374 int print_out_key (void *cls, enum MHD_ValueKind kind,
382 MHD_get_connection_values (connection, MHD_HEADER_KIND, &print_out_key, NULL);
386 `print_out_key' does not rely on any additional information to fulfill
2477 print_out_key (void *cls, enum MHD_ValueKind kind, const char *key,
2493 MHD_get_connection_values (connection, MHD_HEADER_KIND, print_out_key,