| /sqlite-3.40.0/ext/misc/ |
| H A D | decimal.c | 260 static int decimal_cmp(const Decimal *pA, const Decimal *pB){ in decimal_cmp() 295 Decimal *pA = 0, *pB = 0; in decimalCmpFunc() local 345 static void decimal_add(Decimal *pA, Decimal *pB){ in decimal_add() 420 Decimal *pA = decimal_new(0, 0, nKey1, zA); in decimalCollFunc() local 446 Decimal *pA = decimal_new(context, argv[0], 0, 0); in decimalAddFunc() local 459 Decimal *pA = decimal_new(context, argv[0], 0, 0); in decimalSubFunc() local 545 Decimal *pA = decimal_new(context, argv[0], 0, 0); in decimalMulFunc() local
|
| H A D | percentile.c | 170 static int SQLITE_CDECL doubleCmp(const void *pA, const void *pB){ in doubleCmp()
|
| H A D | amatch.c | 236 amatch_avl *pA = pP->pAfter; in amatchAvlRotateAfter() local 274 amatch_avl *pA = p->pAfter; in amatchAvlBalance() local 534 static amatch_rule *amatchMergeRules(amatch_rule *pA, amatch_rule *pB){ in amatchMergeRules()
|
| H A D | closure.c | 219 closure_avl *pA = pP->pAfter; in closureAvlRotateAfter() local 257 closure_avl *pA = p->pAfter; in closureAvlBalance() local
|
| H A D | fuzzer.c | 261 static fuzzer_rule *fuzzerMergeRules(fuzzer_rule *pA, fuzzer_rule *pB){ in fuzzerMergeRules() 766 static fuzzer_stem *fuzzerMergeStems(fuzzer_stem *pA, fuzzer_stem *pB){ in fuzzerMergeStems()
|
| H A D | spellfix.c | 665 static int editDist3CostCompare(EditDist3Cost *pA, EditDist3Cost *pB){ in editDist3CostCompare() 679 EditDist3Cost *pA, in editDist3CostMerge()
|
| /sqlite-3.40.0/tool/ |
| H A D | mkkeywordhash.c | 335 const Keyword *pA = (Keyword*)a; in keywordCompare1() local 345 const Keyword *pA = (Keyword*)a; in keywordCompare2() local 355 const Keyword *pA = (Keyword*)a; in keywordCompare3() local
|
| H A D | lemon.c | 1566 static struct rule *Rule_merge(struct rule *pA, struct rule *pB){ in Rule_merge() 5108 const struct state *pA = *(const struct state**)a; in stateResortCompare() local
|
| /sqlite-3.40.0/src/ |
| H A D | util.c | 1436 int sqlite3AddInt64(i64 *pA, i64 iB){ in sqlite3AddInt64() 1456 int sqlite3SubInt64(i64 *pA, i64 iB){ in sqlite3SubInt64() 1471 int sqlite3MulInt64(i64 *pA, i64 iB){ in sqlite3MulInt64()
|
| H A D | rowset.c | 242 struct RowSetEntry *pA, /* First sorted list to be merged */ in rowSetEntryMerge()
|
| H A D | pcache.c | 732 static PgHdr *pcacheMergeDirtyList(PgHdr *pA, PgHdr *pB){ in pcacheMergeDirtyList()
|
| H A D | expr.c | 2977 Expr *pA = sqlite3VectorFieldSubexpr(pLeft, i); in exprINAffinity() local 5588 const Expr *pA, in sqlite3ExprCompare() 5688 int sqlite3ExprListCompare(const ExprList *pA, const ExprList *pB, int iTab){ in sqlite3ExprListCompare() 5707 int sqlite3ExprCompareSkip(Expr *pA,Expr *pB, int iTab){ in sqlite3ExprCompareSkip()
|
| H A D | vdbeaux.c | 127 void sqlite3VdbeSwap(Vdbe *pA, Vdbe *pB){ in sqlite3VdbeSwap()
|
| H A D | select.c | 255 int sqlite3JoinType(Parse *pParse, Token *pA, Token *pB, Token *pC){ in sqlite3JoinType()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 1401 const RtreeSearchPoint *pA, in rtreeSearchPointCompare()
|