Searched defs:zMsg (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c481 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ argument
H A Dsqlite3.c20219 char zMsg[SQLITE_PRINT_BUF_SIZE*3]; /* Complete log message */ local
21132 char *zMsg; local
33142 char zMsg[500]; /* Human readable error text */ local
75889 char *zMsg = sqlite3MPrintf( local
81384 const char *zMsg = isView ? "no such view" : "no such table"; local
90028 char *zMsg; local
95159 char *zMsg = sqlite3MPrintf(pParse->db, "USE TEMP B-TREE FOR %s", zUsage); local
95204 char *zMsg = sqlite3MPrintf( local
106086 char *zMsg; /* Text to add to EQP output */ local
[all...]

Completed in 536 milliseconds