Searched defs:meth (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dutil_mutex.c53 /* Split arg into meth and file */
54 char *meth = apr_pstrdup(pool, arg); local
55 char *file = strchr(meth, ':');
69 if (!strcasecmp(meth, "none") || !strcasecmp(meth, "no")) {
74 if (!strcasecmp(meth, "default") || !strcasecmp(meth, "yes")) {
78 else if (!strcasecmp(meth, "fcntl") || !strcasecmp(meth, "file")) {
83 else if (!strcasecmp(meth, "floc
[all...]
/httpd/support/
H A Dab.c2131 AB_SSL_METHOD_CONST SSL_METHOD *meth = SSLv23_client_method(); local
2348 meth = SSLv23_client_method();
2351 meth = SSLv2_client_method();
2354 meth = SSLv3_client_method();
2357 meth = TLSv1_1_client_method();
2359 meth = TLSv1_2_client_method();
2362 meth = TLSv1_client_method();
2415 if (!(ssl_ctx = SSL_CTX_new(meth))) {

Completed in 17 milliseconds