Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:chunk

60     for (int chunk = range.start(); chunk <= range.stop(); ++chunk) {
61 chunks->push_back(chunk);
70 // Crack the string into chunk parts, then crack each part looking for a
83 // atoi error, since chunk numbers are guaranteed to never be 0.
104 const ChunkRange& chunk = ranges[mid];
105 if ((chunk.stop() >= chunk_number) && (chunk.start() <= chunk_number))
109 if (chunk.stop() < chunk_number)