OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_table
(Results
1 - 7
of
7
) sorted by null
/external/iptables/iptables/
ip6tables-restore.c
188
int
in_table
= 0, testing = 0;
local
262
} else if ((strcmp(buffer, "COMMIT\n") == 0) && (
in_table
)) {
272
in_table
= 0;
273
} else if ((buffer[0] == '*') && (!
in_table
)) {
307
in_table
= 1;
309
} else if ((buffer[0] == ':') && (
in_table
)) {
385
} else if (
in_table
) {
454
if (
in_table
) {
iptables-restore.c
188
int
in_table
= 0, testing = 0;
local
262
} else if ((strcmp(buffer, "COMMIT\n") == 0) && (
in_table
)) {
272
in_table
= 0;
273
} else if ((buffer[0] == '*') && (!
in_table
)) {
307
in_table
= 1;
309
} else if ((buffer[0] == ':') && (
in_table
)) {
385
} else if (
in_table
) {
454
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 451 milliseconds