Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c212719 u8 bStatic; /* True if zBuf is static space */ member
212949 p->bStatic = 1;
212964 if( !p->bStatic ) sqlite3RCStrUnref(p->zBuf);
212991 if( p->bStatic ){
213000 p->bStatic = 0;
213279 }else if( p->bStatic ){
217273 if( !pStr->bStatic ) sqlite3RCStrUnref(pStr->zBuf);
217280 pStr->bStatic ? SQLITE_TRANSIENT :
217282 pStr->bStatic = 1;
217398 if( !pStr->bStatic ) sqlite3RCStrUnref(pStr->zBuf);
[all …]