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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c19186 u32 mxAlloc; /* Maximum allowed allocation. 0 for no malloc usage */ member in struct:sqlite3_str
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11056 int mxAlloc; /* Maximum allowed string length */ member in struct:StrAccum
19649 if( szNew > p->mxAlloc ){
19721 p->mxAlloc = mx;
[all...]

Completed in 989 milliseconds