Lines Matching refs:ptr

214 			if (0 == strncasecmp(con->uri.path->ptr, require->ptr, require->used - 1)) {  in mod_auth_uri_handler()
219 if (0 == strncmp(con->uri.path->ptr, require->ptr, require->used - 1)) { in mod_auth_uri_handler()
234 http_authorization = ds->value->ptr; in mod_auth_uri_handler()
251 if (0 == strcmp(method->value->ptr, "basic")) { in mod_auth_uri_handler()
257 if (0 == strcmp(method->value->ptr, "digest")) { in mod_auth_uri_handler()
283 if (0 == strcmp(method->value->ptr, "basic")) { in mod_auth_uri_handler()
289 } else if (0 == strcmp(method->value->ptr, "digest")) { in mod_auth_uri_handler()
403 if (0 == strcmp(s->auth_backend_conf->ptr, "htpasswd")) { in SETDEFAULTS_FUNC()
405 } else if (0 == strcmp(s->auth_backend_conf->ptr, "htdigest")) { in SETDEFAULTS_FUNC()
407 } else if (0 == strcmp(s->auth_backend_conf->ptr, "plain")) { in SETDEFAULTS_FUNC()
409 } else if (0 == strcmp(s->auth_backend_conf->ptr, "ldap")) { in SETDEFAULTS_FUNC()
424 if (NULL == (dollar = strchr(s->auth_ldap_filter->ptr, '$'))) { in SETDEFAULTS_FUNC()
430 …r_copy_string_len(s->ldap_filter_pre, s->auth_ldap_filter->ptr, dollar - s->auth_ldap_filter->ptr); in SETDEFAULTS_FUNC()
457 if (0 == strcmp(da_file->value->data[m]->key->ptr, "method")) { in SETDEFAULTS_FUNC()
458 method = ((data_string *)(da_file->value->data[m]))->value->ptr; in SETDEFAULTS_FUNC()
459 } else if (0 == strcmp(da_file->value->data[m]->key->ptr, "realm")) { in SETDEFAULTS_FUNC()
460 realm = ((data_string *)(da_file->value->data[m]))->value->ptr; in SETDEFAULTS_FUNC()
461 } else if (0 == strcmp(da_file->value->data[m]->key->ptr, "require")) { in SETDEFAULTS_FUNC()
462 require = ((data_string *)(da_file->value->data[m]))->value->ptr; in SETDEFAULTS_FUNC()
574 if (NULL == (s->ldap = ldap_init(s->auth_ldap_hostname->ptr, LDAP_PORT))) { in auth_ldap_init()
592 s->auth_ldap_cafile->ptr))) { in auth_ldap_init()
610 …CCESS != (ret = ldap_simple_bind_s(s->ldap, s->auth_ldap_binddn->ptr, s->auth_ldap_bindpw->ptr))) { in auth_ldap_init()