Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microhttpd/
Dinternal.h1009 MHD_RequestCompletedCallback notify_completed; member
Dconnection.c279 if ( (NULL != daemon->notify_completed) && in MHD_connection_close()
281 daemon->notify_completed (daemon->notify_completed_cls, in MHD_connection_close()
2576 if ( (NULL != daemon->notify_completed) &&
2579 daemon->notify_completed (daemon->notify_completed_cls,
Ddaemon.c3200 daemon->notify_completed = in parse_options_va()