Searched refs:bIndirect (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/ext/session/ |
| H A D | changeset.c | 141 int op, bIndirect, nCol, i; in conflictCallback() local 149 sqlite3changeset_op(pIter, &zTab, &nCol, &op, &bIndirect); in conflictCallback() 261 int op, bIndirect, nCol; in main() local 264 sqlite3changeset_op(pIter, &zTab, &nCol, &op, &bIndirect); in main() 269 zTab, bIndirect, nCol); in main() 332 int op, bIndirect, nCol; in main() local 334 sqlite3changeset_op(pIter, &zTab, &nCol, &op, &bIndirect); in main()
|
| H A D | sqlite3session.c | 1415 pC->bIndirect = 1; in sessionPreupdateOneChange() 1422 }else if( pC->bIndirect ){ in sessionPreupdateOneChange() 1428 pC->bIndirect = 0; in sessionPreupdateOneChange() 2744 if( bIndirect>=0 ){ in sqlite3session_indirect() 2745 pSession->bIndirect = bIndirect; in sqlite3session_indirect() 2747 ret = pSession->bIndirect; in sqlite3session_indirect() 4966 pNew->bIndirect = bIndirect; in sessionChangeMerge() 5004 pNew->bIndirect = bIndirect || pExist->bIndirect; in sessionChangeMerge() 5067 pNew->bIndirect = (bIndirect && pExist->bIndirect); in sessionChangeMerge() 5142 int bIndirect; in sessionChangesetToHash() local [all …]
|
| H A D | changesetfuzz.c | 581 u8 bIndirect = p[1]; in fuzzParseChanges() local 749 u8 bIndirect = p[1]; in fuzzPrintGroup() local 753 bIndirect in fuzzPrintGroup()
|
| H A D | test_session.c | 1090 int bIndirect; in test_sqlite3session_foreach() local 1104 sqlite3changeset_op(pIter, &zTab, &nCol, &op, &bIndirect); in test_sqlite3session_foreach() 1113 Tcl_ListObjAppendElement(0, pVar, Tcl_NewBooleanObj(bIndirect)); in test_sqlite3session_foreach()
|
| H A D | sqlite3session.h | 163 int sqlite3session_indirect(sqlite3_session *pSession, int bIndirect);
|
| /sqlite-3.40.0/ext/fts3/unicode/ |
| H A D | parseunicode.tcl | 74 set bIndirect 0 77 set bIndirect 1 83 lappend lRet [list $iCode [string tolower [format %c $iAscii]] $bIndirect]
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_sorted.c | 5607 int bIndirect, /* True to follow indirect refs */ in infoCellDump() argument 5634 if( bIndirect ){ in infoCellDump() 5692 int bIndirect = (flags & INFO_PAGE_DUMP_INDIRECT); in infoPageDump() local 5743 pDb, pSeg, bIndirect, pPg, iCell, 0, 0, 0, &nKey, 0, 0, &blob in infoPageDump() 5757 infoCellDump(pDb, pSeg, bIndirect, pPg, iCell, &eType, &iPgPtr, in infoPageDump()
|