Home
last modified time | relevance | path

Searched refs:cached_directory_response (Results 1 – 2 of 2) sorted by relevance

/external/libmicrohttpd/src/examples/
Ddemo.c174 static struct MHD_Response *cached_directory_response; variable
216 if (NULL != cached_directory_response) in update_cached_response()
217 MHD_destroy_response (cached_directory_response); in update_cached_response()
218 cached_directory_response = response; in update_cached_response()
646 if (NULL == cached_directory_response) in return_directory_response()
653 cached_directory_response); in return_directory_response()
Ddemo_https.c175 static struct MHD_Response *cached_directory_response; variable
217 if (NULL != cached_directory_response) in update_cached_response()
218 MHD_destroy_response (cached_directory_response); in update_cached_response()
219 cached_directory_response = response; in update_cached_response()
647 if (NULL == cached_directory_response) in return_directory_response()
654 cached_directory_response); in return_directory_response()