OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:block_buffer_idx
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/tools/flip_server/
balsa_headers.cc
122
Blocks::size_type*
block_buffer_idx
) {
126
char* storage = Reserve(sp.size(),
block_buffer_idx
);
132
Blocks::size_type*
block_buffer_idx
) {
155
if (
block_buffer_idx
) {
156
*
block_buffer_idx
= block_idx;
353
BalsaBuffer::Blocks::size_type
block_buffer_idx
= 0;
local
354
char* storage = balsa_buffer_.Reserve(line_size, &
block_buffer_idx
);
355
size_t base_idx = storage - GetPtr(
block_buffer_idx
);
369
block_buffer_idx
);
386
BalsaBuffer::Blocks::size_type
block_buffer_idx
= 0
local
[
all
...]
balsa_headers.h
150
Blocks::size_type*
block_buffer_idx
);
154
//
block_buffer_idx
. This function uses the first block IFF the
157
char* Reserve(size_t size, Blocks::size_type*
block_buffer_idx
);
[
all
...]
Completed in 755 milliseconds