Searched refs:sb_index (Results 1 – 5 of 5) sorted by relevance
77 static size_t sb_index = -1; variable118 size_t sb_index; member142 sb_index = -1; in input_scrub_reinit()169 saved->sb_index = sb_index; in input_scrub_push()196 sb_index = saved->sb_index; in input_scrub_pop()300 sb_index = 1; in input_scrub_include_sb()321 if (sb_index != (size_t) -1) in input_scrub_next_buffer()323 if (sb_index >= from_sb.len) in input_scrub_next_buffer()345 *bufp = from_sb.ptr + sb_index; in input_scrub_next_buffer()346 sb_index = from_sb.len; in input_scrub_next_buffer()[all …]
423 * input-scrub.c (input_scrub_push): Reset sb_index.1334 (sb_index, from_sb): New static variables.1336 (struct input_save): Add sb_index and from_sb fields. Change1340 Save sb_index and from_sb.1342 Restore sb_index and from_sb.
77 static size_t sb_index = -1; variable122 size_t sb_index; member146 sb_index = -1; in input_scrub_reinit()174 saved->sb_index = sb_index; in input_scrub_push()202 sb_index = saved->sb_index; in input_scrub_pop()303 sb_index = 1; in input_scrub_include_sb()324 if (sb_index != (size_t) -1) in input_scrub_next_buffer()326 if (sb_index >= from_sb.len) in input_scrub_next_buffer()348 *bufp = from_sb.ptr + sb_index; in input_scrub_next_buffer()349 sb_index = from_sb.len; in input_scrub_next_buffer()[all …]
119531 * input-scrub.c (input_scrub_push): Move init of sb_index..130680 anyway (requiring sb_index != -1), as it necessarily had changed in130681 input_scrub_include_sb() alongside setting sb_index to other than -1.