| /sqlite-3.40.0/src/ |
| H A D | mutex_noop.c | 89 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 D | treeview.c | 295 Window *pX; in sqlite3TreeViewSelect() local 325 Window *pX; in sqlite3TreeViewSelect() local 756 const Expr *pX, *pY, *pZ; in sqlite3TreeViewExpr() local
|
| H A D | wherecode.c | 474 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 D | where.c | 313 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 D | select.c | 2195 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 D | vdbe.c | 4149 Btree *pX; in sqlite3VdbeExec() local 8261 Mem *pX; in sqlite3VdbeExec() local
|
| H A D | date.c | 518 struct tm *pX; in osLocaltime() local
|
| H A D | btree.c | 4529 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 D | pcache1.c | 321 PgHdr1 *pX = (PgHdr1*)&zBulk[pCache->szPage]; in pcache1InitBulk() local
|
| H A D | expr.c | 2582 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 D | vdbemem.c | 1027 Mem *pX; in sqlite3VdbeMemAboutToChange() local
|
| H A D | insert.c | 1204 Expr *pX = pList->a[k].pExpr; in sqlite3Insert() local
|
| H A D | test1.c | 2988 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 D | vdbeaux.c | 951 VdbeOp *pX = &v->aOp[j]; in sqlite3VdbeNoJumpsOutsideSubrtn() local
|
| H A D | os_win.c | 4079 winShm *pX; /* For looping over all siblings */ local
|
| H A D | build.c | 2737 Expr *pX = sqlite3ColumnExpr(p, &p->aCol[ii]); in sqlite3EndTable() local
|
| H A D | os_unix.c | 4875 unixShm *pX; in assertLockingArrayOk() local
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | vtshim.c | 213 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 D | fuzzer.c | 409 fuzzer_rule *pX; in fuzzerLoadRules() local 795 fuzzer_stem *pBest, *pX; in fuzzerLowestCostStem() local 826 fuzzer_stem *pX; in fuzzerInsert() local
|
| H A D | amatch.c | 408 amatch_avl *pX, *pY; in amatchAvlRemove() local 700 amatch_rule *pX; in amatchLoadRules() local
|
| /sqlite-3.40.0/test/ |
| H A D | vt02.c | 730 void *pX = 0; /* idxStr value */ in vt02BestIndex() local
|
| /sqlite-3.40.0/ext/expert/ |
| H A D | sqlite3expert.c | 1361 sqlite3_stmt *pX = 0; in idxProcessOneTrigger() local
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3.c | 400 const unsigned char *pX = (const unsigned char*)pEnd; in sqlite3Fts3GetVarintBounded() local
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_sorted.c | 4476 Level *pX = pLevel; in sortedMergeSetup() local
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_index.c | 5176 PrefixMerger *pX = &aMerger[i]; in fts5MergePrefixLists() local
|