Lines Matching refs:zPrefix
149940 char *zPrefix = 0; /* Prefix parameter value (or NULL) */
150031 sqlite3_free(zPrefix);
150032 zPrefix = zVal;
150140 rc = fts3PrefixParameter(zPrefix, &nIndex, &aIndex);
150142 assert( zPrefix );
150143 sqlite3Fts3ErrMsg(pzErr, "error parsing prefix parameter: %s", zPrefix);
150264 sqlite3_free(zPrefix);
168474 static void traceQueue(RtreeCursor *pCur, const char *zPrefix){
168476 printf("=== %9s ", zPrefix);
170337 const char *zPrefix,
170370 zDb, zPrefix, zDb, zPrefix, zDb, zPrefix, zDb, zPrefix, pRtree->iNodeSize
170393 char *zSql = sqlite3_mprintf(azSql[i], zDb, zPrefix);
174951 const char *zPrefix = "";
174953 if( pIter->eType!=RBU_PK_VTAB ) zPrefix = "rbu_imp_";
174955 zPrefix, pIter->zTbl, zSet, zWhere