Home
last modified time | relevance | path

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

/third_party/boost/boost/beast/websocket/impl/
Dwrite.hpp268 impl.wr_buf.get(), n), cb_); in operator ()()
270 impl.wr_buf.get(), n), key_); in operator ()()
277 net::buffer(impl.wr_buf.get(), n)), in operator ()()
289 impl.wr_buf.get(), n), cb_); in operator ()()
291 impl.wr_buf.get(), n), key_); in operator ()()
296 net::buffer(impl.wr_buf.get(), n), in operator ()()
319 impl.wr_buf.get(), n), cb_); in operator ()()
321 impl.wr_buf.get(), n), key_); in operator ()()
330 net::buffer(impl.wr_buf.get(), n)), in operator ()()
363 b = net::buffer(impl.wr_buf.get(), in operator ()()
[all …]
Dstream_impl.hpp103 std::uint8_t[]> wr_buf; // write buffer member
185 wr_buf.reset(); in close()
234 if(! wr_buf || in begin_msg()
238 wr_buf = boost::make_unique_noinit< in begin_msg()
245 wr_buf.reset(); in begin_msg()
/third_party/uboot/u-boot-2020.01/drivers/ufs/
Dufs_hisi.c1242 hba->wr_buf = memalign(LOGICAL_BLK_SIZE, LOGICAL_BLK_SIZE); in dwc_ufshcd_alloc_interface_memory()
1243 if (hba->wr_buf == NULL) { in dwc_ufshcd_alloc_interface_memory()
1249 (uint64_t)(uintptr_t)hba->wr_buf, in dwc_ufshcd_alloc_interface_memory()
1250 (uint64_t)(uintptr_t)hba->wr_buf + LOGICAL_BLK_SIZE, in dwc_ufshcd_alloc_interface_memory()
2683 data = (uint32_t *)dwc_host->wr_buf; in ufs_read_capacity()
2703 sense_data = (uint8_t *)dwc_host->wr_buf; in ufs_request_sense()
3372 if (dwc_host->wr_buf) in ufs_storage_init()
3373 free(dwc_host->wr_buf); in ufs_storage_init()
3376 dwc_host->wr_buf = NULL; in ufs_storage_init()
3389 if (dwc_host->wr_buf) in ufs_reinit()
[all …]
/third_party/uboot/u-boot-2020.01/include/
Dufs.h818 void *wr_buf; member