Home
last modified time | relevance | path

Searched defs:p2 (Results 1 – 25 of 30) sorted by relevance

12

/sqlite-3.40.0/src/
H A Dnotify.c61 sqlite3 *p2; in checkListProperties() local
H A Dvdbe.h46 int p2; /* Second parameter (often the jump destination) */ member
102 signed char p2; /* Second parameter (often the jump destination) */ member
H A Dvdbeaux.c235 static SQLITE_NOINLINE int growOp3(Vdbe *p, int op, int p1, int p2, int p3){ in growOp3()
241 int sqlite3VdbeAddOp3(Vdbe *p, int op, int p1, int p2, int p3){ in sqlite3VdbeAddOp3()
286 int sqlite3VdbeAddOp2(Vdbe *p, int op, int p1, int p2){ in sqlite3VdbeAddOp2()
341 int p2, /* The P2 operand */ in sqlite3VdbeAddOp4()
364 int p2, /* First argument register */ in sqlite3VdbeAddFunctionCall()
403 int p2, /* The P2 operand */ in sqlite3VdbeAddOp4Dup8()
499 int p2, /* The P2 operand */ in sqlite3VdbeAddOp4Int()
H A Dvdbe.c1450 int p2; /* Register to copy to */ in sqlite3VdbeExec() local
2325 int p2; in sqlite3VdbeExec() local
2792 u32 p2; /* column number to retrieve */ in sqlite3VdbeExec() local
4146 u32 p2; in sqlite3VdbeExec() local
H A Dvdbesort.c810 const u8 * const p2 = (const u8 * const)pKey2; in vdbeSorterCompareText() local
852 const u8 * const p2 = (const u8 * const)pKey2; in vdbeSorterCompareInt() local
1349 SorterRecord *p2 /* Second list to merge */ in vdbeSorterMerge()
2040 PmaReader *p2; in vdbeMergeEngineCompare() local
H A Dtest_tclvar.c252 Tcl_Obj *p2; in tclvarColumn() local
H A Dtest_onefile.c599 tmp_file *p2 = (tmp_file *)pFile; in fsOpen() local
H A Dinsert.c2417 int p2; /* New P2 value for copied conflict check opcode */ in sqlite3GenerateConstraintChecks() local
H A Dtest_vfs.c983 TestvfsFd *p2; in tvfsShmLock() local
H A DwhereInt.h93 int p1, p2; /* Operands of the opcode used to end the loop */ member
H A Dfunc.c320 i64 p1, p2; in substrFunc() local
H A Dwindow.c1357 const Window *p2, in sqlite3WindowCompare()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_hash.c193 Fts5HashEntry *p2 in fts5HashAddPoslistSize()
399 Fts5HashEntry *p2 = pRight; in fts5HashEntryMerge() local
H A Dfts5_config.c309 const char *p2 = fts5ConfigSkipWhitespace(p); in fts5ConfigParseSpecial() local
H A Dfts5_expr.c392 int sqlite3Fts5ExprAnd(Fts5Expr **pp1, Fts5Expr *p2){ in sqlite3Fts5ExprAnd()
1011 Fts5ExprNode *p2 in fts5NodeCompare()
1340 Fts5ExprNode *p2 = pNode->apChild[1]; in fts5ExprNodeTest_NOT() local
H A Dfts5_index.c2589 Fts5SegIter *p2, in fts5AssertComparisonResult()
2648 Fts5SegIter *p2 = &pIter->aSeg[i+1]; in fts5AssertMultiIterSetup() local
2655 Fts5SegIter *p2 = &pIter->aSeg[ pIter->aFirst[i*2+1].iFirst ]; in fts5AssertMultiIterSetup() local
2678 Fts5SegIter *p2; /* Right-hand Fts5SegIter */ in fts5MultiIterDoCompare() local
4950 static void fts5BufferSwap(Fts5Buffer *p1, Fts5Buffer *p2){ in fts5BufferSwap()
4982 Fts5Buffer *p2 = &aBuf[0]; in fts5MergeRowidLists() local
/sqlite-3.40.0/ext/fts2/
H A Dfts2_tokenizer.c298 const sqlite3_tokenizer_module *p2; in intTestFunc() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c2232 char *p2 = *pp2; in fts3PoslistMerge() local
2335 char *p2 = *pp2; in fts3PoslistPhraseMerge() local
2457 char *p2 = *pp2; in fts3PoslistNearMerge() local
2602 char *p2 = a2; in fts3DoclistOrMerge() local
2704 char *p2 = aRight; in fts3DoclistPhraseMerge() local
4337 char *p2 = aOut; in fts3EvalDeferredPhrase() local
4366 char *p2; in fts3EvalDeferredPhrase() local
5219 char *p2; in fts3EvalNearTrim() local
H A Dfts3_tokenizer.c430 const sqlite3_tokenizer_module *p2; in intTestFunc() local
/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c856 GeoPoly *p2 = geopolyFuncParam(context, argv[1], 0); in geopolyWithinFunc() local
1057 static int geopolyOverlap(GeoPoly *p1, GeoPoly *p2){ in geopolyOverlap()
1186 GeoPoly *p2 = geopolyFuncParam(context, argv[1], 0); in geopolyOverlapFunc() local
H A Drtree.c2117 static void cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){ in cellUnion()
2138 static int cellContains(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){ in cellContains()
4139 RtreeCoord p1, p2; in rtreeCheckCellCoord() local
/sqlite-3.40.0/test/
H A Dspeedtest1.c1438 int p1, int p2, /* Parameters adjusting sizes */ in twoCoords()
1481 void testset_rtree(int p1, int p2){ in testset_rtree()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_main.c56 static int xCmp(void *p1, int n1, void *p2, int n2){ in xCmp()
H A Dlsm_tree.c268 static int treeKeycmp(void *p1, int n1, void *p2, int n2){ in treeKeycmp()
/sqlite-3.40.0/tool/
H A Dlemon.c3798 PRIVATE char *append_str(const char *zText, int n, int p1, int p2){ in append_str()
4256 struct axset *p2 = (struct axset*)b; in axset_compare() local

12