Lines Matching refs:value

132 		for (j = 0; j < dc->value->used; j++) {  in mod_auth_patch_connection()
133 data_unset *du = dc->value->data[j]; in mod_auth_patch_connection()
229 req = ((data_array *)(p->conf.auth_require->data[k]))->value; in mod_auth_uri_handler()
234 http_authorization = ds->value->ptr; in mod_auth_uri_handler()
237 if (ds && ds->value && ds->value->used) { 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()
285 buffer_append_string_buffer(p->tmp_buf, realm->value); in mod_auth_uri_handler()
289 } else if (0 == strcmp(method->value->ptr, "digest")) { in mod_auth_uri_handler()
294 buffer_append_string_buffer(p->tmp_buf, realm->value); in mod_auth_uri_handler()
316 buffer_copy_string(ds->value, auth_type); in mod_auth_uri_handler()
396 ca = ((data_config *)srv->config_context->data[i])->value; in SETDEFAULTS_FUNC()
440 for (n = 0; n < da->value->used; n++) { in SETDEFAULTS_FUNC()
442 data_array *da_file = (data_array *)da->value->data[n]; in SETDEFAULTS_FUNC()
445 if (da->value->data[n]->type != TYPE_ARRAY) { in SETDEFAULTS_FUNC()
455 for (m = 0; m < da_file->value->used; m++) { in SETDEFAULTS_FUNC()
456 if (da_file->value->data[m]->type == TYPE_STRING) { 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()
467 da_file->value->data[m]->key, in SETDEFAULTS_FUNC()
476 da_file->value->data[m]->key, in SETDEFAULTS_FUNC()
522 buffer_copy_string(ds->value, method); in SETDEFAULTS_FUNC()
524 array_insert_unique(a->value, (data_unset *)ds); in SETDEFAULTS_FUNC()
529 buffer_copy_string(ds->value, realm); in SETDEFAULTS_FUNC()
531 array_insert_unique(a->value, (data_unset *)ds); in SETDEFAULTS_FUNC()
536 buffer_copy_string(ds->value, require); in SETDEFAULTS_FUNC()
538 array_insert_unique(a->value, (data_unset *)ds); in SETDEFAULTS_FUNC()