Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Ddelete.c25 Table *pTab = 0; in sqliteSrcListLookup() local
41 int sqliteIsReadOnly(Parse *pParse, Table *pTab, int viewOk){ in sqliteIsReadOnly()
62 Table *pTab; /* The table from which records will be deleted */ in sqliteDeleteFrom() local
339 Table *pTab, /* Table containing the row to be deleted */ in sqliteGenerateRowDelete()
370 Table *pTab, /* Table containing the row to be deleted */ in sqliteGenerateRowIndexDelete()
H A Dpragma.c367 Table *pTab; in sqlitePragma() local
397 Table *pTab; in sqlitePragma() local
421 Table *pTab; in sqlitePragma() local
449 Table *pTab; in sqlitePragma() local
633 Table *pTab = sqliteHashData(x); in sqlitePragma() local
H A Dinsert.c94 Table *pTab; /* The table to insert into */ in sqliteInsert() local
622 Table *pTab, /* the table into which we are inserting */ in sqliteGenerateConstraintChecks()
865 Table *pTab, /* the table into which we are inserting */ in sqliteCompleteInsertion()
907 int sqliteOpenTableAndIndices(Parse *pParse, Table *pTab, int base){ in sqliteOpenTableAndIndices()
H A Dwhere.c213 Table *pTab, /* The table to be sorted */ in findSortingIndex()
486 Table *pTab = pTabList->a[i].pTab; in sqliteWhereBegin() local
667 Table *pTab; in sqliteWhereBegin() local
702 Table *pTab; in sqliteWhereBegin() local
1219 Table *pTab = pTabList->a[i].pTab; in sqliteWhereEnd() local
H A Dselect.c139 static int columnIndex(Table *pTab, const char *zCol){ in columnIndex()
223 Table *pTab; in sqliteProcessJoin() local
671 Table *pTab; in generateColumnTypes() local
725 Table *pTab; in generateColumnNames() local
788 Table *pTab; in sqliteResultSetOfSelect() local
862 Table *pTab; in fillInColumnList() local
969 Table *pTab = pTabList->a[i].pTab; in fillInColumnList() local
1052 Table *pTab; in sqliteSelectUnbind() local
1849 Table *pTab; in simpleMinMaxQuery() local
H A Dcopy.c36 Table *pTab; in sqliteCopy() local
H A Dbuild.c240 Table *pTab = sqliteHashData(pElem); in sqliteResetInternalSchema() local
681 Table *pTab = pParse->pNewTable; in sqliteAddPrimaryKey() local
1146 Table *pTab = sqliteHashData(i); in sqliteViewResetAll() local
1160 Table *pTab; in sqliteTableFromToken() local
1310 Table *pTab; in sqliteAddIdxKeyType() local
1454 Table *pTab; in sqliteDeferForeignKey() local
1481 Table *pTab; /* Table to be indexed */ in sqliteCreateIndex() local
1782 Table *pTab = pIndex->pTable; in sqliteDropIndex() local
H A Dupdate.c34 Table *pTab; /* The table to be updated */ in sqliteUpdate() local
H A Dauth.c110 Table *pTab; /* The table being read */ in sqliteAuthRead() local
H A Dtrigger.c215 Table *pTab; in sqliteFinishTrigger() local
684 Table *pTab, /* The table to code triggers from */ in sqliteCodeRowTrigger()
H A Dmain.c142 Table *pTab; in upgrade_3_callback() local
191 Table *pTab; in sqliteInitOne() local
H A Dexpr.c450 Table *pTab = pItem->pTab; in lookupName() local
489 Table *pTab = 0; in lookupName() local
H A Dparse.c2905 SrcList *pTab = sqliteSrcListAppend(0, &yymsp[-3].minor.yy0, &yymsp[-2].minor.yy0); in yy_reduce() local
H A DsqliteInt.h775 Table *pTab; /* An SQL table corresponding to zName */ member
1066 Table *pTab; /* Table that triggers are currently being coded on */ member
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c10149 Table *pTab; /* Source table */ member
10287 Table *pTab; /* Table for TK_COLUMN expressions. */ member
10453 Table *pTab; /* An SQL table corresponding to zName */ member
10718 Table *pTab; /* Table this info block refers to */ member

Completed in 332 milliseconds