Home
last modified time | relevance | path

Searched defs:pX (Results 1 – 25 of 26) sorted by relevance

12

/sqlite-3.40.0/src/
H A Dmutex_noop.c89 static int debugMutexHeld(sqlite3_mutex *pX){ in debugMutexHeld()
93 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld()
140 static void debugMutexFree(sqlite3_mutex *pX){ in debugMutexFree()
163 static void debugMutexEnter(sqlite3_mutex *pX){ in debugMutexEnter()
168 static int debugMutexTry(sqlite3_mutex *pX){ in debugMutexTry()
181 static void debugMutexLeave(sqlite3_mutex *pX){ in debugMutexLeave()
H A Dtreeview.c295 Window *pX; in sqlite3TreeViewSelect() local
325 Window *pX; in sqlite3TreeViewSelect() local
756 const Expr *pX, *pY, *pZ; in sqlite3TreeViewExpr() local
H A Dwherecode.c474 Expr *pX /* The IN expression to be reduced */ in removeUnindexableInClauseTerms()
567 Expr *pX = pTerm->pExpr; in codeEqualityTerm() local
1583 Expr *pX; /* The expression that defines the start bound */ in sqlite3WhereCodeOneLoopStart() local
1635 Expr *pX; in sqlite3WhereCodeOneLoopStart() local
H A Dwhere.c313 Expr *pX; /* An expression being tested */ in whereScanNext() local
940 Expr *pX = pTerm->pExpr; in constructAutomaticIndex() local
2318 const WhereLoop *pX, /* First WhereLoop to compare */ in whereLoopCheaperProperSubset()
2626 WhereTerm *pTerm, *pX; in whereLoopOutputAdjust() local
3870 Expr *pX = pHidden->pWC->a[iTerm].pExpr; in sqlite3_vtab_collation() local
4540 Expr *pX = pLoop->aLTerm[j]->pExpr; in wherePathSatisfiesOrderBy() local
4795 WhereLoop **pX; /* Used to divy up the pSpace memory */ in wherePathSolver() local
H A Dselect.c2195 struct ExprList_item *pX = &pEList->a[i]; in sqlite3ColumnsFromExprList() local
5075 Select *pX; in pushDownWhereTerms() local
5293 Select *pX; in convertCompoundSelectToSubquery() local
5947 struct ExprList_item *pX = &pNew->a[pNew->nExpr-1]; in selectExpander() local
5959 struct ExprList_item *pX; /* Newly added ExprList term */ in selectExpander() local
H A Dvdbe.c4149 Btree *pX; in sqlite3VdbeExec() local
8261 Mem *pX; in sqlite3VdbeExec() local
H A Ddate.c518 struct tm *pX; in osLocaltime() local
H A Dbtree.c4529 BtCursor *pX; /* Looping over other all cursors */ in btreeCursor() local
6802 const BtreePayload *pX, /* Payload with which to construct the cell */ in fillInCell()
8869 const BtreePayload *pX, /* Source of data to write */ in btreeOverwriteContent()
8909 static int btreeOverwriteCell(BtCursor *pCur, const BtreePayload *pX){ in btreeOverwriteCell()
8990 const BtreePayload *pX, /* Content of the row to be inserted */ in sqlite3BtreeInsert()
H A Dpcache1.c321 PgHdr1 *pX = (PgHdr1*)&zBulk[pCache->szPage]; in pcache1InitBulk() local
H A Dexpr.c2582 static Select *isCandidateForInOpt(const Expr *pX){ in isCandidateForInOpt()
2742 Expr *pX, /* The IN expression */ in sqlite3FindInIndex()
4786 Expr *pX; /* The X expression */ in sqlite3ExprCodeTarget() local
H A Dvdbemem.c1027 Mem *pX; in sqlite3VdbeMemAboutToChange() local
H A Dinsert.c1204 Expr *pX = pList->a[k].pExpr; in sqlite3Insert() local
H A Dtest1.c2988 Tcl_Obj *pX; in test_collate_func() local
3259 Tcl_Obj *pX; in test_function_utf8() local
3283 Tcl_Obj *pX; in test_function_utf16le() local
3305 Tcl_Obj *pX; in test_function_utf16be() local
H A Dvdbeaux.c951 VdbeOp *pX = &v->aOp[j]; in sqlite3VdbeNoJumpsOutsideSubrtn() local
H A Dos_win.c4079 winShm *pX; /* For looping over all siblings */ local
H A Dbuild.c2737 Expr *pX = sqlite3ColumnExpr(p, &p->aCol[ii]); in sqlite3EndTable() local
H A Dos_unix.c4875 unixShm *pX; in assertLockingArrayOk() local
/sqlite-3.40.0/ext/misc/
H A Dvtshim.c213 static int vtshimClose(sqlite3_vtab_cursor *pX){ in vtshimClose()
231 sqlite3_vtab_cursor *pX, in vtshimFilter()
249 static int vtshimNext(sqlite3_vtab_cursor *pX){ in vtshimNext()
262 static int vtshimEof(sqlite3_vtab_cursor *pX){ in vtshimEof()
273 static int vtshimColumn(sqlite3_vtab_cursor *pX, sqlite3_context *ctx, int i){ in vtshimColumn()
286 static int vtshimRowid(sqlite3_vtab_cursor *pX, sqlite3_int64 *pRowid){ in vtshimRowid()
521 void sqlite3_dispose_module(void *pX){ in sqlite3_dispose_module()
H A Dfuzzer.c409 fuzzer_rule *pX; in fuzzerLoadRules() local
795 fuzzer_stem *pBest, *pX; in fuzzerLowestCostStem() local
826 fuzzer_stem *pX; in fuzzerInsert() local
H A Damatch.c408 amatch_avl *pX, *pY; in amatchAvlRemove() local
700 amatch_rule *pX; in amatchLoadRules() local
/sqlite-3.40.0/test/
H A Dvt02.c730 void *pX = 0; /* idxStr value */ in vt02BestIndex() local
/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c1361 sqlite3_stmt *pX = 0; in idxProcessOneTrigger() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c400 const unsigned char *pX = (const unsigned char*)pEnd; in sqlite3Fts3GetVarintBounded() local
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c4476 Level *pX = pLevel; in sortedMergeSetup() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c5176 PrefixMerger *pX = &aMerger[i]; in fts5MergePrefixLists() local

12