Home
last modified time | relevance | path

Searched refs:use_buf (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/glib/
Dgiochannel.c1777 GString *use_buf; in g_io_channel_read_line_backend() local
1822 use_buf = USE_BUF (channel); /* The buffer has been created by this point */ in g_io_channel_read_line_backend()
1826 lastchar = use_buf->str + use_buf->len; in g_io_channel_read_line_backend()
1828 for (nextchar = use_buf->str + checked_to; nextchar < lastchar; in g_io_channel_read_line_backend()
1835 line_length = nextchar - use_buf->str; in g_io_channel_read_line_backend()
1845 line_length = nextchar - use_buf->str; in g_io_channel_read_line_backend()
1849 line_length = nextchar - use_buf->str; in g_io_channel_read_line_backend()
1851 && (lastchar == use_buf->str + use_buf->len)) in g_io_channel_read_line_backend()
1861 line_length = nextchar - use_buf->str; in g_io_channel_read_line_backend()
1867 line_length = nextchar - use_buf->str; in g_io_channel_read_line_backend()
[all …]
/third_party/boost/boost/move/algo/
Dadaptive_sort.hpp162 , bool const use_buf in adaptive_sort_combine_blocks() argument
182 if(merge_left || !use_buf) { in adaptive_sort_combine_blocks()
188 …range_xbuf<RandIt, size_type, move_op> rbuf( (use_buf && xbuf_used) ? (combined_first-l_block) : c… in adaptive_sort_combine_blocks()
196 if(!use_buf){ in adaptive_sort_combine_blocks()
/third_party/glib/glib/tests/
Dfileutils.c1617 #define TESTCASE(data, len_mod, use_buf, buf_size, terminate, reported_len, returned_string) \ in test_win32_zero_terminate_symlink() argument
1618 …{ (const guchar *) data, wcslen (data) * 2 + len_mod, use_buf, buf_size, terminate, reported_len, … in test_win32_zero_terminate_symlink()
1624 gboolean use_buf; in test_win32_zero_terminate_symlink() member
1789 if (testcases[i].use_buf) in test_win32_zero_terminate_symlink()
1795 testcases[i].use_buf ? buf : NULL, in test_win32_zero_terminate_symlink()
1797 testcases[i].use_buf ? NULL : &buf, in test_win32_zero_terminate_symlink()
1804 if ((testcases[i].use_buf && testcases[i].buf_size != 0) || in test_win32_zero_terminate_symlink()
1805 (!testcases[i].use_buf && testcases[i].reported_len != 0)) in test_win32_zero_terminate_symlink()
/third_party/boost/boost/move/algo/detail/
Dadaptive_sort_merge.hpp553 (Unsigned const l_block, Unsigned const n_keys, Unsigned const l_data, bool &use_buf) in lblock_for_combine() argument
572 use_buf = new_keys >= 4 && new_keys >= l_data/new_buf; in lblock_for_combine()
573 if(use_buf){ in lblock_for_combine()
581 use_buf = true; in lblock_for_combine()