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

/freebsd-10-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-10-stable/contrib/sqlite3/
H A Dsqlite3.c21170 typedef struct Mem3Block Mem3Block; typedef in typeref:struct:Mem3Block
21171 struct Mem3Block { struct
21174 u32 prevSize; /* Size of previous chunk in Mem3Block elements */
21175 u32 size4x; /* 4x the size of current chunk in Mem3Block elements */
21196 Mem3Block *aPool;
21450 assert( sizeof(Mem3Block)==8 );
21527 Mem3Block *p = (Mem3Block*)pOld;
21568 Mem3Block *pBloc
[all...]

Completed in 982 milliseconds