LogItemStruct     400 third_party/npapi/npspy/common/format.cpp LogItemStruct * makeLogItemStruct(NPAPI_Action action, 
LogItemStruct     406 third_party/npapi/npspy/common/format.cpp   LogItemStruct * plis = new LogItemStruct;
LogItemStruct     691 third_party/npapi/npspy/common/format.cpp void freeLogItemStruct(LogItemStruct * lis)
LogItemStruct     697 third_party/npapi/npspy/common/format.cpp void formatLogItem(LogItemStruct * plis, std::string* output, BOOL bDOSStyle)
LogItemStruct     311 third_party/npapi/npspy/common/logger.cpp   LogItemStruct * lis = makeLogItemStruct(action, dw1, dw2, dw3, dw4, dw5, dw6, dw7);
LogItemStruct     139 third_party/npapi/npspy/include/format.h   LogItemStruct(){}
LogItemStruct     140 third_party/npapi/npspy/include/format.h   ~LogItemStruct(){}
LogItemStruct     150 third_party/npapi/npspy/include/format.h LogItemStruct * makeLogItemStruct(NPAPI_Action action, 
LogItemStruct     153 third_party/npapi/npspy/include/format.h void freeLogItemStruct(LogItemStruct * lis);
LogItemStruct     154 third_party/npapi/npspy/include/format.h void formatLogItem(LogItemStruct * plis, std::string * szOutput, BOOL bDOSStyle = FALSE);