Searched refs:trailer (Results 1 – 21 of 21) sorted by relevance
/curl/tests/ |
H A D | serverhelp.pm | 178 my $trailer = '_server.pid'; 179 return "${piddir}/". servername_canon($proto, $ipver, $idnum) ."$trailer"; 187 my $trailer = '_server.port'; 188 return "${piddir}/". servername_canon($proto, $ipver, $idnum) ."$trailer"; 197 my $trailer = '_server.log'; 199 return "${logdir}/". servername_canon($proto, $ipver, $idnum) ."$trailer"; 208 my $trailer = '_server.cmd'; 218 my $trailer = '_server.input'; 228 my $trailer = '_server.output'; 264 my $trailer = '_sockdata.pid'; [all …]
|
/curl/tests/data/ |
H A D | test266 | 17 Trailer: chunky-trailer 28 chunky-trailer: header data 35 Trailer: chunky-trailer 39 chunky-trailer: header data 53 HTTP GET with chunked Transfer-Encoding and chunked trailer 74 Trailer: chunky-trailer 77 chunky-trailer: header data
|
H A D | test1417 | 16 Trailer: chunky-trailer 27 chunky-trailer: header data 34 Trailer: chunky-trailer 38 chunky-trailer: header data 49 HTTP GET with chunked encoding and chunked trailer without CRs 70 Trailer: chunky-trailer 73 chunky-trailer: header data
|
H A D | test1591 | 48 Trailer: my-super-awesome-trailer, my-other-awesome-trailer 59 my-super-awesome-trailer: trail1 60 my-other-awesome-trailer: trail2
|
H A D | test1598 | 47 Trailer: my-super-awesome-trailer, my-other-awesome-trailer 54 my-super-awesome-trailer: trail1 55 my-other-awesome-trailer: trail2
|
H A D | test1116 | 28 chunky-trailer: header data 41 chunky-trailer: header data 57 HTTP GET with chunked trailer without Trailer: 81 chunky-trailer: header data
|
H A D | test1482 | 28 chunky-trailer: header data 41 chunky-trailer: header data 81 chunky-trailer: header data
|
H A D | test1483 | 29 chunky-trailer: header data 43 chunky-trailer: header data 84 chunky-trailer: header data
|
H A D | test341 | 15 Trailer: chunky-trailer 27 chunky-trailer: header data
|
H A D | test1943 | 27 Server: sent-as-trailer 59 Server == sent-as-trailer
|
H A D | test347 | 15 Trailer: chunky-trailer 27 chunky-trailer: header data
|
H A D | test473 | 16 Trailer: chunky-trailer 28 chunky-trailer: header data
|
H A D | test339 | 15 Trailer: chunky-trailer 27 chunky-trailer: header data
|
H A D | test851 | 14 # include the '.\r\n' 3-byte trailer to end the transfer properly!
|
/curl/lib/vauth/ |
H A D | krb5_sspi.c | 259 unsigned char *trailer = NULL; in Curl_auth_create_gssapi_security_message() local 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()
|
/curl/lib/ |
H A D | http_chunks.c | 88 Curl_dyn_init(&ch->trailer, DYN_H1_TRAILER); in Curl_httpchunk_init() 99 Curl_dyn_reset(&ch->trailer); in Curl_httpchunk_reset() 106 Curl_dyn_free(&ch->trailer); in Curl_httpchunk_free() 254 char *tr = Curl_dyn_ptr(&ch->trailer); in httpchunk_readwrite() 260 result = Curl_dyn_addn(&ch->trailer, (char *)STRCONST("\x0d\x0a")); in httpchunk_readwrite() 266 tr = Curl_dyn_ptr(&ch->trailer); in httpchunk_readwrite() 267 trlen = Curl_dyn_len(&ch->trailer); in httpchunk_readwrite() 285 Curl_dyn_reset(&ch->trailer); in httpchunk_readwrite() 298 result = Curl_dyn_addn(&ch->trailer, buf, 1); in httpchunk_readwrite()
|
H A D | http_chunks.h | 97 struct dynbuf trailer; /* for chunked-encoded trailer */ member
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_TRAILERFUNCTION.md | 70 *tr = curl_slist_append(*tr, "My-super-awesome-trailer: trailer-stuff"); 90 headers = curl_slist_append(headers, "Trailer: My-super-awesome-trailer");
|
H A D | CURLOPT_HEADERFUNCTION.md | 79 When a server sends a chunked encoded transfer, it may contain a trailer. That 80 trailer is identical to an HTTP header and if such a trailer is received it is 82 to detect it being a trailer and not an ordinary header: 1) it comes after the 85 the trailer.
|
H A D | CURLOPT_TRAILERDATA.md | 29 Data pointer to be passed to the HTTP trailer callback function.
|
/curl/docs/libcurl/ |
H A D | curl_easy_header.md | 124 The header arrived as a trailer. A header that arrives after the body.
|
Completed in 23 milliseconds