| /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() 421 Decimal *pB = decimal_new(0, 0, nKey2, zB); in decimalCollFunc() local 447 Decimal *pB = decimal_new(context, argv[1], 0, 0); in decimalAddFunc() local 460 Decimal *pB = decimal_new(context, argv[1], 0, 0); in decimalSubFunc() local 546 Decimal *pB = decimal_new(context, argv[1], 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 | 215 amatch_avl *pB = pP->pBefore; in amatchAvlRotateBefore() local 269 amatch_avl *pB = p->pBefore; in amatchAvlBalance() local 534 static amatch_rule *amatchMergeRules(amatch_rule *pA, amatch_rule *pB){ in amatchMergeRules()
|
| H A D | closure.c | 198 closure_avl *pB = pP->pBefore; in closureAvlRotateBefore() local 252 closure_avl *pB = p->pBefore; 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() 680 EditDist3Cost *pB in editDist3CostMerge()
|
| /sqlite-3.40.0/tool/ |
| H A D | mkkeywordhash.c | 336 const Keyword *pB = (Keyword*)b; in keywordCompare1() local 346 const Keyword *pB = (Keyword*)b; in keywordCompare2() local 356 const Keyword *pB = (Keyword*)b; in keywordCompare3() local
|
| H A D | lemon.c | 1566 static struct rule *Rule_merge(struct rule *pA, struct rule *pB){ in Rule_merge() 5109 const struct state *pB = *(const struct state**)b; in stateResortCompare() local
|
| /sqlite-3.40.0/ext/session/ |
| H A D | changeset.c | 224 void *pB; in main() local
|
| /sqlite-3.40.0/src/ |
| H A D | rowset.c | 243 struct RowSetEntry *pB /* Second 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 | 5589 const Expr *pB, 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 | 1402 const RtreeSearchPoint *pB in rtreeSearchPointCompare()
|