Searched refs:zMsg (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | shell.c | 2040 sqlite3_free(zMsg); in sha3QueryFunc() 2047 sqlite3_free(zMsg); in sha3QueryFunc() 2348 char *zMsg = 0; in ctxErrorMsg() local 2351 zMsg = sqlite3_vmprintf(zFmt, ap); in ctxErrorMsg() 2352 sqlite3_result_error(ctx, zMsg, -1); in ctxErrorMsg() 2353 sqlite3_free(zMsg); in ctxErrorMsg() 7046 char *zMsg = 0; in zipfileCtxErrorMsg() local 7049 zMsg = sqlite3_vmprintf(zFmt, ap); in zipfileCtxErrorMsg() 7050 sqlite3_result_error(ctx, zMsg, -1); in zipfileCtxErrorMsg() 7051 sqlite3_free(zMsg); in zipfileCtxErrorMsg() [all …]
|
| H A D | sqlite3.c | 30191 sqlite3StrAccumInit(&acc, 0, zMsg, sizeof(zMsg), 0); 32226 char *zMsg; 44456 zMsg[0] = 0; 44457 winGetLastErrorMsg(lastErrno, sizeof(zMsg), zMsg); 44460 for(i=0; zMsg[i] && zMsg[i]!='\r' && zMsg[i]!='\n'; i++){} 44461 zMsg[i] = 0; 65711 char *zMsg; 65717 if( zMsg ){ 118358 char *zMsg; 192588 char *zMsg; [all …]
|