Searched refs:printWithPrefix (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/mptest/ |
| H A D | mptest.c | 98 static void printWithPrefix(FILE *pOut, const char *zPrefix, const char *zMsg){ in printWithPrefix() function 224 printWithPrefix(g.pLog, zPrefix, zMsg); in errorMessage() 228 printWithPrefix(g.pErrLog, zPrefix, zMsg); in errorMessage() 250 printWithPrefix(g.pLog, zPrefix, zMsg); in fatalError() 255 printWithPrefix(g.pErrLog, zPrefix, zMsg); in fatalError() 285 printWithPrefix(g.pLog, zPrefix, zMsg); in logMessage()
|