Lines Matching full:yes
2470 {"allow_sendfile_call", MG_CONFIG_TYPE_BOOLEAN, "yes"},
2485 {"decode_url", MG_CONFIG_TYPE_BOOLEAN, "yes"},
2502 {"enable_auth_domain_check", MG_CONFIG_TYPE_BOOLEAN, "yes"},
2504 {"enable_directory_listing", MG_CONFIG_TYPE_BOOLEAN, "yes"},
2527 {"ssl_default_verify_paths", MG_CONFIG_TYPE_BOOLEAN, "yes"},
3965 conn->dom_ctx->config[ENABLE_AUTH_DOMAIN_CHECK], "yes"));
4288 if (mg_strcasecmp(conn->dom_ctx->config[ENABLE_KEEP_ALIVE], "yes") != 0) {
4322 return (mg_strcasecmp(conn->dom_ctx->config[DECODE_URL], "yes") == 0);
5233 "yes")) {
7390 /* Yes it does, break the loop */
7603 "yes");
9540 "yes"))) {
10028 "yes")) {
12106 "yes")
12252 "yes");
14210 "yes")) {
15104 if (mg_strcasecmp(conn->dom_ctx->config[SSL_DO_VERIFY_PEER], "yes")
15172 && (mg_strcasecmp(conn->dom_ctx->config[SSL_SHORT_TRUST], "yes") == 0);
15959 if (mg_strcasecmp(dom_ctx->config[SSL_DO_VERIFY_PEER], "yes") == 0) {
15960 /* Yes, they are mandatory */
15966 /* Yes, they are optional */
15974 && (mg_strcasecmp(dom_ctx->config[SSL_DEFAULT_VERIFY_PATHS], "yes")
16842 !mg_strcasecmp(conn->dom_ctx->config[ENABLE_AUTH_DOMAIN_CHECK], "yes");
17523 !mg_strcasecmp(conn->dom_ctx->config[ENABLE_KEEP_ALIVE], "yes");