Searched refs:zContentRowid (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 242324 char *zContentRowid; /* "content_rowid=" option value */ member 246189 if( pConfig->zContentRowid ){ 246193 pConfig->zContentRowid = sqlite3Fts5Strndup(&rc, zArg, -1); 246336 sqlite3Fts5BufferAppendPrintf(&rc, &buf, "T.%Q", p->zContentRowid); 246518 if( rc==SQLITE_OK && pRet->zContentRowid==0 ){ 246519 pRet->zContentRowid = sqlite3Fts5Strndup(&rc, "rowid", -1); 246558 sqlite3_free(pConfig->zContentRowid); 264415 pC->zContent, pC->zContentRowid, pC->zContentRowid, 264416 pC->zContentRowid 264423 pC->zContentExprlist, pC->zContent, pC->zContentRowid
|