Home
last modified time | relevance | path

Searched defs:Index (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A DsqliteInt.h233 typedef struct Index Index; typedef
619 struct Index { struct
626 u8 autoIndex; /* True if is automatically created (ex: by UNIQUE) */ argument
627 u8 iDb; /* Index in sqlite.aDb[] of where this index is stored */ argument
628 Index *pNext; /* The next index associated with the same table */ argument
/PHP-5.3/win32/
H A Dsendmail.c883 int Index = 0; in Ack() local
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7853 typedef struct Index Index; typedef
10083 struct Index { struct
10091 u8 autoIndex; /* True if is automatically created (ex: by UNIQUE) */ argument
10094 Index *pNext; /* The next index associated with the same table */ argument
10096 u8 *aSortOrder; /* Array of size Index.nColumn. True==DESC, False==ASC */ argument
10098 IndexSample *aSample; /* Array of SQLITE_INDEX_SAMPLES samples */ argument

Completed in 264 milliseconds