Home
last modified time | relevance | path

Searched refs:buffer (Results 1 – 10 of 10) sorted by relevance

/glogg/glogg/src/ !
H A Dlog.h
H A Dinotifywatchtowerdriver.cpp
H A Dwinwatchtowerdriver.cpp
H A Dwinwatchtowerdriver.h
/glogg/src/ !
H A Dlog.h87 …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 Dinotifywatchtowerdriver.cpp135 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 Dwinwatchtowerdriver.cpp39 WinNotificationInfoList::WinNotificationInfoList( const char* buffer, size_t buffer_size ) in WinNotificationInfoList() argument
41 pointer_ = buffer; in WinNotificationInfoList()
H A Dwinwatchtowerdriver.h60 WinNotificationInfoList( const char* buffer, size_t buffer_size );
/glogg/glogg/tests/ !
H A DwatchtowerTest.cpp
/glogg/tests/ !
H A DwatchtowerTest.cpp457 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