OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextChain
(Results
1 - 2
of
2
) sorted by null
/external/iptables/iptables/
iptables-xml.c
103
static int
nextChain
= 0;
268
for (c = 0; c <
nextChain
; c++)
283
for (c = 0; c <
nextChain
; c++)
296
if (
nextChain
>= maxChains) {
302
chains[
nextChain
].chain = strdup(chain);
303
chains[
nextChain
].policy = strdup(policy);
304
chains[
nextChain
].count = *ctr;
305
chains[
nextChain
].created = 0;
306
nextChain
++;
314
for (c = 0; c <
nextChain
; c++
[
all
...]
/external/guava/guava-tests/lib/
libtruth.jar
Completed in 71 milliseconds