Lines Matching refs:bStatic
72 u8 bStatic; /* True if zBuf is static space */ member
159 p->bStatic = 1; in jsonZero()
175 if( !p->bStatic ) sqlite3_free(p->zBuf); in jsonReset()
194 if( p->bStatic ){ in jsonGrow()
203 p->bStatic = 0; in jsonGrow()
344 p->bStatic ? SQLITE_TRANSIENT : sqlite3_free, in jsonResult()
348 assert( p->bStatic ); in jsonResult()
1987 assert( pStr->bStatic ); in jsonArrayCompute()
1990 pStr->bStatic ? SQLITE_TRANSIENT : sqlite3_free); in jsonArrayCompute()
1991 pStr->bStatic = 1; in jsonArrayCompute()
2095 assert( pStr->bStatic ); in jsonObjectCompute()
2098 pStr->bStatic ? SQLITE_TRANSIENT : sqlite3_free); in jsonObjectCompute()
2099 pStr->bStatic = 1; in jsonObjectCompute()