Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbitvec.c94 struct Bitvec { struct
106 Bitvec *apSub[BITVEC_NPTR]; /* Recursive representation */ argument
115 Bitvec *sqlite3BitvecCreate(u32 iSize){ in sqlite3BitvecCreate() argument
H A DsqliteInt.h1176 typedef struct Bitvec Bitvec; typedef