Searched refs:pCValue (Results 1 – 1 of 1) sorted by relevance
24438 char *pCValue; /* A RCStr buffer to hold the value */ member90632 if( pCache->pCValue ){90633 sqlite3RCStrUnref(pCache->pCValue);90634 pCache->pCValue = 0;97359 if( pCache->pCValue==097365 if( pCache->pCValue ) sqlite3RCStrUnref(pCache->pCValue);97366 pBuf = pCache->pCValue = sqlite3RCStrNew( len+3 );97378 pBuf = pCache->pCValue;