Searched refs:pushed (Results 1 – 5 of 5) sorted by relevance
38 This callback gets called when a new HTTP/2 stream is being pushed by the70 header callback for pushed streams just as for normal streams.89 Returning this code rejects the pushed stream and returns an error back on the122 out = fopen("pushed-stream", "wb");
61 out = fopen("pushed-stream", "wb");
85 /* Assuming we have a function that returns the data to be pushed
60 out = fopen("pushed-stream", "wb");
126 size_t n = 0, i, pushed; in load_cafile() local158 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