Lines Matching refs:parse_keyvalue
58 parse_keyvalue(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret);
588 static cfg_type_t cfg_type_keystorage = { "keystorage", parse_keyvalue,
645 static cfg_type_t cfg_type_algorithm = { "algorithm", parse_keyvalue,
651 static cfg_type_t cfg_type_lifetime = { "lifetime", parse_keyvalue,
1575 static cfg_type_t cfg_type_blocksize = { "blocksize", parse_keyvalue,
1920 static cfg_type_t cfg_type_rpz_zone = { "zone", parse_keyvalue,
2001 static cfg_type_t cfg_type_catz_zone = { "zone", parse_keyvalue,
3080 parse_keyvalue(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) {
3177 cfg_type_t cfg_type_keyref = { "keyref", parse_keyvalue, print_keyvalue,
3200 "controls_allow", parse_keyvalue, print_keyvalue,
3234 "controls_perm", parse_keyvalue, print_keyvalue,
3241 "controls_owner", parse_keyvalue, print_keyvalue,
3248 "controls_allow", parse_keyvalue, print_keyvalue,
3570 static cfg_type_t cfg_type_debuglevel = { "debuglevel", parse_keyvalue,