OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buf_fill
(Results
1 - 2
of
2
) sorted by null
/external/tlsdate/src/
test-bio.c
55
static void
buf_fill
(unsigned char **buf, size_t *bufsz,
function
95
buf_fill
(&ctx->out, &ctx->outsz, (unsigned char *) buf, sz);
155
return
buf_fill
(&c->in, &c->insz, buf, bufsz);
/development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp
246
const char
buf_fill
= (unsigned char)0xFF;
local
247
memset(buf,
buf_fill
, buf_size);
260
if (buf[i] !=
buf_fill
) {
Completed in 54 milliseconds