Lines Matching defs:config
445 static const char *set_realm(cmd_parms *cmd, void *config, const char *realm)
447 digest_config_rec *conf = (digest_config_rec *) config;
478 static const char *add_authn_provider(cmd_parms *cmd, void *config,
481 digest_config_rec *conf = (digest_config_rec*)config;
523 static const char *set_qop(cmd_parms *cmd, void *config, const char *op)
525 digest_config_rec *conf = (digest_config_rec *) config;
545 static const char *set_nonce_lifetime(cmd_parms *cmd, void *config,
558 ((digest_config_rec *) config)->nonce_lifetime = apr_time_from_sec(lifetime);
562 static const char *set_nonce_format(cmd_parms *cmd, void *config,
568 static const char *set_nc_check(cmd_parms *cmd, void *config, int flag)
578 ((digest_config_rec *) config)->check_nc = flag;
582 static const char *set_algorithm(cmd_parms *cmd, void *config, const char *alg)
592 ((digest_config_rec *) config)->algorithm = alg;
596 static const char *set_uri_list(cmd_parms *cmd, void *config, const char *uri)
598 digest_config_rec *c = (digest_config_rec *) config;
609 static const char *set_shmem_size(cmd_parms *cmd, void *config,
1929 create_digest_dir_config, /* dir config creater */
1931 NULL, /* server config */
1932 NULL, /* merge server config */