Lines Matching refs:pzErr
99302 ** blob handle was opened, then an error code is returned and *pzErr may
99311 static int blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr){
99372 *pzErr = zErr;
102600 char **pzErr
136858 char **pzErr
136905 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
150498 char **pzErr
150516 *pzErr = sqlite3MPrintf(db,
150556 *pzErr = sqlite3MPrintf(db, "vtable constructor failed: %s", zModuleName);
150558 *pzErr = sqlite3MPrintf(db, "%s", zErr);
150571 *pzErr = sqlite3MPrintf(db, zFormat, pTab->zName);
150698 ** If an error occurs, *pzErr is set to point to an English language
150700 ** In this case the caller must call sqlite3DbFree(db, ) on *pzErr.
150702 SQLITE_PRIVATE int sqlite3VtabCallCreate(sqlite3 *db, int iDb, const char *zTab, char **pzErr){
150720 *pzErr = sqlite3MPrintf(db, "no such module: %s", zMod);
150723 rc = vtabCallConstructor(db, pTab, pMod, pMod->pModule->xCreate, pzErr);
180197 ** Write an error message into *pzErr
180199 SQLITE_PRIVATE void sqlite3Fts3ErrMsg(char **pzErr, const char *zFormat, ...){
180201 sqlite3_free(*pzErr);
180203 *pzErr = sqlite3_vmprintf(zFormat, ap);
180745 char **pzErr /* OUT: error message */
180757 sqlite3Fts3ErrMsg(pzErr, "%s", sqlite3_errmsg(db));
180820 char **pzErr /* Write any error message here */
180895 rc = sqlite3Fts3InitTokenizer(pHash, &z[9], &pTokenizer, pzErr);
180927 sqlite3Fts3ErrMsg(pzErr, "unrecognized matchinfo: %s", zVal);
180955 sqlite3Fts3ErrMsg(pzErr, "unrecognized order: %s", zVal);
180981 sqlite3Fts3ErrMsg(pzErr, "unrecognized parameter: %s", z);
181011 rc = fts3ContentColumns(db, argv[1], zContent,&aCol,&nCol,&nString,pzErr);
181038 rc = sqlite3Fts3InitTokenizer(pHash, "simple", &pTokenizer, pzErr);
181046 sqlite3Fts3ErrMsg(pzErr, "error parsing prefix parameter: %s", zPrefix);
181130 sqlite3Fts3ErrMsg(pzErr, "no such column: %s", azNotindexed[i]);
181138 sqlite3Fts3ErrMsg(pzErr, "missing %s parameter in fts4 constructor", zMiss);
181203 char **pzErr /* OUT: sqlite3_malloc'd error message */
181205 return fts3InitVtab(0, db, pAux, argc, argv, ppVtab, pzErr);
181213 char **pzErr /* OUT: sqlite3_malloc'd error message */
181215 return fts3InitVtab(1, db, pAux, argc, argv, ppVtab, pzErr);
185823 char **pzErr /* OUT: sqlite3_malloc'd error message */
185879 sqlite3Fts3ErrMsg(pzErr, "invalid arguments to fts4aux constructor");
187352 char **pzErr /* OUT: Error message (sqlite3_malloc) */
187371 sqlite3Fts3ErrMsg(pzErr,
187377 sqlite3Fts3ErrMsg(pzErr, "malformed MATCH expression: [%s]", z);
188835 char **pzErr /* OUT: Set to malloced error message */
188858 sqlite3Fts3ErrMsg(pzErr, "unknown tokenizer: %s", z);
188881 sqlite3Fts3ErrMsg(pzErr, "unknown tokenizer");
189507 char **pzErr
189514 sqlite3Fts3ErrMsg(pzErr, "unknown tokenizer: %s", zName);
189590 char **pzErr /* OUT: sqlite3_malloc'd error message */
189612 rc = fts3tokQueryTokenizer((Fts3Hash*)pHash, zModule, &pMod, pzErr);
196692 char **pzErr
196706 sqlite3Fts3ErrMsg(pzErr, "unrecognized matchinfo request: %c", cArg);
199346 const char **pzErr /* Make *pzErr point to any syntax error in zPath */
199363 *pzErr = zPath;
199372 *pzErr = zPath;
199380 return jsonLookupStep(pParse, iRoot+j+1, &zPath[i], pApnd, pzErr);
199397 pNode = jsonLookupAppend(pParse, zPath, pApnd, pzErr);
199444 *pzErr = zPath;
199448 *pzErr = zPath;
199467 return jsonLookupStep(pParse, iRoot+j, zPath, pApnd, pzErr);
199473 pNode = jsonLookupAppend(pParse, zPath, pApnd, pzErr);
199485 *pzErr = zPath;
199498 const char **pzErr /* Make this point to any syntax error */
199513 return jsonLookupStep(pParse, pParse->nNode-1, zPath, pApnd, pzErr);
200386 char **pzErr
200406 UNUSED_PARAMETER(pzErr);
201929 char **pzErr
201931 return rtreeInit(db, pAux, argc, argv, ppVtab, pzErr, 1);
201942 char **pzErr
201944 return rtreeInit(db, pAux, argc, argv, ppVtab, pzErr, 0);
204620 char **pzErr /* OUT: Error message, if any */
204634 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
204643 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
204647 *pzErr = sqlite3_mprintf("undersize RTree blobs in \"%q_node\"",
204678 char **pzErr, /* OUT: Error message, if any */
204701 *pzErr = sqlite3_mprintf("%s", aErrMsg[2 + (argc>=6)]);
204750 *pzErr = sqlite3_mprintf("%s", aErrMsg[4]);
204753 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
204768 *pzErr = sqlite3_mprintf("%s", aErrMsg[iErr]);
204774 rc = getNodeSize(db, pRtree, isCreate, pzErr);
204778 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
206576 char **pzErr, /* OUT: Error message, if any */
206625 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
206632 rc = getNodeSize(db, pRtree, isCreate, pzErr);
206636 *pzErr = sqlite3_mprintf("%s", sqlite3_errmsg(db));
206660 char **pzErr
206662 return geopolyInit(db, pAux, argc, argv, ppVtab, pzErr, 1);
206673 char **pzErr
206675 return geopolyInit(db, pAux, argc, argv, ppVtab, pzErr, 0);
214345 char **pzErr
214356 *pzErr = sqlite3_mprintf("no such database: %s", argv[3]);
215158 char **pzErr
222505 char **pzErr
222637 char **pzErr
225637 ** may be left in *pzErr. It is the responsibility of the caller to
225645 char **pzErr /* OUT: Error message */
225670 *pzErr = sqlite3_mprintf("malformed prefix=... directive");
225676 *pzErr = sqlite3_mprintf(
225689 *pzErr = sqlite3_mprintf("prefix length out of range (max 999)");
225711 *pzErr = sqlite3_mprintf("multiple tokenize=... directives");
225730 *pzErr = sqlite3_mprintf("parse error in tokenize directive");
225735 pzErr
225748 *pzErr = sqlite3_mprintf("multiple content=... directives");
225763 *pzErr = sqlite3_mprintf("multiple content_rowid=... directives");
225773 *pzErr = sqlite3_mprintf("malformed columnsize=... directive");
225790 *pzErr = sqlite3_mprintf("malformed detail=... directive");
225795 *pzErr = sqlite3_mprintf("unrecognized option: \"%.*s\"", nCmd, zCmd);
225868 char **pzErr
225874 *pzErr = sqlite3_mprintf("reserved fts5 column name: %s", zCol);
225880 *pzErr = sqlite3_mprintf("unrecognized column option: %s", zArg);
225922 ** *pzErr. It is the responsibility of the caller to eventually free any
225931 char **pzErr /* OUT: Error message */
225955 *pzErr = sqlite3_mprintf("reserved fts5 table name: %s", pRet->zName);
225984 *pzErr = sqlite3_mprintf("parse error in \"%s\"", zOrig);
225991 pzErr
225994 rc = fts5ConfigParseColumn(pRet, zOne, zTwo, pzErr);
226597 char **pzErr
226607 *pzErr = 0;
226660 *pzErr = sParse.zErr;
235413 char **pzErr
235425 pConfig, "data", "id INTEGER PRIMARY KEY, block BLOB", 0, pzErr
235430 1, pzErr
237191 char **pzErr /* Write any error message here */
237202 rc = sqlite3Fts5ConfigParse(pGlobal, db, argc, azConfig, &pConfig, pzErr);
237203 assert( (rc==SQLITE_OK && *pzErr==0) || pConfig==0 );
237212 rc = sqlite3Fts5IndexOpen(pConfig, bCreate, &pTab->p.pIndex, pzErr);
237218 pConfig, pTab->p.pIndex, bCreate, &pTab->pStorage, pzErr
237230 pConfig->pzErrmsg = pzErr;
237256 char **pzErr /* OUT: sqlite3_malloc'd error message */
237258 return fts5InitVtab(0, db, pAux, argc, argv, ppVtab, pzErr);
237266 char **pzErr /* OUT: sqlite3_malloc'd error message */
237268 return fts5InitVtab(1, db, pAux, argc, argv, ppVtab, pzErr);
238101 char **pzErr = &pTab->p.base.zErrMsg;
238102 rc = sqlite3Fts5ExprNew(pConfig, 0, iCol, zText, &pExpr, pzErr);
239549 char **pzErr
239558 *pzErr = sqlite3_mprintf("no such tokenizer: %s", azArg[0]);
239565 if( pzErr ) *pzErr = sqlite3_mprintf("error in tokenizer constructor");
239914 char **pzErr,
239928 rc = sqlite3_exec(db, zSql, 0, 0, pzErr);
240003 char **pzErr /* OUT: Error message */
240016 *pzErr = sqlite3_mprintf(
240038 char **pzErr /* OUT: Error message */
240069 rc = sqlite3Fts5CreateTable(pConfig, "content", zDefn, 0, pzErr);
240076 pConfig, "docsize", "id INTEGER PRIMARY KEY, sz BLOB", 0, pzErr
240081 pConfig, "config", "k PRIMARY KEY, v", 1, pzErr
243565 ** value and return SQLITE_OK. Otherwise, set *pzErr to an error message
243568 static int fts5VocabTableType(const char *zType, char **pzErr, int *peType){
243584 *pzErr = sqlite3_mprintf("fts5vocab: unknown table type: %Q", zCopy);
243639 char **pzErr /* Write any error message here */
243654 *pzErr = sqlite3_mprintf("wrong number of vtable arguments");
243665 rc = fts5VocabTableType(zType, pzErr, &eType);
243701 char **pzErr /* OUT: sqlite3_malloc'd error message */
243703 return fts5VocabInitVtab(db, pAux, argc, argv, ppVtab, pzErr);
243711 char **pzErr /* OUT: sqlite3_malloc'd error message */
243713 return fts5VocabInitVtab(db, pAux, argc, argv, ppVtab, pzErr);
244343 char **pzErr