Searched refs:zBase (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.h1732 char *zBase; /* A base allocation. Not from malloc. */ 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.h1732 char *zBase; /* A base allocation. Not from malloc. */ 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.h1732 char *zBase; /* A base allocation. Not from malloc. */ member in struct:StrAccum
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c10164 char *zBase; /* A base allocation. Not from malloc. */ member in struct:StrAccum
18637 if( p->useMalloc && p->zText==p->zBase ){
18644 memcpy(p->zText, p->zBase, p->nChar+1);
18657 if( p->zText!=p->zBase ){
18670 SQLITE_PRIVATE void sqlite3StrAccumInit(StrAccum *p, char *zBase, int n, int mx){ argument
18671 p->zText = p->zBase = zBase;
18687 char zBase[SQLITE_PRINT_BUF_SIZE]; local
18690 sqlite3StrAccumInit(&acc, zBase, sizeof(zBase),
18738 char zBase[SQLITE_PRINT_BUF_SIZE]; local
58910 char zBase[100]; /* Initial working space */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c10164 char *zBase; /* A base allocation. Not from malloc. */ member in struct:StrAccum
18637 if( p->useMalloc && p->zText==p->zBase ){
18644 memcpy(p->zText, p->zBase, p->nChar+1);
18657 if( p->zText!=p->zBase ){
18670 SQLITE_PRIVATE void sqlite3StrAccumInit(StrAccum *p, char *zBase, int n, int mx){ argument
18671 p->zText = p->zBase = zBase;
18687 char zBase[SQLITE_PRINT_BUF_SIZE]; local
18690 sqlite3StrAccumInit(&acc, zBase, sizeof(zBase),
18738 char zBase[SQLITE_PRINT_BUF_SIZE]; local
58910 char zBase[100]; /* Initial working space */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c10164 char *zBase; /* A base allocation. Not from malloc. */ member in struct:StrAccum
18637 if( p->useMalloc && p->zText==p->zBase ){
18644 memcpy(p->zText, p->zBase, p->nChar+1);
18657 if( p->zText!=p->zBase ){
18670 SQLITE_PRIVATE void sqlite3StrAccumInit(StrAccum *p, char *zBase, int n, int mx){ argument
18671 p->zText = p->zBase = zBase;
18687 char zBase[SQLITE_PRINT_BUF_SIZE]; local
18690 sqlite3StrAccumInit(&acc, zBase, sizeof(zBase),
18738 char zBase[SQLITE_PRINT_BUF_SIZE]; local
58910 char zBase[100]; /* Initial working space */ local
[all...]

Completed in 676 milliseconds