Searched refs:buffer (Results 1 – 10 of 10) sorted by relevance
/glogg/glogg/src/ ! |
H A D | log.h |
|
H A D | inotifywatchtowerdriver.cpp |
|
H A D | winwatchtowerdriver.cpp |
|
H A D | winwatchtowerdriver.h |
|
/glogg/src/ ! |
H A D | log.h | 87 …static const char* const buffer[] = {"ERROR", "WARNING", "INFO", "DEBUG", "DEBUG1", "DEBUG2", "DEB… in ToString() local 88 return buffer[level]; in ToString() 169 char buffer[MAX_LEN]; in NowTime() local 171 "HH':'mm':'ss", buffer, MAX_LEN) == 0) in NowTime() 176 std::sprintf(result, "%s.%03ld", buffer, (long)(GetTickCount() - first) % 1000); in NowTime() 186 char buffer[11]; in NowTime() local 190 strftime(buffer, sizeof(buffer), "%T", localtime_r(&t, &r)); in NowTime() 194 std::sprintf(result, "%s.%03ld", buffer, (long)tv.tv_usec / 1000); in NowTime()
|
H A D | inotifywatchtowerdriver.cpp | 135 char buffer[ INOTIFY_BUFFER_SIZE ] in waitAndProcessEvents() local 138 ssize_t nb = read( inotify_fd_, buffer, sizeof( buffer ) ); in waitAndProcessEvents() 145 reinterpret_cast<const inotify_event*>( buffer + offset ); in waitAndProcessEvents()
|
H A D | winwatchtowerdriver.cpp | 39 WinNotificationInfoList::WinNotificationInfoList( const char* buffer, size_t buffer_size ) in WinNotificationInfoList() argument 41 pointer_ = buffer; in WinNotificationInfoList()
|
H A D | winwatchtowerdriver.h | 60 WinNotificationInfoList( const char* buffer, size_t buffer_size );
|
/glogg/glogg/tests/ ! |
H A D | watchtowerTest.cpp |
|
/glogg/tests/ ! |
H A D | watchtowerTest.cpp | 457 static struct Buffer buffer[2]; member in WinNotificationInfoListTest 459 WinNotificationInfoList list { reinterpret_cast<char*>( buffer ), sizeof( buffer ) }; 463 struct WinNotificationInfoListTest::Buffer WinNotificationInfoListTest::buffer[] = member in WinNotificationInfoListTest
|