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

/external/pcre/dist/
H A Dpcre_study.c791 const pcre_uchar *tcode = code + 1 + LINK_SIZE; local
794 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE;
800 switch(*tcode)
889 if (tcode[1] != PT_CLIST) return SSB_FAIL;
891 const pcre_uint32 *p = PRIV(ucd_caseless_sets) + tcode[2];
912 tcode++;
931 rc = set_start_bits(tcode, start_bits, utf, cd);
935 do tcode += GET(tcode, 1); while (*tcode
[all...]
H A Dpcre_compile.c2386 const pcre_uchar *tcode; local
2387 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE)
2388 if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE;
/external/kernel-headers/original/uapi/linux/
H A Dfirewire-cdev.h135 __u32 tcode; member in struct:fw_cdev_event_request
146 * @tcode: Transaction code of the incoming request
165 * Unlike &fw_cdev_event_request, @tcode of lock requests is one of the
194 __u32 tcode; member in struct:fw_cdev_event_request2
246 * channel, 4 bits tcode, 4 bits sy, in big endian byte order.
492 * @tcode: Transaction code of the request
506 __u32 tcode; member in struct:fw_cdev_send_request
/external/mdnsresponder/mDNSCore/
H A DDNSDigest.c1329 mDNSexport void DNSDigest_SignMessage(DNSMessage *msg, mDNSu8 **end, DomainAuthInfo *info, mDNSu16 tcode) argument
1390 // digest error (tcode) and other data len (zero) - we'll add them to the rdata later
1391 buf.b[0] = (mDNSu8)((tcode >> 8) & 0xff);
1392 buf.b[1] = (mDNSu8)( tcode & 0xff);
1414 rdata[2] = (mDNSu8)((tcode >> 8) & 0xff);
1415 rdata[3] = (mDNSu8)( tcode & 0xff);
1429 mDNSexport mDNSBool DNSDigest_VerifyMessage(DNSMessage *msg, mDNSu8 *end, LargeCacheRecord * lcr, DomainAuthInfo *info, mDNSu16 * rcode, mDNSu16 * tcode) argument
1453 *tcode = TSIG_ErrBadKey;
1467 *tcode = TSIG_ErrBadTime;
1493 *tcode
[all...]
H A DmDNSEmbeddedAPI.h2490 extern void DNSDigest_SignMessage(DNSMessage *msg, mDNSu8 **end, DomainAuthInfo *info, mDNSu16 tcode);
2506 extern mDNSBool DNSDigest_VerifyMessage(DNSMessage *msg, mDNSu8 *end, LargeCacheRecord *tsig, DomainAuthInfo *info, mDNSu16 *rcode, mDNSu16 *tcode);
/external/mdnsresponder/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 ) )

Completed in 192 milliseconds