Home
last modified time | relevance | path

Searched refs:pre_parse_func (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/glib/glib/
Dgoption.c117 GOptionParseFunc pre_parse_func; member
1579 if (group->pre_parse_func) in g_option_context_parse()
1581 if (!(* group->pre_parse_func) (context, group, in g_option_context_parse()
1589 if (context->main_group && context->main_group->pre_parse_func) in g_option_context_parse()
1591 if (!(* context->main_group->pre_parse_func) (context, context->main_group, in g_option_context_parse()
1998 GOptionParseFunc pre_parse_func, in g_option_group_set_parse_hooks() argument
2003 group->pre_parse_func = pre_parse_func; in g_option_group_set_parse_hooks()
Dgoption.h147 GOptionParseFunc pre_parse_func,