Searched refs:pCValue (Results 1 – 1 of 1) sorted by relevance
23747 char *pCValue; /* A RCStr buffer to hold the value */ member88649 if( pCache->pCValue ){88650 sqlite3RCStrUnref(pCache->pCValue);88651 pCache->pCValue = 0;95091 if( pCache->pCValue==095097 if( pCache->pCValue ) sqlite3RCStrUnref(pCache->pCValue);95098 pBuf = pCache->pCValue = sqlite3RCStrNew( len+3 );95110 pBuf = pCache->pCValue;