Home
last modified time | relevance | path

Searched refs:pushed (Results 1 – 5 of 5) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLMOPT_PUSHFUNCTION.md38 This callback gets called when a new HTTP/2 stream is being pushed by the
70 header callback for pushed streams just as for normal streams.
89 Returning this code rejects the pushed stream and returns an error back on the
122 out = fopen("pushed-stream", "wb");
H A DCURLMOPT_PUSHDATA.md61 out = fopen("pushed-stream", "wb");
H A DCURLOPT_TRAILERFUNCTION.md85 /* Assuming we have a function that returns the data to be pushed
/curl/docs/libcurl/
H A Dcurl_pushheader_byname.md60 out = fopen("pushed-stream", "wb");
/curl/lib/vtls/
H A Dbearssl.c126 size_t n = 0, i, pushed; in load_cafile() local
158 pushed = br_pem_decoder_push(&pc, p, n); in load_cafile()
161 p += pushed; in load_cafile()
162 n -= pushed; in load_cafile()

Completed in 8 milliseconds