/external/e2fsprogs/lib/ext2fs/ |
D | io_manager.c | 32 if (!channel->manager->set_option) in io_channel_set_options() 50 retval = (channel->manager->set_option)(channel, ptr, arg); in io_channel_set_options()
|
D | ext2_io.h | 84 errcode_t (*set_option)(io_channel channel, const char *option, member
|
D | undo_io.c | 593 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()
|
D | test_io.c | 485 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/ |
D | iptables.c | 398 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 …]
|
D | ip6tables.c | 412 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/ |
D | tester.cc | 253 o.set_option(PCRE::UTF8); in TestInstance() 255 o.set_option(PCRE::None); in TestInstance()
|
/external/regex-re2/re2/testing/ |
D | tester.cc | 253 o.set_option(PCRE::UTF8); in TestInstance() 255 o.set_option(PCRE::None); in TestInstance()
|
/external/regex-re2/util/ |
D | pcre.h | 534 void set_option(PCRE::Option option) { in set_option() function
|
/external/chromium_org/third_party/re2/util/ |
D | pcre.h | 540 void set_option(PCRE::Option option) { in set_option() function
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 3948 ++set_option; in main()
|