Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
Bitvec Struct Reference

Data Fields

u32 iSize
 
u32 nSet
 
u32 iDivisor
 
union { 
 
   BITVEC_TELEM   aBitmap [BITVEC_NELEM
 
   u32   aHash [BITVEC_NINT
 
   Bitvec *   apSub [BITVEC_NPTR
 
u 
 

Detailed Description

Definition at line 48553 of file sqlite3.c.

Field Documentation

◆ aBitmap

BITVEC_TELEM Bitvec::aBitmap[BITVEC_NELEM]

Definition at line 48563 of file sqlite3.c.

Referenced by sqlite3BitvecClear(), sqlite3BitvecSet(), and sqlite3BitvecTestNotNull().

◆ aHash

u32 Bitvec::aHash[BITVEC_NINT]

Definition at line 48564 of file sqlite3.c.

Referenced by sqlite3BitvecClear(), sqlite3BitvecSet(), and sqlite3BitvecTestNotNull().

◆ apSub

Bitvec* Bitvec::apSub[BITVEC_NPTR]

Definition at line 48565 of file sqlite3.c.

Referenced by sqlite3BitvecClear(), sqlite3BitvecSet(), and sqlite3BitvecTestNotNull().

◆ iDivisor

u32 Bitvec::iDivisor

Definition at line 48558 of file sqlite3.c.

Referenced by sqlite3BitvecClear(), sqlite3BitvecSet(), and sqlite3BitvecTestNotNull().

◆ iSize

u32 Bitvec::iSize

◆ nSet

u32 Bitvec::nSet

Definition at line 48555 of file sqlite3.c.

Referenced by sqlite3BitvecClear(), and sqlite3BitvecSet().

◆ [union]

union { ... } Bitvec::u

The documentation for this struct was generated from the following file: