Searched refs:trailer (Results 1 - 25 of 34) sorted by relevance

12

/external/llvm/test/MC/AsmParser/
H A Ddirective_rept-diagnostics.s33 .global trailer
34 .type trailer,@object
35 trailer: label
36 .rep 0 trailer
39 # CHECK: .rep 0 trailer
/external/llvm/test/MC/ARM/
H A Ddirective-align.s21 trailer: label
25 @ CHECK-LABEL: trailer
/external/curl/tests/
H A Dserverhelp.pm149 my $trailer = '_server.pid';
150 return '.'. servername_canon($proto, $ipver, $idnum) ."$trailer";
159 my $trailer = '_server.log';
160 $trailer = '_stunnel.log' if(lc($proto) =~ /^(ftp|http|imap|pop3|smtp)s$/);
161 return "${logdir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
170 my $trailer = '_server.cmd';
171 return "${logdir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
180 my $trailer = '_server.input';
181 return "${logdir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
190 my $trailer
[all...]
/external/curl/lib/
H A Dhttp_chunks.c50 followed by an OPTIONAL trailer containing entity-header fields. This
57 trailer
69 trailer = *(entity-header CRLF)
73 zero, followed by the trailer, which is terminated by an empty line.
258 /* this is the end of a trailer, but if the trailer was zero bytes
259 there was no trailer and we move on */
262 /* we allocate trailer with 3 bytes extra room to fit this */
263 conn->trailer[conn->trlPos++]=0x0d;
264 conn->trailer[con
[all...]
H A Dcurl_sasl_sspi.c1039 unsigned char *trailer = NULL; local
1143 /* Allocate the trailer */
1144 trailer = malloc(sizes.cbSecurityTrailer);
1145 if(!trailer)
1151 free(trailer);
1160 free(trailer);
1180 free(trailer);
1190 wrap_buf[0].pvBuffer = trailer;
1205 free(trailer);
1217 free(trailer);
[all...]
/external/jetty/src/java/org/eclipse/jetty/io/
H A DByteArrayEndPoint.java263 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException argument
280 if (trailer!=null && trailer.length()>0)
282 flushed+=flush(trailer);
H A DEndPoint.java77 * The passed header/trailer buffers are written before/after the contents of this buffer. This may be done
82 * @param trailer A buffer to write after flushing this buffer. This buffers getIndex is updated.
85 int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException; argument
/external/jetty/src/java/org/eclipse/jetty/io/bio/
H A DStreamEndPoint.java173 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException argument
203 if (trailer!=null)
205 int tw=trailer.length();
208 int f=flush(trailer);
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/annotated_symbol/
H A Dreference.py31 if nodes[i].type != symbol.trailer:
75 self._children.append(snippet.Symbol(symbol.trailer, token_snippets))
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_send.py835 trailer = " }"
837 trailer = None
866 if trailer: print trailer
887 trailer = " }"
889 trailer = None
921 if trailer: print trailer
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DChannelEndPoint.java324 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException argument
348 // flush trailer
351 trailer!=null && trailer.length()>0)
352 length+=flush(trailer);
H A DSelectChannelEndPoint.java376 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException argument
378 int l = super.flush(header, buffer, trailer);
381 if (l==0 && ( header!=null && header.hasContent() || buffer!=null && buffer.hasContent() || trailer!=null && trailer.hasContent()))
H A DSslConnection.java694 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException argument
700 if (trailer!=null && trailer.hasContent())
701 return flush(trailer);
/external/skia/gm/
H A Darcto.cpp185 const char trailer[] = "</svg>\n"; local
186 sk_fwrite(trailer, sizeof(trailer) - 1, file);
/external/webrtc/webrtc/base/
H A Dsslidentity.cc104 size_t trailer = pem_string.find("-----END " + pem_type + "-----");
105 if (trailer == std::string::npos)
108 std::string inner = pem_string.substr(body + 1, trailer - (body + 1));
/external/ipsec-tools/src/racoon/
H A Disakmp_frag.c94 unsigned int trailer; local
111 (sizeof(*hdr) + sizeof(*fraghdr) + sizeof(trailer));
/external/jetty/src/java/org/eclipse/jetty/server/nio/
H A DBlockingChannelConnector.java261 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException argument
264 return super.flush(header,buffer,trailer);
/external/srtp/srtp/
H A Dsrtp.c1450 uint32_t *trailer; /* pointer to start of trailer */ local
1517 /* NOTE: trailer is 32-bit aligned because RTCP 'packets' are always
1519 trailer = (uint32_t *) ((char *)enc_start + enc_octet_len);
1522 *trailer = htonl(SRTCP_E_BIT); /* set encrypt bit */
1527 *trailer = 0x00000000; /* set encrypt bit */
1550 *trailer |= htonl(seq_num);
1609 * run auth func over packet (including trailer), and write the
1633 uint32_t *trailer; /* pointer to start of trailer */ local
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A DPython.g311 : atom (trailer)* (options {greedy=true;}:DOUBLESTAR factor)?
332 trailer: LPAREN (arglist)? RPAREN
/external/libvncserver/libvncserver/
H A Dwebsockets.c253 char prefix[5], trailer[17]; local
400 trailer[0] = '\0';
404 webSocketsGenMd5(trailer, key1, key2, key3);
408 host, path, prefix, protocol, trailer);
/external/jetty/src/java/org/eclipse/jetty/client/
H A DSelectConnector.java354 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException argument
356 return _endp.flush(header,buffer,trailer);
/external/e2fsprogs/lib/blkid/
H A Dread.c170 DBG(DEBUG_READ, printf("found device trailer %9s\n", *cp));
/external/skia/src/pdf/
H A DSkPDFFont.cpp85 * after the line containing "eexec," and the trailer starts with 512
215 // (but not trailer) that we're not going to copy.
244 const uint8_t* trailer = hexData + hexDataLen; local
248 for (; hexData < trailer; hexData++) {
1216 size_t trailer SK_INIT_TO_AVOID_WARNING;
1219 &data, &trailer));
1227 fontStream->insertInt("Length3", trailer);
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c5582 mach_msg_trailer_t trailer; member in struct:__anon19542
5623 mach_msg_trailer_t trailer; member in struct:__anon19544
6026 mach_msg_trailer_t trailer; member in struct:__anon19558
6046 mach_msg_trailer_t trailer; member in struct:__anon19559
6067 mach_msg_trailer_t trailer; member in struct:__anon19560
6287 mach_msg_trailer_t trailer; member in struct:__anon19572
6371 mach_msg_trailer_t trailer; member in struct:__anon19574
6431 mach_msg_trailer_t trailer; member in struct:__anon19576
6488 mach_msg_trailer_t trailer; member in struct:__anon19578
6544 mach_msg_trailer_t trailer; member in struct:__anon19580
6741 mach_msg_trailer_t trailer; member in struct:__anon19588
6803 mach_msg_trailer_t trailer; member in struct:__anon19590
6880 mach_msg_trailer_t trailer; member in struct:__anon19592
7066 mach_msg_trailer_t trailer; member in struct:__anon19600
7125 mach_msg_trailer_t trailer; member in struct:__anon19602
7181 mach_msg_trailer_t trailer; member in struct:__anon19604
7234 mach_msg_trailer_t trailer; member in struct:__anon19606
7282 mach_msg_trailer_t trailer; member in struct:__anon19608
7390 mach_msg_trailer_t trailer; member in struct:__anon19612
7806 mach_msg_trailer_t trailer; member in struct:__anon19619
7915 mach_msg_trailer_t trailer; member in struct:__anon19621
7966 mach_msg_trailer_t trailer; member in struct:__anon19623
[all...]
/external/curl/lib/vtls/
H A Dnss.c512 char *trailer; local
519 trailer = strstr(++begin, "-----END");
520 if(!trailer)
524 *trailer = '\0';

Completed in 730 milliseconds

12