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:sig_buf
(Results
1 - 2
of
2
) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/
H
A
D
sign.rs
352
/// Signs the data in `data_buf` and writes the signature into the buffer `
sig_buf
`, returning the
366
sig_buf
: &mut [u8],
in sign_oneshot()
370
let mut sig_len =
sig_buf
.len();
in sign_oneshot()
373
sig_buf
.as_mut_ptr() as *mut _,
in sign_oneshot()
387
let mut
sig_buf
= vec![0; self.len()?];
in sign_oneshot_to_vec()
variables
388
let len = self.sign_oneshot(&mut
sig_buf
, data_buf)?;
in sign_oneshot_to_vec()
390
sig_buf
.truncate(len);
in sign_oneshot_to_vec()
391
Ok(
sig_buf
)
in sign_oneshot_to_vec()
/third_party/pulseaudio/src/pulsecore/
H
A
D
protocol-dbus.c
681
pa_strbuf *
sig_buf
= NULL;
in extract_method_signatures()
local
689
sig_buf
= pa_strbuf_new();
in extract_method_signatures()
693
pa_strbuf_puts(
sig_buf
, handler->arguments[i].type);
in extract_method_signatures()
696
pa_hashmap_put(signatures, (char *) handler->method_name, pa_strbuf_to_string_free(
sig_buf
));
in extract_method_signatures()
Completed in 3 milliseconds