Home
last modified time | relevance | path

Searched refs:nflags (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/mio/src/sys/unix/
Dpipe.rs419 let nflags = if nonblocking { in set_nonblocking() localVariable
425 if flags != nflags { in set_nonblocking()
426 if unsafe { libc::fcntl(fd, libc::F_SETFL, nflags) } < 0 { in set_nonblocking()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dparse.cc2099 int nflags = flags_; in ParsePerlFlags() local
2114 nflags &= ~FoldCase; in ParsePerlFlags()
2116 nflags |= FoldCase; in ParsePerlFlags()
2122 nflags |= OneLine; in ParsePerlFlags()
2124 nflags &= ~OneLine; in ParsePerlFlags()
2130 nflags &= ~DotNL; in ParsePerlFlags()
2132 nflags |= DotNL; in ParsePerlFlags()
2138 nflags &= ~NonGreedy; in ParsePerlFlags()
2140 nflags |= NonGreedy; in ParsePerlFlags()
2170 flags_ = static_cast<Regexp::ParseFlags>(nflags); in ParsePerlFlags()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dadig.c100 static const int nflags = sizeof(flags) / sizeof(flags[0]); variable
220 for (i = 0; i < nflags; i++) in main()
225 if (i < nflags) in main()
/external/libxml2/
Drelaxng.c6279 int nflags; in xmlRelaxNGCheckRules() local
6352 nflags = 0; in xmlRelaxNGCheckRules()
6354 xmlRelaxNGCheckRules(ctxt, cur->attrs, nflags, cur->type); in xmlRelaxNGCheckRules()
6361 xmlRelaxNGCheckRules(ctxt, cur->content, nflags, in xmlRelaxNGCheckRules()
6416 nflags = flags | XML_RELAXNG_IN_ATTRIBUTE; in xmlRelaxNGCheckRules()
6417 xmlRelaxNGCheckRules(ctxt, cur->content, nflags, cur->type); in xmlRelaxNGCheckRules()
6431 nflags = flags | XML_RELAXNG_IN_ONEORMORE; in xmlRelaxNGCheckRules()
6433 xmlRelaxNGCheckRules(ctxt, cur->content, nflags, in xmlRelaxNGCheckRules()
6452 nflags = flags | XML_RELAXNG_IN_LIST; in xmlRelaxNGCheckRules()
6454 xmlRelaxNGCheckRules(ctxt, cur->content, nflags, in xmlRelaxNGCheckRules()
[all …]
/external/elfutils/src/
Dreadelf.c1730 int nflags) in print_flags() argument
1735 for (cnt = 0; cnt < nflags; ++cnt) in print_flags()