Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A DsqliteInt.h239 typedef struct IdList IdList; typedef
748 struct IdList { struct
751 struct IdList_item { argument
754 } *a;
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7852 typedef struct IdList IdList; typedef
10404 struct IdList { struct
10405 struct IdList_item { argument
10408 } *a;
10409 int nId; /* Number of identifiers on the list */
10410 int nAlloc; /* Number of entries allocated for a[] below */

Completed in 431 milliseconds