Home
last modified time | relevance | path

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

123456

/external/curl/tests/
Dserverhelp.pm150 my $trailer = '_server.pid';
151 return '.'. servername_canon($proto, $ipver, $idnum) ."$trailer";
160 my $trailer = '_server.log';
161 $trailer = '_stunnel.log' if(lc($proto) =~ /^(ftp|http|imap|pop3|smtp)s$/);
162 return "${logdir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
171 my $trailer = '_server.cmd';
172 return "${logdir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
181 my $trailer = '_server.input';
182 return "${logdir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
191 my $trailer = '_server.output';
[all …]
/external/curl/tests/data/
Dtest26616 Trailer: chunky-trailer
27 chunky-trailer: header data
34 Trailer: chunky-trailer
48 HTTP GET with chunked Transfer-Encoding and chunked trailer
71 Trailer: chunky-trailer
74 chunky-trailer: header data
Dtest141716 Trailer: chunky-trailer
27 chunky-trailer: header data
34 Trailer: chunky-trailer
48 HTTP GET with chunked encoding and chunked trailer without CRs
71 Trailer: chunky-trailer
74 chunky-trailer: header data
Dtest111626 chunky-trailer: header data
47 HTTP GET with chunked trailer without Trailer:
72 chunky-trailer: header data
/external/llvm/test/MC/AsmParser/
Ddirective_rept-diagnostics.s33 .global trailer symbol
34 .type trailer,@object
35 trailer: label
36 .rep 0 trailer
39 # CHECK: .rep 0 trailer
/external/curl/lib/
Dhttp_chunks.c262 conn->trailer[conn->trlPos++]=0x0d; in Curl_httpchunk_read()
263 conn->trailer[conn->trlPos++]=0x0a; in Curl_httpchunk_read()
264 conn->trailer[conn->trlPos]=0; in Curl_httpchunk_read()
267 result = Curl_convert_from_network(conn->data, conn->trailer, in Curl_httpchunk_read()
276 conn->trailer, conn->trlPos); in Curl_httpchunk_read()
301 ptr = realloc(conn->trailer, conn->trlMax + 3); in Curl_httpchunk_read()
309 conn->trailer = ptr; in Curl_httpchunk_read()
311 conn->trailer[conn->trlPos++]=*datap; in Curl_httpchunk_read()
/external/tcpdump/tests/
Dripv2_auth.out16 Auth trailer:
23 Auth trailer:
30 Auth trailer:
38 Auth trailer:
46 Auth trailer:
54 Auth trailer:
62 Auth trailer:
71 Auth trailer:
80 Auth trailer:
90 Auth trailer:
/external/curl/lib/vauth/
Dkrb5_sspi.c277 unsigned char *trailer = NULL; in Curl_auth_create_gssapi_security_message() local
382 trailer = malloc(sizes.cbSecurityTrailer); in Curl_auth_create_gssapi_security_message()
383 if(!trailer) in Curl_auth_create_gssapi_security_message()
389 free(trailer); in Curl_auth_create_gssapi_security_message()
398 free(trailer); in Curl_auth_create_gssapi_security_message()
418 free(trailer); in Curl_auth_create_gssapi_security_message()
428 wrap_buf[0].pvBuffer = trailer; in Curl_auth_create_gssapi_security_message()
443 free(trailer); in Curl_auth_create_gssapi_security_message()
455 free(trailer); in Curl_auth_create_gssapi_security_message()
475 free(trailer); in Curl_auth_create_gssapi_security_message()
/external/walt/ios/WALT/
DMIDIMessage.m44 // Slice off any header/trailer bytes.
46 NSCAssert(bytes[message.length - 1] == MIDIMessageSysExEnd, @"SysEx message without trailer.");
63 [[NSMutableData alloc] initWithCapacity:body.length + 2]; // +2 for status and SysEx trailer
70 const MIDIByte trailer = MIDIMessageSysEx;
71 [message appendBytes:&trailer length:1];
/external/libcups/cups/
Dfile.c394 unsigned char trailer[8]; /* Trailer CRC and length */ in cupsFileClose() local
423 trailer[0] = (unsigned char)fp->crc; in cupsFileClose()
424 trailer[1] = (unsigned char)(fp->crc >> 8); in cupsFileClose()
425 trailer[2] = (unsigned char)(fp->crc >> 16); in cupsFileClose()
426 trailer[3] = (unsigned char)(fp->crc >> 24); in cupsFileClose()
427 trailer[4] = (unsigned char)fp->pos; in cupsFileClose()
428 trailer[5] = (unsigned char)(fp->pos >> 8); in cupsFileClose()
429 trailer[6] = (unsigned char)(fp->pos >> 16); in cupsFileClose()
430 trailer[7] = (unsigned char)(fp->pos >> 24); in cupsFileClose()
432 if (cups_write(fp, (char *)trailer, 8) < 0) in cupsFileClose()
[all …]
/external/pdfium/testing/resources/
Dtrailer_unterminated.in26 % closing angle-brackets not present for trailer dictionary.
27 trailer <<
Dtrailer_as_hexstring.in26 % trailer erroneously contains a hex string, not a dictionary.
27 trailer <0000deadbabe0000>
Dbug_454695.in7 trailer <<
Dbug_298.in15 trailer <<
Dbug_544880.in14 trailer <<
/external/llvm/test/MC/ARM/
Ddirective-align.s21 trailer: label
25 @ CHECK-LABEL: trailer
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_execfile.py36 read = [Node(syms.trailer, [Dot(), Name(u'read')]),
37 Node(syms.trailer, [LParen(), RParen()])]
Dfix_tuple_params.py161 trailer = [Subscript(Number(unicode(i)))]
163 map_to_index(obj, trailer, d=d)
165 d[obj] = prefix + trailer
/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_send.py868 trailer = " }"
870 trailer = None
899 if trailer: print trailer
920 trailer = " }"
922 trailer = None
954 if trailer: print trailer
/external/python/cpython2/Tools/freeze/
Dmakefreeze.py12 trailer = """\ variable
70 outfp.write(trailer)
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
Dreference.py31 if nodes[i].type != symbol.trailer:
75 self._children.append(snippet.Symbol(symbol.trailer, token_snippets))
/external/python/cpython2/Tools/scripts/
Dgprof2html.py16 trailer = """\ variable
74 output.write(trailer)
/external/webrtc/webrtc/base/
Dsslidentity.cc104 size_t trailer = pem_string.find("-----END " + pem_type + "-----"); in PemToDer() local
105 if (trailer == std::string::npos) in PemToDer()
108 std::string inner = pem_string.substr(body + 1, trailer - (body + 1)); in PemToDer()
/external/skia/gm/
Darcto.cpp185 const char trailer[] = "</svg>\n"; in DEF_SIMPLE_GM() local
186 sk_fwrite(trailer, sizeof(trailer) - 1, file); in DEF_SIMPLE_GM()
/external/python/cpython2/Doc/library/
Dzlib.rst86 trailer is included in the output. It can take several ranges of values.
92 resulting output will include a zlib-specific header and trailer.
155 (or "window size"), and what header and trailer format is expected.
160 must include a zlib header and trailer.
166 logarithm. The input must be a raw stream with no header or trailer.
170 trailer.
180 header and trailer to be included.
194 "window size"), and what header and trailer format is expected. It has

123456