Home
last modified time | relevance | path

Searched refs:pCValue (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c23260 char *pCValue; /* A RCStr buffer to hold the value */ member
87568 if( pCache->pCValue ){
87569 sqlite3RCStrUnref(pCache->pCValue);
87570 pCache->pCValue = 0;
93854 if( pCache->pCValue==0
93860 if( pCache->pCValue ) sqlite3RCStrUnref(pCache->pCValue);
93861 pBuf = pCache->pCValue = sqlite3RCStrNew( len+3 );
93873 pBuf = pCache->pCValue;