Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c23747 char *pCValue; /* A RCStr buffer to hold the value */ member
88649 if( pCache->pCValue ){
88650 sqlite3RCStrUnref(pCache->pCValue);
88651 pCache->pCValue = 0;
95091 if( pCache->pCValue==0
95097 if( pCache->pCValue ) sqlite3RCStrUnref(pCache->pCValue);
95098 pBuf = pCache->pCValue = sqlite3RCStrNew( len+3 );
95110 pBuf = pCache->pCValue;