Home
last modified time | relevance | path

Searched defs:pIdx (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A Dinsert.c102 Index *pIdx; /* For looping over indices of the table */ in sqliteInsert() local
640 Index *pIdx; in sqliteGenerateConstraintChecks() local
878 Index *pIdx; in sqliteCompleteInsertion() local
912 Index *pIdx; in sqliteOpenTableAndIndices() local
H A Ddelete.c70 Index *pIdx; /* For looping over indices of the table */ in sqliteDeleteFrom() local
378 Index *pIdx; in sqliteGenerateRowIndexDelete() local
H A Dpragma.c399 Index *pIdx; in sqlitePragma() local
423 Index *pIdx; in sqlitePragma() local
637 Index *pIdx; in sqlitePragma() local
H A Dwhere.c225 Index *pIdx; in findSortingIndex() local
490 Index *pIdx; in sqliteWhereBegin() local
669 Index *pIdx; in sqliteWhereBegin() local
726 Index *pIdx; in sqliteWhereBegin() local
H A Dupdate.c42 Index *pIdx; /* For looping over indices */ in sqliteUpdate() local
H A Dbuild.c434 Index *pIdx; in sqliteStartTable() local
808 static void identPut(char *z, int *pIdx, char *zIdent){ in identPut()
1248 Index *pIdx; in sqliteDropTable() local
1311 void sqliteAddIdxKeyType(Vdbe *v, Index *pIdx){ in sqliteAddIdxKeyType()
H A Dbtree.c479 u16 *pIdx; in allocateSpace() local
528 u16 *pIdx, idx; in freeSpace() local
2092 u16 *pIdx; in relinkCellList() local
H A Dselect.c1853 Index *pIdx; in simpleMinMaxQuery() local
H A DsqliteInt.h805 Index *pIdx; /* Index used */ member