Searched defs:pSrc (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dshell.c2771 sqlite3 *pSrc; local
H A Dsqlite3.c9480 SrcList *pSrc; /* The FROM clause */ member in struct:Select
16984 SrcList *pSrc = va_arg(ap, SrcList*); local
42638 const u8 *pSrc; local
45448 Btree *pSrc; /* Source b-tree file */ member in struct:sqlite3_backup
59001 SrcList *pSrc; local
59447 sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol) argument
61577 SrcList *pSrc; local
64341 sqlite3AlterRenameTable( Parse *pParse, SrcList *pSrc, Token *pName ) argument
64691 sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc) argument
69270 sqlite3SrcListEnlarge( sqlite3 *db, SrcList *pSrc, int nExtra, int iStart ) argument
70391 sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc) argument
70491 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, Expr *pOffset, char *zStmtType ) argument
72989 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
73310 SrcList *pSrc; local
75259 xferCompatibleIndex(Index *pDest, Index *pSrc) argument
75324 Table *pSrc; /* The table in the FROM clause of SELECT */ local
79039 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, Expr *pLimit, Expr *pOffset ) argument
79190 tableAndColumnIndex( SrcList *pSrc, int N, const char *zCol, int *piTab, int *piCol ) argument
79225 addWhereTerm( Parse *pParse, SrcList *pSrc, int iLeft, int iColLeft, int iRight, int iColRight, int isOuterJoin, Expr **ppWhere ) argument
79310 SrcList *pSrc; /* All tables in the FROM clause */ local
81433 SrcList *pSrc; local
81571 SrcList *pSrc; /* The FROM clause of the outer query */ local
84127 SrcList *pSrc; /* SrcList to be returned */ local
85160 updateVirtualTable( Parse *pParse, SrcList *pSrc, Table *pTab, ExprList *pChanges, Expr *pRowid, int *aXRef, Expr *pWhere ) argument
87345 exprAnalyzeOrTerm( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
87595 exprAnalyze( SrcList *pSrc, WhereClause *pWC, int idxTerm ) argument
88067 bestOrClauseIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, ExprList *pOrderBy, WhereCost *pCost ) argument
88149 allocateIndexInfo( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, ExprList *pOrderBy ) argument
88313 bestVirtualIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, ExprList *pOrderBy, WhereCost *pCost, sqlite3_index_info **ppIdxInfo ) argument
88714 bestBtreeIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, ExprList *pOrderBy, WhereCost *pCost ) argument
89038 bestIndex( Parse *pParse, WhereClause *pWC, struct SrcList_item *pSrc, Bitmask notReady, ExprList *pOrderBy, WhereCost *pCost ) argument
93440 SrcList *pSrc = sqlite3SrcListAppend(pParse->db, 0,&yymsp[-1].minor.yy0,&yymsp[0].minor.yy0); local
107708 u8 *pSrc = &pDst[pRtree->nBytesPerCell]; local
[all...]

Completed in 412 milliseconds