Home
last modified time | relevance | path

Searched defs:pB (Results 1 – 15 of 15) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Ddecimal.c260 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 Dpercentile.c170 static int SQLITE_CDECL doubleCmp(const void *pA, const void *pB){ in doubleCmp()
H A Damatch.c215 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 Dclosure.c198 closure_avl *pB = pP->pBefore; in closureAvlRotateBefore() local
252 closure_avl *pB = p->pBefore; in closureAvlBalance() local
H A Dfuzzer.c261 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 Dspellfix.c665 static int editDist3CostCompare(EditDist3Cost *pA, EditDist3Cost *pB){ in editDist3CostCompare()
680 EditDist3Cost *pB in editDist3CostMerge()
/sqlite-3.40.0/tool/
H A Dmkkeywordhash.c336 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 Dlemon.c1566 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 Dchangeset.c224 void *pB; in main() local
/sqlite-3.40.0/src/
H A Drowset.c243 struct RowSetEntry *pB /* Second sorted list to be merged */ in rowSetEntryMerge()
H A Dpcache.c732 static PgHdr *pcacheMergeDirtyList(PgHdr *pA, PgHdr *pB){ in pcacheMergeDirtyList()
H A Dexpr.c5589 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 Dvdbeaux.c127 void sqlite3VdbeSwap(Vdbe *pA, Vdbe *pB){ in sqlite3VdbeSwap()
H A Dselect.c255 int sqlite3JoinType(Parse *pParse, Token *pA, Token *pB, Token *pC){ in sqlite3JoinType()
/sqlite-3.40.0/ext/rtree/
H A Drtree.c1402 const RtreeSearchPoint *pB in rtreeSearchPointCompare()