Home
last modified time | relevance | path

Searched refs:next_data (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DStringPrinter.cpp352 uint8_t *next_data = nullptr; in DumpUTFBufferToStream() local
354 escaping_callback(utf8_data_ptr, utf8_data_end_ptr, next_data); in DumpUTFBufferToStream()
357 if (!printable_bytes || !next_data) { in DumpUTFBufferToStream()
362 next_data = utf8_data_ptr + 1; in DumpUTFBufferToStream()
366 utf8_data_ptr = (uint8_t *)next_data; in DumpUTFBufferToStream()
477 uint8_t *next_data = nullptr; in ReadStringAndDumpToStream() local
478 auto printable = escaping_callback(data, data_end, next_data); in ReadStringAndDumpToStream()
481 if (!printable_bytes || !next_data) { in ReadStringAndDumpToStream()
486 next_data = data + 1; in ReadStringAndDumpToStream()
490 data = (uint8_t *)next_data; in ReadStringAndDumpToStream()
/freebsd-12.1/contrib/dialog/
H A Darrows.c159 long next_data, in dlg_draw_scrollbar() argument
175 int bottom_arrow = (next_data < total_data); in dlg_draw_scrollbar()
183 : (int) ((next_data * 100) in dlg_draw_scrollbar()
210 int bar_diff = (int) (next_data + 1 - this_data); in dlg_draw_scrollbar()
219 int bar_last = BARSIZE(next_data); in dlg_draw_scrollbar()
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c2788 goto next_data; in lzx_decode_blocks()
2793 goto next_data; in lzx_decode_blocks()
2839 goto next_data; in lzx_decode_blocks()
2898 goto next_data; in lzx_decode_blocks()
2907 goto next_data; in lzx_decode_blocks()
2930 goto next_data; in lzx_decode_blocks()
2991 goto next_data; in lzx_decode_blocks()
3000 next_data: in lzx_decode_blocks()
H A Darchive_read_support_format_lha.c2299 goto next_data; in lzh_decode_blocks()
2329 goto next_data; in lzh_decode_blocks()
2345 goto next_data; in lzh_decode_blocks()
2369 goto next_data; in lzh_decode_blocks()
2426 goto next_data; in lzh_decode_blocks()
2440 next_data: in lzh_decode_blocks()
H A Darchive_read_support_format_iso9660.c1533 goto next_data; /* We need more data. */ in zisofs_read_data()
1617 next_data: in zisofs_read_data()