Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c213037 u8 bStatic; /* True if zBuf is static space */ member
213267 p->bStatic = 1;
213282 if( !p->bStatic ) sqlite3RCStrUnref(p->zBuf);
213309 if( p->bStatic ){
213318 p->bStatic = 0;
213597 }else if( p->bStatic ){
217592 if( !pStr->bStatic ) sqlite3RCStrUnref(pStr->zBuf);
217599 pStr->bStatic ? SQLITE_TRANSIENT :
217601 pStr->bStatic = 1;
217770 if( !pStr->bStatic ) sqlite3RCStrUnref(pStr->zBuf);
[all …]