Searched refs:bStatic (Results 1 – 3 of 3) sorted by relevance
72 u8 bStatic; /* True if zBuf is static space */ member159 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()1991 pStr->bStatic = 1; in jsonArrayCompute()2095 assert( pStr->bStatic ); in jsonObjectCompute()[all …]
646 int bStatic; /* True for a static mutex */ member671 assert( p->bStatic==0 && p->pEnv ); in lsmPosixOsMutexDel()
956 int bStatic; /* True for a static mutex */ member981 assert( p->bStatic==0 && p->pEnv ); in lsmWin32OsMutexDel()