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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h1738 u8 useMalloc; /* True if zText is enlargable using realloc */ member in struct:StrAccum
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h1738 u8 useMalloc; /* True if zText is enlargable using realloc */ member in struct:StrAccum
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h1738 u8 useMalloc; /* True if zText is enlargable using realloc */ member in struct:StrAccum
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c10170 u8 useMalloc; /* 0: none, 1: sqlite3DbMalloc, 2: sqlite3_malloc */ member in struct:StrAccum
18593 if( !p->useMalloc ){
18609 if( p->useMalloc==1 ){
18637 if( p->useMalloc && p->zText==p->zBase ){
18638 if( p->useMalloc==1 ){
18658 if( p->useMalloc==1 ){
18676 p->useMalloc = 1;
18744 acc.useMalloc = 2;
18781 acc.useMalloc = 0;
18803 acc.useMalloc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c10170 u8 useMalloc; /* 0: none, 1: sqlite3DbMalloc, 2: sqlite3_malloc */ member in struct:StrAccum
18593 if( !p->useMalloc ){
18609 if( p->useMalloc==1 ){
18637 if( p->useMalloc && p->zText==p->zBase ){
18638 if( p->useMalloc==1 ){
18658 if( p->useMalloc==1 ){
18676 p->useMalloc = 1;
18744 acc.useMalloc = 2;
18781 acc.useMalloc = 0;
18803 acc.useMalloc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c10170 u8 useMalloc; /* 0: none, 1: sqlite3DbMalloc, 2: sqlite3_malloc */ member in struct:StrAccum
18593 if( !p->useMalloc ){
18609 if( p->useMalloc==1 ){
18637 if( p->useMalloc && p->zText==p->zBase ){
18638 if( p->useMalloc==1 ){
18658 if( p->useMalloc==1 ){
18676 p->useMalloc = 1;
18744 acc.useMalloc = 2;
18781 acc.useMalloc = 0;
18803 acc.useMalloc
[all...]

Completed in 796 milliseconds