Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dvfslog.c63 typedef struct VLogLog VLogLog; typedef
73 struct VLogLog { struct
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()
[all …]