Home
last modified time | relevance | path

Searched refs:no_copy (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_outbound_item.h70 uint8_t no_copy; member
H A Dnghttp2_session.c3161 /* Reset no_copy here because next write may not use this. */ in session_after_frame_sent2()
3162 aux_data->no_copy = 0; in session_after_frame_sent2()
3387 if (item->aux_data.data.no_copy) { in nghttp2_session_mem_send_internal()
7750 aux_data->no_copy = 1; in nghttp2_session_pack_data()
7770 aux_data->no_copy); in nghttp2_session_pack_data()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_outbound_item.h70 uint8_t no_copy; member
H A Dnghttp2_session.c3156 /* Reset no_copy here because next write may not use this. */ in session_after_frame_sent2()
3157 aux_data->no_copy = 0; in session_after_frame_sent2()
3382 if (item->aux_data.data.no_copy) { in nghttp2_session_mem_send_internal()
7739 aux_data->no_copy = 1; in nghttp2_session_pack_data()
7759 aux_data->no_copy); in nghttp2_session_pack_data()
/third_party/rust/crates/bindgen/bindgen-cli/
H A Doptions.rs289 no_copy: Vec<String>,
467 no_copy, in builder_from_flags()
862 for regex in no_copy { in builder_from_flags()
863 builder = builder.no_copy(regex); in builder_from_flags()
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs1696 pub fn no_copy<T: Into<String>>(mut self, arg: T) -> Self { in no_copy() functions

Completed in 31 milliseconds