HomeSort by relevance Sort by last modified time
    Searched refs:in_table (Results 1 - 7 of 7) sorted by null

  /external/iptables/iptables/
ip6tables-restore.c 127 int in_table = 0, testing = 0; local
196 } else if ((strcmp(buffer, "COMMIT\n") == 0) && (in_table)) {
206 in_table = 0;
207 } else if ((buffer[0] == '*') && (!in_table)) {
240 in_table = 1;
242 } else if ((buffer[0] == ':') && (in_table)) {
321 } else if (in_table) {
456 if (in_table) {
iptables-restore.c 129 int in_table = 0, testing = 0; local
202 } else if ((strcmp(buffer, "COMMIT\n") == 0) && (in_table)) {
212 in_table = 0;
213 } else if ((buffer[0] == '*') && (!in_table)) {
247 in_table = 1;
249 } else if ((buffer[0] == ':') && (in_table)) {
326 } else if (in_table) {
462 if (in_table) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
symrec.c 217 symtab_get_or_new(yasm_symtab *symtab, const char *name, int in_table)
221 if (in_table)
295 int in_table, unsigned long line)
297 yasm_symrec *rec = symtab_get_or_new(symtab, name, in_table);
332 yasm_bytecode *precbc, int in_table,
335 yasm_symrec *rec = symtab_define(symtab, name, SYM_LABEL, in_table, line);
339 if (in_table && precbc)
symrec.h 129 * \param in_table nonzero if the label should be inserted into the symbol
137 /*@dependent@*/ yasm_bytecode *precbc, int in_table, unsigned long line);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
symrec.pxi 51 property in_table:
208 def define_label(self, name, precbc, in_table, line):
212 (<Bytecode>precbc).bc, in_table, line))
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.c 296 entry->in_table = 0;
375 entry->in_table = 1;
402 entry->in_table = 1;
417 entry->in_table = 1;
584 return entry->in_table;
elf.h 407 int in_table; member in struct:elf_symtab_entry

Completed in 87 milliseconds