Home
last modified time | relevance | path

Searched refs:post_parse (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/util/
Doptions.hh97 virtual void post_parse (GError **error G_GNUC_UNUSED) {}; in post_parse() function
358 void post_parse (GError **error G_GNUC_UNUSED) { in post_parse() function
402 void post_parse (GError **error G_GNUC_UNUSED) in post_parse() function
Doptions.cc128 post_parse (GOptionContext *context G_GNUC_UNUSED, in post_parse() function
134 option_group->post_parse (error); in post_parse()
148 g_option_group_set_parse_hooks (group, pre_parse, post_parse); in add_group()
/external/iptables/iptables/
Dnft-shared.h99 void (*post_parse)(int command, struct iptables_command_state *cs, member
Dnft-ipv6.c462 .post_parse = nft_ipv6_post_parse,
Dnft-bridge.c645 .post_parse = NULL,
Dnft-ipv4.c513 .post_parse = nft_ipv4_post_parse,
Dnft-arp.c669 .post_parse = NULL,
Dxtables.c1123 h->ops->post_parse(p->command, cs, args); in do_parse()