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:obufsize
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/comp/
H
A
D
c_zlib.c
276
int
obufsize
; /* Output buffer size */
member
329
ctx->
obufsize
= ZLIB_DEFAULT_BUFSIZE;
in bio_zlib_new()
442
ctx->obuf = OPENSSL_malloc(ctx->
obufsize
);
in bio_zlib_write()
456
zout->avail_out = ctx->
obufsize
;
in bio_zlib_write()
486
zout->avail_out = ctx->
obufsize
;
in bio_zlib_write()
494
ctx->ocount = ctx->
obufsize
- zout->avail_out;
in bio_zlib_write()
533
zout->avail_out = ctx->
obufsize
;
in bio_zlib_flush()
543
ctx->ocount = ctx->
obufsize
- zout->avail_out;
in bio_zlib_flush()
594
ctx->
obufsize
= obs;
in bio_zlib_ctrl()
/third_party/openssl/crypto/comp/
H
A
D
c_zlib.c
276
int
obufsize
; /* Output buffer size */
member
329
ctx->
obufsize
= ZLIB_DEFAULT_BUFSIZE;
in bio_zlib_new()
442
ctx->obuf = OPENSSL_malloc(ctx->
obufsize
);
in bio_zlib_write()
456
zout->avail_out = ctx->
obufsize
;
in bio_zlib_write()
486
zout->avail_out = ctx->
obufsize
;
in bio_zlib_write()
494
ctx->ocount = ctx->
obufsize
- zout->avail_out;
in bio_zlib_write()
533
zout->avail_out = ctx->
obufsize
;
in bio_zlib_flush()
543
ctx->ocount = ctx->
obufsize
- zout->avail_out;
in bio_zlib_flush()
594
ctx->
obufsize
= obs;
in bio_zlib_ctrl()
/third_party/alsa-lib/src/seq/
H
A
D
seq_local.h
87
size_t
obufsize
; /* output buffer size */
member
H
A
D
seq.c
1204
return seq->
obufsize
;
in snd_seq_get_output_buffer_size()
1245
if (size != seq->
obufsize
) {
in snd_seq_set_output_buffer_size()
1252
seq->
obufsize
= size;
in snd_seq_set_output_buffer_size()
4192
if ((size_t) len >= seq->
obufsize
)
in snd_seq_event_output_buffer()
4194
if ((seq->
obufsize
- seq->obufused) < (size_t) len)
in snd_seq_event_output_buffer()
H
A
D
seq_hw.c
561
seq->obuf = (char *) malloc(seq->
obufsize
= SND_SEQ_OBUF_SIZE);
in snd_seq_hw_open()
Completed in 17 milliseconds