Home
last modified time | relevance | path

Searched defs:pA (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()
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 Dpercentile.c170 static int SQLITE_CDECL doubleCmp(const void *pA, const void *pB){ in doubleCmp()
H A Damatch.c236 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 Dclosure.c219 closure_avl *pA = pP->pAfter; in closureAvlRotateAfter() local
257 closure_avl *pA = p->pAfter; 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()
679 EditDist3Cost *pA, in editDist3CostMerge()
/sqlite-3.40.0/tool/
H A Dmkkeywordhash.c335 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 Dlemon.c1566 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 Dutil.c1436 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 Drowset.c242 struct RowSetEntry *pA, /* First sorted list to be merged */ in rowSetEntryMerge()
H A Dpcache.c732 static PgHdr *pcacheMergeDirtyList(PgHdr *pA, PgHdr *pB){ in pcacheMergeDirtyList()
H A Dexpr.c2977 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 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.c1401 const RtreeSearchPoint *pA, in rtreeSearchPointCompare()