| /sqlite-3.40.0/src/ |
| H A D | notify.c | 61 sqlite3 *p2; in checkListProperties() local
|
| H A D | vdbe.h | 46 int p2; /* Second parameter (often the jump destination) */ member 102 signed char p2; /* Second parameter (often the jump destination) */ member
|
| H A D | vdbeaux.c | 235 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 D | vdbe.c | 1450 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 D | vdbesort.c | 810 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 D | test_tclvar.c | 252 Tcl_Obj *p2; in tclvarColumn() local
|
| H A D | test_onefile.c | 599 tmp_file *p2 = (tmp_file *)pFile; in fsOpen() local
|
| H A D | insert.c | 2417 int p2; /* New P2 value for copied conflict check opcode */ in sqlite3GenerateConstraintChecks() local
|
| H A D | test_vfs.c | 983 TestvfsFd *p2; in tvfsShmLock() local
|
| H A D | whereInt.h | 93 int p1, p2; /* Operands of the opcode used to end the loop */ member
|
| H A D | func.c | 320 i64 p1, p2; in substrFunc() local
|
| H A D | window.c | 1357 const Window *p2, in sqlite3WindowCompare()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_hash.c | 193 Fts5HashEntry *p2 in fts5HashAddPoslistSize() 399 Fts5HashEntry *p2 = pRight; in fts5HashEntryMerge() local
|
| H A D | fts5_config.c | 309 const char *p2 = fts5ConfigSkipWhitespace(p); in fts5ConfigParseSpecial() local
|
| H A D | fts5_expr.c | 392 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 D | fts5_index.c | 2589 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 D | fts2_tokenizer.c | 298 const sqlite3_tokenizer_module *p2; in intTestFunc() local
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3.c | 2232 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 D | fts3_tokenizer.c | 430 const sqlite3_tokenizer_module *p2; in intTestFunc() local
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | geopoly.c | 856 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 D | rtree.c | 2117 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 D | speedtest1.c | 1438 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 D | lsm_main.c | 56 static int xCmp(void *p1, int n1, void *p2, int n2){ in xCmp()
|
| H A D | lsm_tree.c | 268 static int treeKeycmp(void *p1, int n1, void *p2, int n2){ in treeKeycmp()
|
| /sqlite-3.40.0/tool/ |
| H A D | lemon.c | 3798 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
|