Lines Matching refs:VLogLog
63 typedef struct VLogLog VLogLog; typedef
73 struct VLogLog { struct
74 VLogLog *pNext; /* Next in a list of all active logs */ argument
75 VLogLog **ppPrev; /* Pointer to this in the list */ argument
90 VLogLog *pLog; /* The log file for this file */ argument
207 VLogLog *pLog, /* The log file to write into */ in vlogLogPrint()
240 static VLogLog *allLogs = 0;
245 static void vlogLogClose(VLogLog *p){ in vlogLogClose()
263 static VLogLog *vlogLogOpen(const char *zFilename){ in vlogLogOpen()
267 VLogLog *pLog, *pTemp; in vlogLogOpen()
646 VLogLog *pLog; in vlogDelete()
668 VLogLog *pLog; in vlogAccess()