Searched refs:bypass (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/tlsnke/tlsnketest/
H A Ddtls_client.c81 int dtls_client(const char *hostname, int bypass);
83 int dtls_client(const char *hostname, int bypass) argument
89 printf("Running dtls_client test with hostname=%s, bypass=%d\n", hostname, bypass);
140 if(bypass) {
202 if(bypass) {
222 if(bypass) {
H A Dmain.c145 static int kext_test(const char *hostname, int bypass) argument
161 if(bypass) {
182 if(bypass) {
224 int dtls_client(const char *hostname, int bypass);
229 printf("Usage: %s <test> <hostname> <bypass>\n", argv0);
232 printf(" <bypass>: use /dev/tlsnke bypass test\n");
240 "\tif bypass=1, also send the same packet through the /dev/tlsnke interface, as if they were coming from utun\n");
245 "\thostname and bypass are ignored.\n");
249 "\tSet bypass
[all...]
/macosx-10.9.5/zlib-53/zlib/examples/
H A Dgzappend.c202 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;
/macosx-10.9.5/BootCache-106/
H A Dkext.c1704 goto bypass;
1720 * If the cache is not active, bypass the request. We may
1724 goto bypass;
1735 /* Get cache mount asap for use in case we bypass */
1771 goto bypass;
1793 goto bypass;
1801 goto bypass;
1809 goto bypass;
1842 goto bypass;
1862 goto bypass;
[all...]
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCProxies.c404 Boolean bypass = FALSE; local
418 bypass = TRUE;
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dread.c85 goto bypass;
163 bypass:
/macosx-10.9.5/CPANInternal-140/Bencode/lib/
H A DBencode.pm161 Takes a single argument which may be a scalar or a reference to a scalar, array or hash. Arrays and hashes may in turn contain values of these same types. Simple scalars that look like canonically represented integers will be serialised as such. To bypass the heuristic and force serialisation as a string, use a reference to a scalar.
/macosx-10.9.5/CPANInternal-140/Bencode-1.4/lib/
H A DBencode.pm175 Takes a single argument which may be a scalar or a reference to a scalar, array or hash. Arrays and hashes may in turn contain values of these same types. Simple scalars that look like canonically represented integers will be serialised as such. To bypass the heuristic and force serialisation as a string, use a reference to a scalar.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/InflateColumn/
H A DDateTime.pm95 bypass these exceptions and just have the inflation return undef, use
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/lib/Tree/Simple/Visitor/
H A DSort.pm196 This method accepts a CODE reference as it's C<$sort_function> argument and throws an exception if it is not a code reference. The C<$sort_function> is used by perl's builtin C<sort> routine to sort each level of the tree. The C<$sort_function> is passed two Tree::Simple objects, and must return 1 (greater than), 0 (equal to) or -1 (less than). The sort function will override and bypass any node filters which have been applied (see C<setNodeFilter> method above), they cannot be used together.
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DSort.pm196 This method accepts a CODE reference as it's C<$sort_function> argument and throws an exception if it is not a code reference. The C<$sort_function> is used by perl's builtin C<sort> routine to sort each level of the tree. The C<$sort_function> is passed two Tree::Simple objects, and must return 1 (greater than), 0 (equal to) or -1 (less than). The sort function will override and bypass any node filters which have been applied (see C<setNodeFilter> method above), they cannot be used together.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlilo.vim82 syn keyword liloImageOpt bypass lock mandatory optional restricted single-key unsafe
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/Transport/
H A DHTTP.pm326 it is already in the memory, that will bypass dynamic deployment and
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/Transport/
H A DHTTP.pm326 it is already in the memory, that will bypass dynamic deployment and
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dvimball.vim102 " user option bypass
/macosx-10.9.5/libxml2-26/libxml2/
H A Dcatalog.c882 * except it bypass all catalog lookups.
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dcatalog.c878 * except it bypass all catalog lookups.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DTransport.pm358 I<WARNING: Dynamic deployments with C<Apache::Registry> will fail because the module will be only loaded dynamically the first time. Subsequent calls will produce "denied access" errors because once the module is already in memory C<SOAP::Lite> will bypass dynamic deployment. To work around this, simply specify both the full PATH and MODULE name in C<dispatch_to()> and the module will be loaded dynamically, but will then work as if under static deployment. See F<examples/server/soap.mod_cgi> as an example.>
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dipsec.c196 /* for performance, we bypass ipsec until a security policy is set */
198 SYSCTL_INT(_net_inet_ipsec, OID_AUTO, bypass, CTLFLAG_RD | CTLFLAG_LOCKED, &ipsec_bypass,0, "");
285 /* Turn off the bypass if the default security policy changes */
296 * 0 : bypass
503 * 0 : bypass
637 * 0 : bypass
808 * 0 : bypass
1675 /* turn bypass off */
1816 /* turn bypass off */
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm1840 bypass this if you try hard enough.
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm1848 bypass this if you try hard enough.

Completed in 321 milliseconds