Home
last modified time | relevance | path

Searched refs:push_promise (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dhttp2.c515 static int push_promise(struct Curl_easy *data, in push_promise() function
744 rv = push_promise(data_s, conn, &frame->push_promise); in on_frame_recv()
749 frame->push_promise.promised_stream_id, in on_frame_recv()
/external/rust/crates/quiche/src/h3/
Dframe.rs557 fn push_promise() { in push_promise() function