Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dinternal.h1228 const char *https_mem_key; member
Ddaemon.c542 (NULL != daemon->https_mem_key) ) in MHD_init_daemon_certificate()
544 key.data = (unsigned char *) daemon->https_mem_key; in MHD_init_daemon_certificate()
545 key.size = strlen (daemon->https_mem_key); in MHD_init_daemon_certificate()
3153 daemon->https_mem_key = va_arg (ap, const char *); in parse_options_va()