Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavformat/
H A Dassenc.c42 uint8_t *trailer; member
58 uint8_t *trailer = strstr(par->extradata, "\n[Events]"); in write_header() local
60 if (trailer) in write_header()
61 trailer = strstr(trailer, "Format:"); in write_header()
62 if (trailer) in write_header()
63 trailer = strstr(trailer, "\n"); in write_header()
65 if (trailer++) { in write_header()
66 header_size = (trailer in write_header()
[all...]
H A Dwebpenc.c78 static int flush(AVFormatContext *s, int trailer, int64_t pts) in flush() argument
105 if (!trailer) { in flush()
118 if (!trailer) { in flush()
126 if (w->frame_count > trailer) { in flush()
/third_party/backends/lib/
H A Dalloca.c307 include the fifteen word trailer area. */
320 this trailer). */
323 long link; /* Address of trailer block of previous
348 struct stk_trailer *trailer; in i00afunc() local
361 trailer = (struct stk_trailer *) (status.current_address in i00afunc()
366 a fatal error if "trailer" is null. */ in i00afunc()
368 if (trailer == 0) in i00afunc()
373 while (trailer != 0) in i00afunc()
375 block = (long *) trailer->this_address; in i00afunc()
376 size = trailer in i00afunc()
[all...]
/third_party/curl/tests/
H A Dserverhelp.pm175 my $trailer = '_server.pid';
176 return "${piddir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
184 my $trailer = '_server.port';
185 return "${piddir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
194 my $trailer = '_server.log';
195 $trailer = '_stunnel.log' if(lc($proto) =~ /^(ftp|http|imap|pop3|smtp)s$/);
196 return "${logdir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
205 my $trailer = '_server.cmd';
206 return "${logdir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
215 my $trailer
[all...]
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/
H A Dresponse.js31 trailer: Promise.resolve(opts.trailer || new Headers()),
35 get trailer () {
36 return this[INTERNALS].trailer
71 trailer: this.trailer,
/third_party/curl/lib/vauth/
H A Dkrb5_sspi.c259 unsigned char *trailer = NULL; in Curl_auth_create_gssapi_security_message() local
343 /* Allocate the trailer */ in Curl_auth_create_gssapi_security_message()
344 trailer = malloc(sizes.cbSecurityTrailer); in Curl_auth_create_gssapi_security_message()
345 if(!trailer) in Curl_auth_create_gssapi_security_message()
354 free(trailer); in Curl_auth_create_gssapi_security_message()
375 free(trailer); in Curl_auth_create_gssapi_security_message()
385 wrap_buf[0].pvBuffer = trailer; in Curl_auth_create_gssapi_security_message()
400 free(trailer); in Curl_auth_create_gssapi_security_message()
415 free(trailer); in Curl_auth_create_gssapi_security_message()
430 free(trailer); in Curl_auth_create_gssapi_security_message()
[all...]
/third_party/curl/lib/
H A Dhttp_chunks.c51 followed by an OPTIONAL trailer containing entity-header fields. This
58 trailer
70 trailer = *(entity-header CRLF)
74 zero, followed by the trailer, which is terminated by an empty line.
85 Curl_dyn_init(&ch->trailer, DYN_H1_TRAILER); in Curl_httpchunk_init()
96 Curl_dyn_reset(&ch->trailer); in Curl_httpchunk_reset()
103 Curl_dyn_free(&ch->trailer); in Curl_httpchunk_free()
243 char *tr = Curl_dyn_ptr(&ch->trailer); in httpchunk_readwrite()
244 /* this is the end of a trailer, but if the trailer wa in httpchunk_readwrite()
[all...]
H A Dhttp_chunks.h62 /* At this point optional trailer headers can be found, unless the next line
66 /* A trailer CR has been found - next state is CHUNK_TRAILER_POSTCR.
70 /* A trailer LF must be found now, otherwise CHUNKE_BAD_CHUNK will be
71 signalled If this is an empty trailer CHUNKE_STOP will be signalled.
72 Otherwise the trailer will be broadcasted via Curl_client_write() and the
97 struct dynbuf trailer; /* for chunked-encoded trailer */ member
112 * the amount of bytes consumed. The actual response bytes and trailer
/third_party/nghttp2/lib/
H A Dnghttp2_http.c105 int trailer, int connect_protocol) { in http_request_on_header()
109 if (trailer || in http_request_on_header()
207 if (!trailer && in http_request_on_header()
237 int trailer) { in http_response_on_header()
239 if (trailer || in http_response_on_header()
352 int trailer) { in nghttp2_http_on_header()
436 return http_request_on_header(stream, nv, trailer, in nghttp2_http_on_header()
441 return http_response_on_header(stream, nv, trailer); in nghttp2_http_on_header()
104 http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, int trailer, int connect_protocol) http_request_on_header() argument
236 http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, int trailer) http_response_on_header() argument
350 nghttp2_http_on_header(nghttp2_session *session, nghttp2_stream *stream, nghttp2_frame *frame, nghttp2_hd_nv *nv, int trailer) nghttp2_http_on_header() argument
H A Dnghttp2_http.h52 int trailer);
68 * This function is called trailer header (for both request and
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_http.c105 int trailer, int connect_protocol) { in http_request_on_header()
109 if (trailer || in http_request_on_header()
207 if (!trailer && in http_request_on_header()
237 int trailer) { in http_response_on_header()
239 if (trailer || in http_response_on_header()
352 int trailer) { in nghttp2_http_on_header()
436 return http_request_on_header(stream, nv, trailer, in nghttp2_http_on_header()
441 return http_response_on_header(stream, nv, trailer); in nghttp2_http_on_header()
104 http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, int trailer, int connect_protocol) http_request_on_header() argument
236 http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, int trailer) http_response_on_header() argument
350 nghttp2_http_on_header(nghttp2_session *session, nghttp2_stream *stream, nghttp2_frame *frame, nghttp2_hd_nv *nv, int trailer) nghttp2_http_on_header() argument
H A Dnghttp2_http.h52 int trailer);
68 * This function is called trailer header (for both request and
/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/
H A DconvertToAsyncFunction_bindingPattern.js6 function res({ status, trailer }){
16 function res({ status, trailer }){
H A DconvertToAsyncFunction_bindingPatternNameCollision.js7 function res({ status, trailer }){
18 function res({ status, trailer }){
/third_party/nghttp2/integration-tests/
H A Dserver_tester.go332 trailer []hpack.HeaderField // trailer part
337 // wrapper for request body to set trailer part
339 trailer []hpack.HeaderField
350 for _, h := range cbr.trailer {
402 if len(rp.trailer) != 0 {
404 trailer: rp.trailer,
439 for _, h := range cbr.trailer {
529 EndStream: len(rp.body) == 0 && len(rp.trailer)
[all...]
/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_send.py864 trailer = " }"
866 trailer = None
895 if trailer: print(trailer)
916 trailer = " }"
918 trailer = None
950 if trailer: print(trailer)
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_execfile.py19 power< 'execfile' trailer< '(' arglist< filename=any [',' globals=any [',' locals=any ] ] > ')' > >
21 power< 'execfile' trailer< '(' filename=any ')' > >
37 read = [Node(syms.trailer, [Dot(), Name('read')]),
38 Node(syms.trailer, [LParen(), RParen()])]
H A Dfix_tuple_params.py161 trailer = [Subscript(Number(str(i)))]
163 map_to_index(obj, trailer, d=d)
165 d[obj] = prefix + trailer
/third_party/python/Tools/freeze/
H A Dmakefreeze.py12 trailer = """\
68 outfp.write(trailer)
/third_party/python/Tools/scripts/
H A Dgprof2html.py20 trailer = """\
73 output.write(trailer)
/third_party/skia/gm/
H A Darcto.cpp191 const char trailer[] = "</svg>\n"; in DEF_SIMPLE_GM() local
192 sk_fwrite(trailer, sizeof(trailer) - 1, file); in DEF_SIMPLE_GM()
/third_party/skia/src/pdf/
H A DSkPDFType1Font.cpp60 * after the line containing "eexec," and the trailer starts with 512
159 // (but not trailer) that we're not going to copy. in convert_type1_font_stream()
191 const uint8_t* trailer = hexData + hexDataLen; in convert_type1_font_stream() local
195 for (; hexData < trailer; hexData++) { in convert_type1_font_stream()
238 size_t trailer SK_INIT_TO_AVOID_WARNING; in make_type1_font_descriptor()
241 &header, &data, &trailer); in make_type1_font_descriptor()
246 dict->insertInt("Length3", trailer); in make_type1_font_descriptor()
/third_party/python/Lib/lib2to3/
H A Dfixer_util.py42 return [obj, Node(syms.trailer, [Dot(), attr])]
54 node = Node(syms.trailer, [lparen.clone(), rparen.clone()])
79 return Node(syms.trailer, [Leaf(token.LBRACE, "["),
146 [Node(syms.trailer,
216 'any' | 'all' | 'enumerate' | (any* trailer< '.' 'join' >) )
217 trailer< '(' node=any ')' >
224 trailer< '(' arglist<node=any any*> ')' >
403 _block_syms = {syms.funcdef, syms.classdef, syms.trailer}
/third_party/nghttp2/src/
H A Dnghttpd.cc164 --trailer=<HEADER> in print_help()
165 Add a trailer header to a response. <HEADER> must not in print_help()
167 with ':'). The trailer is sent only if a response has in print_help()
168 body part. Example: --trailer 'foo: bar'. in print_help()
228 {"trailer", required_argument, &flag, 6}, in main()
361 // trailer option in main()
365 std::cerr << "--trailer: invalid header: " << optarg << std::endl; in main()
376 std::cerr << "--trailer: invalid header - value missing: " << optarg in main()
380 config.trailer.emplace_back(header, value, false); in main()
381 util::inp_strlower(config.trailer in main()
[all...]
/third_party/python/Lib/
H A Dplistlib.py476 trailer = self._fp.read(32)
477 if len(trailer) != 32:
482 ) = struct.unpack('>6xBBQQQ', trailer)
674 # Write trailer
676 trailer = (
680 self._fp.write(struct.pack('>5xBBBQQQ', *trailer))

Completed in 12 milliseconds

12