HomeSort by relevance Sort by last modified time
    Searched defs:bypass (Results 1 - 6 of 6) sorted by null

  /external/iptables/include/linux/netfilter/
xt_NFQUEUE.h 26 __u16 bypass; member in struct:xt_NFQ_info_v2
  /external/chromium/net/proxy/
proxy_config.cc 227 // Output the bypass rules.
228 const ProxyBypassRules& bypass = proxy_rules_.bypass_rules; local
229 if (!bypass.rules().empty()) {
236 bypass.rules().begin();
237 it != bypass.rules().end(); ++it) {
  /external/sonivox/arm-fm-22k/lib_src/
eas_chorusdata.h 93 EAS_BOOL bypass; member in struct:__anon10937
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_chorusdata.h 93 EAS_BOOL bypass; member in struct:__anon10987
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorusdata.h 93 EAS_BOOL bypass; member in struct:__anon11040
  /external/zlib/examples/
gzappend.c 202 unsigned bypass; local
206 bypass = n & ~((1U << in->size) - 1);
207 if (bypass) {
208 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1)
210 n -= bypass;

Completed in 548 milliseconds