Home
last modified time | relevance | path

Searched refs:UtilBuf (Results 1 – 2 of 2) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/tools/
H A DNdbImportCsv.cpp2908 typedef NdbImportUtil::Buf UtilBuf; typedef
3008 UtilBuf buf; in testinput1()
3100 UtilBuf* buf[2]; in testinput2()
3101 buf[0] = new UtilBuf(true); in testinput2()
3102 buf[1] = new UtilBuf(true); in testinput2()
3128 UtilBuf& b1 = *buf[i]; in testinput2()
3129 UtilBuf& b2 = *buf[j]; in testinput2()
H A DNdbImportUtil.cpp3239 typedef NdbImportUtil::Buf UtilBuf; typedef
3773 UtilBuf* buf = new UtilBuf; in testbuf()
3817 UtilBuf buf(split); in testfile()