Searched refs:tcode (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/pcre-7/pcre/
H A Dpcre_study.c507 const uschar *tcode = code + (((int)*code == OP_CBRA)? 3:1) + LINK_SIZE; local
513 switch(*tcode)
531 rc = set_start_bits(tcode, start_bits, caseless, utf8, cd);
535 do tcode += GET(tcode, 1); while (*tcode == OP_ALT);
536 tcode += 1 + LINK_SIZE;
560 tcode += 2 + 2*LINK_SIZE;
568 do tcode += GET(tcode,
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserAsyncStreamListener.h62 UInt8 tcode:4; member in struct:__anon1526
68 UInt8 tcode:4; member in struct:__anon1527
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/report/
H A Dreport.tcl75 variable tcode
76 array set tcode {
497 variable tcode
506 if {[info exists tcode($cmd)]} {
635 # template code. No need to check again. We need 'tcode'
639 variable tcode
654 if {$tcode($template)} {
713 if {!$tcode($template)} {
727 if {!$tcode($template)} {
738 if {!$tcode(
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DLinkBuffer.cpp262 unsigned short* tcode = static_cast<unsigned short*>(code); local
276 dataLogF("\t.short\t0x%x\n", tcode[i]);
281 unsigned int* tcode = static_cast<unsigned int*>(code);
293 dataLogF("\t.long\t0x%x\n", tcode[i]);
/macosx-10.10/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFWIPDefinitions.h271 UInt8 tcode:4; member in struct:__anon1616
277 UInt8 tcode:4; member in struct:__anon1617
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/util/
H A Dgenerate_nameprep_data.pl249 my @tcode = map {hex($_)} split ' ', $to;
251 my $ucs4 = pack('V*', @tcode);
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSDigest.c1322 mDNSexport void DNSDigest_SignMessage(DNSMessage *msg, mDNSu8 **end, DomainAuthInfo *info, mDNSu16 tcode) argument
1383 // digest error (tcode) and other data len (zero) - we'll add them to the rdata later
1384 buf.b[0] = (mDNSu8)((tcode >> 8) & 0xff);
1385 buf.b[1] = (mDNSu8)( tcode & 0xff);
1407 rdata[2] = (mDNSu8)((tcode >> 8) & 0xff);
1408 rdata[3] = (mDNSu8)( tcode & 0xff);
1422 mDNSexport mDNSBool DNSDigest_VerifyMessage(DNSMessage *msg, mDNSu8 *end, LargeCacheRecord * lcr, DomainAuthInfo *info, mDNSu16 * rcode, mDNSu16 * tcode) argument
1445 *tcode = TSIG_ErrBadKey;
1459 *tcode = TSIG_ErrBadTime;
1485 *tcode
[all...]
H A DmDNSEmbeddedAPI.h3018 extern void DNSDigest_SignMessage(DNSMessage *msg, mDNSu8 **end, DomainAuthInfo *info, mDNSu16 tcode);
3034 extern mDNSBool DNSDigest_VerifyMessage(DNSMessage *msg, mDNSu8 *end, LargeCacheRecord *tsig, DomainAuthInfo *info, mDNSu16 *rcode, mDNSu16 *tcode);
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.c2385 mDNSlocal mDNSBool IsAuthorized( DaemonInfo * d, PktMsg * pkt, DomainAuthInfo ** key, mDNSu16 * rcode, mDNSu16 * tcode )
2468 *tcode = TSIG_ErrBadKey;
2488 *tcode = TSIG_ErrBadKey;
2501 ok = DNSDigest_VerifyMessage( &pkt->msg, ( mDNSu8* ) lastPtr, &lcr, (*key), rcode, tcode );
2570 mDNSu16 tcode; local
2602 else if ( IsAuthorized( context->d, &context->pkt, &key, &rcode, &tcode ) )
2713 mDNSu16 tcode; local
2744 if ( IsAuthorized( context->d, &context->pkt, &key, &rcode, &tcode ) )
/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.c2370 u_int data_len, tcode; local
2390 tcode = packet_get_int();
2393 tcode != SSH2_EXTENDED_DATA_STDERR) {

Completed in 205 milliseconds