Home
last modified time | relevance | path

Searched refs:MHD_OPTION_URI_LOG_CALLBACK (Results 1 – 7 of 7) sorted by relevance

/external/libmicrohttpd/src/examples/
Dbenchmark.c146 MHD_OPTION_URI_LOG_CALLBACK, &uri_logger_cb, NULL, in main()
Dbenchmark_https.c192 MHD_OPTION_URI_LOG_CALLBACK, &uri_logger_cb, NULL, in main()
Dmhd2spdy.c118 MHD_OPTION_URI_LOG_CALLBACK, &http_cb_log, NULL, in run_everything()
/external/libmicrohttpd/src/include/
Dmicrohttpd.h687 MHD_OPTION_URI_LOG_CALLBACK = 7, enumerator
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c3215 case MHD_OPTION_URI_LOG_CALLBACK: in parse_options_va()
3426 case MHD_OPTION_URI_LOG_CALLBACK: in parse_options_va()
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi674 @item MHD_OPTION_URI_LOG_CALLBACK
695 MHD_OPTION_URI_LOG_CALLBACK. Finally, @code{uri} will
Dlibmicrohttpd.info594 'MHD_OPTION_URI_LOG_CALLBACK'
609 second argument following MHD_OPTION_URI_LOG_CALLBACK.