Home
last modified time | relevance | path

Searched refs:trailer (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/base/
Dsslidentity.cc71 size_t trailer = pem_string.find("-----END " + pem_type + "-----"); in PemToDer() local
72 if (trailer == std::string::npos) in PemToDer()
75 std::string inner = pem_string.substr(body + 1, trailer - (body + 1)); in PemToDer()
/external/chromium_org/third_party/leveldatabase/src/table/
Dtable_builder.cc183 char trailer[kBlockTrailerSize]; in WriteRawBlock() local
184 trailer[0] = type; in WriteRawBlock()
186 crc = crc32c::Extend(crc, trailer, 1); // Extend crc to cover block type in WriteRawBlock()
187 EncodeFixed32(trailer+1, crc32c::Mask(crc)); in WriteRawBlock()
188 r->status = r->file->Append(Slice(trailer, kBlockTrailerSize)); in WriteRawBlock()
/external/srtp/googlepatches/
Dgoogle-7-srtp-security-fix.patch66 trailer = (uint32_t *) ((char *) hdr +
68 - if (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) {
70 + e_bit_in_packet = (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) == SRTCP_E_BYTE_BIT;
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
DglX_proto_send.py835 trailer = " }"
837 trailer = None
866 if trailer: print trailer
887 trailer = " }"
889 trailer = None
921 if trailer: print trailer
/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_send.py835 trailer = " }"
837 trailer = None
866 if trailer: print trailer
887 trailer = " }"
889 trailer = None
921 if trailer: print trailer
/external/chromium_org/third_party/leveldatabase/src/doc/
Dlog_format.txt5 block := record* trailer?
13 won't fit). Any leftover bytes here form the trailer, which must
49 be left empty as the trailer.
/external/srtp/srtp/
Dsrtp.c1450 uint32_t *trailer; /* pointer to start of trailer */ in srtp_protect_rtcp() local
1519 trailer = (uint32_t *) ((char *)enc_start + enc_octet_len); in srtp_protect_rtcp()
1522 *trailer = htonl(SRTCP_E_BIT); /* set encrypt bit */ in srtp_protect_rtcp()
1527 *trailer = 0x00000000; /* set encrypt bit */ in srtp_protect_rtcp()
1550 *trailer |= htonl(seq_num); in srtp_protect_rtcp()
1633 uint32_t *trailer; /* pointer to start of trailer */ in srtp_unprotect_rtcp() local
1704 trailer = (uint32_t *) ((char *) hdr + in srtp_unprotect_rtcp()
1706 e_bit_in_packet = (*((unsigned char *) trailer) & SRTCP_E_BYTE_BIT) == SRTCP_E_BYTE_BIT; in srtp_unprotect_rtcp()
1744 seq_num = ntohl(*trailer) & SRTCP_INDEX_MASK; in srtp_unprotect_rtcp()
/external/ipsec-tools/src/racoon/
Disakmp_frag.c94 unsigned int trailer; local
111 (sizeof(*hdr) + sizeof(*fraghdr) + sizeof(trailer));
/external/chromium_org/content/browser/
Dmach_broker_mac.mm44 // a message. Contains a message trailer with audit information.
46 mach_msg_audit_trailer_t trailer;
113 audit_token_to_au32(msg.trailer.msgh_audit,
/external/llvm/test/CodeGen/X86/
Dtailcallbyval64.ll26 ; Expect the trailer.
/external/skia/src/pdf/
DSkPDFFont.cpp224 const uint8_t* trailer = hexData + hexDataLen; in handleType1Stream() local
228 for (; hexData < trailer; hexData++) { in handleType1Stream()
1263 size_t trailer SK_INIT_TO_AVOID_WARNING; in addFontDescriptor()
1266 &trailer); in addFontDescriptor()
1274 fontStream->insertInt("Length3", trailer); in addFontDescriptor()
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFFont.cpp224 const uint8_t* trailer = hexData + hexDataLen; in handleType1Stream() local
228 for (; hexData < trailer; hexData++) { in handleType1Stream()
1263 size_t trailer SK_INIT_TO_AVOID_WARNING; in addFontDescriptor()
1266 &trailer); in addFontDescriptor()
1274 fontStream->insertInt("Length3", trailer); in addFontDescriptor()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-darwin.c4701 mach_msg_trailer_t trailer; in POST() member
4742 mach_msg_trailer_t trailer; in POST() member
5103 mach_msg_trailer_t trailer; in POST() member
5123 mach_msg_trailer_t trailer; in PRE() member
5144 mach_msg_trailer_t trailer; in POST() member
5215 mach_msg_trailer_t trailer; in POST() member
5299 mach_msg_trailer_t trailer; in POST() member
5359 mach_msg_trailer_t trailer; in POST() member
5416 mach_msg_trailer_t trailer; in POST() member
5472 mach_msg_trailer_t trailer; in POST() member
[all …]
/external/zlib/src/contrib/delphi/
Dreadme.txt51 zlib stream header and trailer. Raw deflate streams are used
/external/chromium_org/net/http/
Dhttp_network_layer_unittest.cc142 std::string trailer = in TestProxyFallbackByMethodWithMockReads() local
149 "%s", method.c_str(), trailer.c_str()); in TestProxyFallbackByMethodWithMockReads()
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
DPython.g311 : atom (trailer)* (options {greedy=true;}:DOUBLESTAR factor)?
332 trailer: LPAREN (arglist)? RPAREN
/external/zlib/src/doc/
Drfc1952.txt76 2.3.1. Member header and trailer ........................... 6
287 2.3.1. Member header and trailer
475 trailer; in particular, a decompressor may ignore FTEXT and OS
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dtcmalloc.cc1327 Span* trailer = Static::pageheap()->Split(span, needed); in do_memalign() local
1328 Static::pageheap()->Delete(trailer); in do_memalign()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dprio.h1658 const void *trailer; /* trailer buffer */ member
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dtcmalloc.cc1369 Span* trailer = Static::pageheap()->Split(span, needed); in do_memalign() local
1370 Static::pageheap()->Delete(trailer); in do_memalign()
/external/libffi/src/
Ddlmalloc.c3865 void* trailer = 0; in internal_memalign() local
3908 trailer = chunk2mem(remainder); in internal_memalign()
3919 if (trailer != 0) { in internal_memalign()
3920 internal_free(m, trailer); in internal_memalign()
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c3875 void* trailer = 0; in internal_memalign() local
3918 trailer = chunk2mem(remainder); in internal_memalign()
3929 if (trailer != 0) { in internal_memalign()
3930 internal_free(m, trailer); in internal_memalign()
/external/eigen/unsupported/test/mpreal/
Ddlmalloc.c4396 void* trailer = 0; in internal_memalign() local
4439 trailer = chunk2mem(remainder); in internal_memalign()
4450 if (trailer != 0) { in internal_memalign()
4451 internal_free(m, trailer); in internal_memalign()
/external/zlib/src/
DFAQ143 applications, and has a much more compact header and trailer and uses a
/external/chromium_org/third_party/sqlite/src/test/
Dfuzzer1.test1247 INSERT INTO streetname VALUES('trailer');
1379 } {steelewood tallia tallu talwyn taymouth thelema trailer {tyler finley}}

12