HomeSort by relevance Sort by last modified time
    Searched full:block_buffer_idx (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/tools/balsa/
balsa_headers.cc 145 Blocks::size_type* block_buffer_idx) {
149 char* storage = Reserve(sp.size(), block_buffer_idx);
155 Blocks::size_type* block_buffer_idx) {
178 if (block_buffer_idx) {
179 *block_buffer_idx = block_idx;
396 BalsaBuffer::Blocks::size_type block_buffer_idx = 0; local
397 char* storage = balsa_buffer_.Reserve(line_size, &block_buffer_idx);
398 size_t base_idx = storage - GetPtr(block_buffer_idx);
412 block_buffer_idx);
429 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 547 milliseconds