Searched defs:nflags (Results 1 - 4 of 4) sorted by relevance

/external/c-ares/
H A Dadig.c116 static const int nflags = sizeof(flags) / sizeof(flags[0]); variable
236 for (i = 0; i < nflags; i++)
241 if (i < nflags)
/external/regex-re2/re2/
H A Dparse.cc1854 int nflags = flags_; local
1869 nflags &= ~FoldCase;
1871 nflags |= FoldCase;
1877 nflags |= OneLine;
1879 nflags &= ~OneLine;
1885 nflags &= ~DotNL;
1887 nflags |= DotNL;
1893 nflags &= ~NonGreedy;
1895 nflags |= NonGreedy;
1925 flags_ = static_cast<Regexp::ParseFlags>(nflags);
[all...]
/external/libxml2/
H A Drelaxng.c6249 int nflags; local
6322 nflags = 0;
6324 xmlRelaxNGCheckRules(ctxt, cur->attrs, nflags, cur->type);
6331 xmlRelaxNGCheckRules(ctxt, cur->content, nflags,
6383 nflags = flags | XML_RELAXNG_IN_ATTRIBUTE;
6384 xmlRelaxNGCheckRules(ctxt, cur->content, nflags, cur->type);
6398 nflags = flags | XML_RELAXNG_IN_ONEORMORE;
6400 xmlRelaxNGCheckRules(ctxt, cur->content, nflags,
6419 nflags = flags | XML_RELAXNG_IN_LIST;
6421 xmlRelaxNGCheckRules(ctxt, cur->content, nflags,
[all...]
/external/elfutils/src/
H A Dreadelf.c1594 int nflags)
1599 for (cnt = 0; cnt < nflags; ++cnt)
1593 print_flags(int class, GElf_Xword d_val, const struct flags *flags, int nflags) argument

Completed in 470 milliseconds