Home
last modified time | relevance | path

Searched refs:set_option (Results 1 – 11 of 11) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dio_manager.c32 if (!channel->manager->set_option) in io_channel_set_options()
50 retval = (channel->manager->set_option)(channel, ptr, arg); in io_channel_set_options()
Dext2_io.h84 errcode_t (*set_option)(io_channel channel, const char *option, member
Dundo_io.c593 if (data->real && data->real->manager->set_option) { in undo_set_option()
594 retval = data->real->manager->set_option(data->real, in undo_set_option()
Dtest_io.c485 if (data->real && data->real->manager->set_option) { in test_set_option()
486 retval = (data->real->manager->set_option)(data->real, in test_set_option()
/external/iptables/iptables/
Diptables.c398 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, in set_option() function
1209 set_option(&cs->options, OPT_JUMP, &cs->fw.ip.invflags, cs->invert); in command_jump()
1495 set_option(&cs.options, OPT_PROTOCOL, &cs.fw.ip.invflags, in do_command4()
1512 set_option(&cs.options, OPT_SOURCE, &cs.fw.ip.invflags, in do_command4()
1518 set_option(&cs.options, OPT_DESTINATION, &cs.fw.ip.invflags, in do_command4()
1525 set_option(&cs.options, OPT_JUMP, &cs.fw.ip.invflags, in do_command4()
1542 set_option(&cs.options, OPT_VIANAMEIN, &cs.fw.ip.invflags, in do_command4()
1554 set_option(&cs.options, OPT_VIANAMEOUT, &cs.fw.ip.invflags, in do_command4()
1562 set_option(&cs.options, OPT_FRAGMENT, &cs.fw.ip.invflags, in do_command4()
1569 set_option(&cs.options, OPT_VERBOSE, in do_command4()
[all …]
Dip6tables.c412 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, in set_option() function
1218 set_option(&cs->options, OPT_JUMP, &cs->fw6.ipv6.invflags, cs->invert); in command_jump()
1499 set_option(&cs.options, OPT_PROTOCOL, &cs.fw6.ipv6.invflags, in do_command6()
1524 set_option(&cs.options, OPT_SOURCE, &cs.fw6.ipv6.invflags, in do_command6()
1530 set_option(&cs.options, OPT_DESTINATION, &cs.fw6.ipv6.invflags, in do_command6()
1537 set_option(&cs.options, OPT_JUMP, &cs.fw6.ipv6.invflags, in do_command6()
1554 set_option(&cs.options, OPT_VIANAMEIN, &cs.fw6.ipv6.invflags, in do_command6()
1566 set_option(&cs.options, OPT_VIANAMEOUT, &cs.fw6.ipv6.invflags, in do_command6()
1575 set_option(&cs.options, OPT_VERBOSE, in do_command6()
1594 set_option(&cs.options, OPT_NUMERIC, &cs.fw6.ipv6.invflags, in do_command6()
[all …]
/external/chromium_org/third_party/re2/re2/testing/
Dtester.cc253 o.set_option(PCRE::UTF8); in TestInstance()
255 o.set_option(PCRE::None); in TestInstance()
/external/regex-re2/re2/testing/
Dtester.cc253 o.set_option(PCRE::UTF8); in TestInstance()
255 o.set_option(PCRE::None); in TestInstance()
/external/regex-re2/util/
Dpcre.h534 void set_option(PCRE::Option option) { in set_option() function
/external/chromium_org/third_party/re2/util/
Dpcre.h540 void set_option(PCRE::Option option) { in set_option() function
/external/libpng/contrib/tools/
Dpngfix.c3948 ++set_option; in main()