Home
last modified time | relevance | path

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

/PHP-5.5/win32/
H A Dsendmail.c884 int Index = 0; in Ack() local
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9305 typedef struct Index Index; typedef
11731 struct Index { struct
11737 Index *pNext; /* The next index associated with the same table */ argument
11750 unsigned isResized:1; /* True if resizeIndexObject() has been called */ argument
11755 int nSampleCol; /* Size of IndexSample.anEq[] and so on */ argument
11757 IndexSample *aSample; /* Samples of the left-most key */ argument
11764 ** Allowed values for Index.idxType argument

Completed in 338 milliseconds