Home
last modified time | relevance | path

Searched refs:expect100 (Results 1 – 6 of 6) sorted by relevance

/third_party/curl/docs/cmdline-opts/
Dexpect100-timeout.d1 Long: expect100-timeout
DMakefile.inc73 expect100-timeout.d \
/third_party/curl/docs/
Doptions-in-versions61 --expect100-timeout 7.47.0
/third_party/curl/lib/
Durldata.h575 enum expect100 { enum
667 enum expect100 exp100; /* expect 100 continue state */
Dhttp.c1719 static CURLcode expect100(struct Curl_easy *data, in expect100() function
2416 result = expect100(data, conn, r); in Curl_http_bodysend()
2500 result = expect100(data, conn, r); in Curl_http_bodysend()
2573 result = expect100(data, conn, r); in Curl_http_bodysend()
/third_party/nghttp2/src/
DHttpServer.cc1520 auto expect100 = stream->header.expect; in hd_on_frame_recv_callback() local
1522 if (util::strieq_l("100-continue", expect100)) { in hd_on_frame_recv_callback()