Lines Matching refs:empty_field
261 skip_fields_to_start(const struct bwstring *s, size_t fields, bool *empty_field) in skip_fields_to_start() argument
266 *empty_field = true; in skip_fields_to_start()
286 *empty_field = true; in skip_fields_to_start()
300 *empty_field = true; in skip_fields_to_start()
310 size_t *field_start, size_t *key_start, bool *empty_field, bool *empty_key) in find_field_start() argument
313 *field_start = skip_fields_to_start(s, ks->f1, empty_field); in find_field_start()
314 if (!*empty_field) in find_field_start()
328 bool empty_field, empty_key; in find_field_end() local
330 empty_field = false; in find_field_end()
339 &empty_field); in find_field_end()
346 &empty_field); in find_field_end()
349 if (empty_field || (next_field_start >= BWSLEN(s))) in find_field_end()
373 bool empty_field, empty_key; in cut_field() local
377 empty_field = false; in cut_field()
381 &empty_field, &empty_key); in cut_field()