Home
last modified time | relevance | path

Searched refs:bStatic (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Djson.c72 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()
1991 pStr->bStatic = 1; in jsonArrayCompute()
2095 assert( pStr->bStatic ); in jsonObjectCompute()
[all …]
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_unix.c646 int bStatic; /* True for a static mutex */ member
671 assert( p->bStatic==0 && p->pEnv ); in lsmPosixOsMutexDel()
H A Dlsm_win32.c956 int bStatic; /* True for a static mutex */ member
981 assert( p->bStatic==0 && p->pEnv ); in lsmWin32OsMutexDel()