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:buf_chunk
(Results
1 - 3
of
3
) sorted by relevance
/third_party/curl/lib/
H
A
D
bufq.c
33
static bool chunk_is_empty(const struct
buf_chunk
*chunk)
in chunk_is_empty()
38
static bool chunk_is_full(const struct
buf_chunk
*chunk)
in chunk_is_full()
43
static size_t chunk_len(const struct
buf_chunk
*chunk)
in chunk_len()
48
static size_t chunk_space(const struct
buf_chunk
*chunk)
in chunk_space()
53
static void chunk_reset(struct
buf_chunk
*chunk)
in chunk_reset()
59
static size_t chunk_append(struct
buf_chunk
*chunk,
in chunk_append()
73
static size_t chunk_read(struct
buf_chunk
*chunk,
in chunk_read()
94
static ssize_t chunk_slurpn(struct
buf_chunk
*chunk, size_t max_len,
in chunk_slurpn()
117
static void chunk_peek(const struct
buf_chunk
*chunk,
in chunk_peek()
125
static void chunk_peek_at(const struct
buf_chunk
*chun
[all...]
H
A
D
bufq.h
35
struct
buf_chunk
{
struct
36
struct
buf_chunk
*next; /* to keep it in a list */
54
struct
buf_chunk
*spare; /* list of available spare chunks */
95
struct
buf_chunk
*head; /* chunk with bytes to read from */
96
struct
buf_chunk
*tail; /* chunk to write to */
97
struct
buf_chunk
*spare; /* list of free chunks, unless `pool` */
/third_party/curl/tests/unit/
H
A
D
unit2601.c
42
struct
buf_chunk
*chunk;
in tail_err()
63
struct
buf_chunk
*chunk;
in dump_bufq()
Completed in 3 milliseconds