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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11059 u8 tooBig; /* Becomes true if string size exceeds limits */ member in struct:StrAccum
19626 if( p->tooBig | p->mallocFailed ){
19627 testcase(p->tooBig);
19640 p->tooBig = 1;
19651 p->tooBig = 1;
19723 p->tooBig = 0;
[all...]

Completed in 406 milliseconds