Searched refs:zContent (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_config.c | 347 pConfig->zContent = sqlite3Fts5Mprintf(&rc, "%Q.%Q", pConfig->zDb,zArg); in fts5ConfigParseSpecial() 606 if( rc==SQLITE_OK && pRet->zContent==0 ){ in sqlite3Fts5ConfigParse() 618 pRet->zContent = sqlite3Fts5Mprintf( in sqlite3Fts5ConfigParse() 658 sqlite3_free(pConfig->zContent); in sqlite3Fts5ConfigFree()
|
| H A D | fts5_storage.c | 94 pC->zContentExprlist, pC->zContent in fts5StorageGetStmt() 101 pC->zContent, pC->zContentRowid, pC->zContentRowid, in fts5StorageGetStmt() 108 pC->zContentExprlist, pC->zContent, pC->zContentRowid in fts5StorageGetStmt()
|
| H A D | fts5Int.h | 191 char *zContent; /* content table */ member
|
| H A D | fts5_main.c | 1364 }else if( pConfig->zContent==0 ){ in fts5FilterMethod() 2055 }else if( pConfig->zContent==0 ){ in fts5ApiColumnSize()
|
| /sqlite-3.40.0/src/ |
| H A D | json.c | 706 const char *zContent /* Content */ in jsonParseAddNodeExpand() argument 721 return jsonParseAddNode(pParse, eType, n, zContent); in jsonParseAddNodeExpand() 733 const char *zContent /* Content */ in jsonParseAddNode() argument 737 return jsonParseAddNodeExpand(pParse, eType, n, zContent); in jsonParseAddNode() 742 VVA( p->eU = zContent ? 1 : 0 ); in jsonParseAddNode() 744 p->u.zJContent = zContent; in jsonParseAddNode()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3.c | 1205 char *zContent = 0; /* content=? parameter (or NULL) */ in fts3InitVtab() local 1321 sqlite3_free(zContent); in fts3InitVtab() 1322 zContent = zVal; in fts3InitVtab() 1362 if( rc==SQLITE_OK && zContent ){ in fts3InitVtab() 1370 rc = fts3ContentColumns(db, argv[1], zContent,&aCol,&nCol,&nString,pzErr); in fts3InitVtab() 1434 p->zContentTbl = zContent; in fts3InitVtab() 1436 zContent = 0; in fts3InitVtab() 1534 sqlite3_free(zContent); in fts3InitVtab()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 665 const char *zContent, int nContent){ in content_insert() argument 673 rc = sqlite3_bind_text(s, 2, zContent, nContent, SQLITE_STATIC); in content_insert()
|