Lines Matching defs:start_pos
227 uint32_t start_pos;
240 uint32_t start_pos = position->start_pos;
250 while (start_pos < position->end_pos) {
252 position->max_len, start_pos,
253 position->end_pos - start_pos, &start_pos);
264 start_pos += item_len;
272 *read_off = start_pos;
342 const unsigned char *buffer_start, uint32_t max_len, uint32_t start_pos, uint32_t end_pos)
346 position->start_pos = start_pos;