Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24408 char *pCValue; /* A RCStr buffer to hold the value */ member
90480 if( pCache->pCValue ){
90481 sqlite3RCStrUnref(pCache->pCValue);
90482 pCache->pCValue = 0;
97201 if( pCache->pCValue==0
97207 if( pCache->pCValue ) sqlite3RCStrUnref(pCache->pCValue);
97208 pBuf = pCache->pCValue = sqlite3RCStrNew( len+3 );
97220 pBuf = pCache->pCValue;