OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:value_length
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/utils/
memory.cpp
128
// value smaller in size than
value_length
, we would get garbage otherwise.
130
std::size_t
value_length
= sizeof(value);
local
131
if (::sysctlbyname(mib, &value, &
value_length
, NULL, 0) == -1) {
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
ear.c
500
size_t const
value_length
= strlen(value);
local
501
size_t const env_length = key_length +
value_length
+ 2;
/src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_tar.c
214
size_t
value_length
, int64_t *unconsumed);
1883
size_t line_length,
value_length
, name_length;
local
2007
value_length
= line_length - (p - attr_start);
2015
if (
value_length
== 0) {
2022
/* pax_attribute will consume
value_length
- 1 */
2023
r = pax_attribute(a, tar, entry, attr_name.s, archive_strlen(&attr_name),
value_length
- 1, unconsumed);
2024
ext_size -=
value_length
- 1;
2142
const char *name, size_t name_length, const char *value, size_t
value_length
)
2157
value_decoded = base64_decode(value,
value_length
, &value_len);
2173
const char *name, size_t name_length, const char *value, size_t
value_length
)
[
all
...]
Completed in 27 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026