Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:no_copy
(Results
1 - 6
of
6
) sorted by relevance
/third_party/nghttp2/lib/
H
A
D
nghttp2_outbound_item.h
70
uint8_t
no_copy
;
member
H
A
D
nghttp2_session.c
3161
/* 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
D
nghttp2_outbound_item.h
70
uint8_t
no_copy
;
member
H
A
D
nghttp2_session.c
3156
/* 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
D
options.rs
289
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
D
lib.rs
1696
pub fn
no_copy
<T: Into<String>>(mut self, arg: T) -> Self {
in no_copy()
functions
Completed in 23 milliseconds