Searched refs:Mem3Block (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c15579 typedef struct Mem3Block Mem3Block; typedef in typeref:struct:Mem3Block
15580 struct Mem3Block { struct
15583 u32 prevSize; /* Size of previous chunk in Mem3Block elements */
15584 u32 size4x; /* 4x the size of current chunk in Mem3Block elements */
15605 Mem3Block *aPool;
15859 assert( sizeof(Mem3Block)==8 );
15936 Mem3Block *p = (Mem3Block*)pOld;
15977 Mem3Block *pBloc
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c24743 typedef struct Mem3Block Mem3Block; typedef in typeref:struct:Mem3Block
24744 struct Mem3Block { struct
[all...]

Completed in 672 milliseconds