Searched refs:get_bool (Results 1 – 3 of 3) sorted by relevance
42 get_bool(OM_uint32 *minor_status, in get_bool() function129 maj_stat = get_bool(minor_status, value, &flag); in _gsskrb5_set_sec_context_option()145 maj_stat = get_bool(minor_status, value, &flag); in _gsskrb5_set_sec_context_option()
247 parser->get_bool = get_dict_bool; in cfg_parser_alloc()252 parser->get_bool = get_main_bool; in cfg_parser_alloc()302 intval = parser->get_bool(parser, name, defval); in cfg_get_bool()
29 int (*get_bool) (const struct CFG_PARSER *, const char *, int); member