Home
last modified time | relevance | path

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

/PHP-7.3/win32/
H A Dsendmail.c872 int Index = 0; in Ack() local
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c14202 typedef struct Index Index; typedef
17154 struct Index { struct
17160 Index *pNext; /* The next index associated with the same table */ argument
17174 unsigned isResized:1; /* True if resizeIndexObject() has been called */ argument
17181 int nSampleCol; /* Size of IndexSample.anEq[] and so on */ argument
17183 IndexSample *aSample; /* Samples of the left-most key */ argument
17191 ** Allowed values for Index.idxType argument

Completed in 338 milliseconds