Searched refs:pCValue (Results 1 – 1 of 1) sorted by relevance
23260 char *pCValue; /* A RCStr buffer to hold the value */ member87568 if( pCache->pCValue ){87569 sqlite3RCStrUnref(pCache->pCValue);87570 pCache->pCValue = 0;93854 if( pCache->pCValue==093860 if( pCache->pCValue ) sqlite3RCStrUnref(pCache->pCValue);93861 pBuf = pCache->pCValue = sqlite3RCStrNew( len+3 );93873 pBuf = pCache->pCValue;