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:ibufsize
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/comp/
H
A
D
c_zlib.c
273
int
ibufsize
; /* Buffer size */
member
328
ctx->
ibufsize
= ZLIB_DEFAULT_BUFSIZE;
in bio_zlib_new()
378
ctx->ibuf = OPENSSL_malloc(ctx->
ibufsize
);
in bio_zlib_read()
413
ret = BIO_read(next, ctx->ibuf, ctx->
ibufsize
);
in bio_zlib_read()
588
ctx->
ibufsize
= ibs;
in bio_zlib_ctrl()
/third_party/openssl/crypto/comp/
H
A
D
c_zlib.c
273
int
ibufsize
; /* Buffer size */
member
328
ctx->
ibufsize
= ZLIB_DEFAULT_BUFSIZE;
in bio_zlib_new()
378
ctx->ibuf = OPENSSL_malloc(ctx->
ibufsize
);
in bio_zlib_read()
413
ret = BIO_read(next, ctx->ibuf, ctx->
ibufsize
);
in bio_zlib_read()
588
ctx->
ibufsize
= ibs;
in bio_zlib_ctrl()
/third_party/alsa-lib/src/seq/
H
A
D
seq_local.h
92
size_t
ibufsize
; /* input buffer size */
member
H
A
D
seq.c
1227
return seq->
ibufsize
* get_packet_size(seq);
in snd_seq_get_input_buffer_size()
1276
if (size != seq->
ibufsize
) {
in snd_seq_set_input_buffer_size()
1284
seq->
ibufsize
= size;
in snd_seq_set_input_buffer_size()
4359
len = (seq->ops->read)(seq, seq->ibuf, seq->
ibufsize
* packet_size);
in snd_seq_event_read_buffer()
H
A
D
seq_hw.c
570
seq->ibuf = (char *) calloc(sizeof(snd_seq_ump_event_t), seq->
ibufsize
= SND_SEQ_IBUF_SIZE);
in snd_seq_hw_open()
Completed in 16 milliseconds