Searched refs:set_option (Results 1 - 10 of 10) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dio_manager.c32 if (!channel->manager->set_option)
50 retval = (channel->manager->set_option)(channel, ptr, arg);
H A Dext2_io.h79 errcode_t (*set_option)(io_channel channel, const char *option, member in struct:struct_io_manager
H A Dundo_io.c572 if (data->real && data->real->manager->set_option) {
573 retval = data->real->manager->set_option(data->real,
H A Dtest_io.c469 fprintf(data->outfile, "Test_io: set_option(%s, %s) ",
471 if (data->real && data->real->manager->set_option) {
472 retval = (data->real->manager->set_option)(data->real,
/external/iptables/iptables/
H A Diptables.c430 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, function
1303 set_option(&cs->options, OPT_JUMP, &cs->fw.ip.invflags, cs->invert);
1571 set_option(&cs.options, OPT_PROTOCOL, &cs.fw.ip.invflags,
1589 set_option(&cs.options, OPT_SOURCE, &cs.fw.ip.invflags,
1596 set_option(&cs.options, OPT_DESTINATION, &cs.fw.ip.invflags,
1603 set_option(&cs.options, OPT_JUMP, &cs.fw.ip.invflags,
1621 set_option(&cs.options, OPT_VIANAMEIN, &cs.fw.ip.invflags,
1634 set_option(&cs.options, OPT_VIANAMEOUT, &cs.fw.ip.invflags,
1642 set_option(&cs.options, OPT_FRAGMENT, &cs.fw.ip.invflags,
1649 set_option(
[all...]
H A Dip6tables.c425 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, function
1277 set_option(&cs->options, OPT_JUMP, &cs->fw6.ipv6.invflags, cs->invert);
1542 set_option(&cs.options, OPT_PROTOCOL, &cs.fw6.ipv6.invflags,
1568 set_option(&cs.options, OPT_SOURCE, &cs.fw6.ipv6.invflags,
1575 set_option(&cs.options, OPT_DESTINATION, &cs.fw6.ipv6.invflags,
1582 set_option(&cs.options, OPT_JUMP, &cs.fw6.ipv6.invflags,
1600 set_option(&cs.options, OPT_VIANAMEIN, &cs.fw6.ipv6.invflags,
1613 set_option(&cs.options, OPT_VIANAMEOUT, &cs.fw6.ipv6.invflags,
1622 set_option(&cs.options, OPT_VERBOSE,
1632 set_option(
[all...]
/external/chromium_org/third_party/re2/re2/testing/
H A Dtester.cc253 o.set_option(PCRE::UTF8);
255 o.set_option(PCRE::None);
/external/regex-re2/re2/testing/
H A Dtester.cc253 o.set_option(PCRE::UTF8);
255 o.set_option(PCRE::None);
/external/chromium_org/third_party/re2/util/
H A Dpcre.h540 void set_option(PCRE::Option option) { function in class:re2::PCRE_Options
/external/regex-re2/util/
H A Dpcre.h534 void set_option(PCRE::Option option) { function in class:re2::PCRE_Options

Completed in 195 milliseconds