Searched refs:pCValue (Results 1 – 1 of 1) sorted by relevance
23172 char *pCValue; /* A RCStr buffer to hold the value */ member87092 if( pCache->pCValue ){87093 sqlite3RCStrUnref(pCache->pCValue);87094 pCache->pCValue = 0;93349 if( pCache->pCValue==093355 if( pCache->pCValue ) sqlite3RCStrUnref(pCache->pCValue);93356 pBuf = pCache->pCValue = sqlite3RCStrNew( len+3 );93368 pBuf = pCache->pCValue;