Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 5 of 5) sorted by relevance

/MusicPlayer2/MusicPlayer2/tinyxml2/
H A Dtinyxml2.cpp325 char buf[buflen] = { 0 }; in GetStr() local
1497 char buf[BUF_SIZE]; in SetAttribute() local
1505 char buf[BUF_SIZE]; in SetAttribute() local
1513 char buf[BUF_SIZE]; in SetAttribute() local
1520 char buf[BUF_SIZE]; in SetAttribute() local
1528 char buf[BUF_SIZE]; in SetAttribute() local
1535 char buf[BUF_SIZE]; in SetAttribute() local
1542 char buf[BUF_SIZE]; in SetAttribute() local
1660 char buf[BUF_SIZE]; in SetText() local
1668 char buf[BUF_SIZE]; in SetText() local
[all …]
/MusicPlayer2/MusicPlayer2/
H A DScintillaEditView.cpp96 char* buf = new char[length + 1]; in GetTextW() local
112 char* buf = new char[size + 1]; in GetText() local
H A DFfmpegCore.cpp582 char buf[1024]; in LogCallback() local
H A DCommon.cpp1952 TCHAR buf[1024] = { 0 }; in OutputDebugStringFormat() local
/MusicPlayer2/scintilla/lexlib/
H A DLexAccessor.h24 char buf[bufferSize+1]; variable