Searched refs:pCValue (Results 1 – 1 of 1) sorted by relevance
24408 char *pCValue; /* A RCStr buffer to hold the value */ member90480 if( pCache->pCValue ){90481 sqlite3RCStrUnref(pCache->pCValue);90482 pCache->pCValue = 0;97201 if( pCache->pCValue==097207 if( pCache->pCValue ) sqlite3RCStrUnref(pCache->pCValue);97208 pBuf = pCache->pCValue = sqlite3RCStrNew( len+3 );97220 pBuf = pCache->pCValue;