Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24438 char *pCValue; /* A RCStr buffer to hold the value */ member
90632 if( pCache->pCValue ){
90633 sqlite3RCStrUnref(pCache->pCValue);
90634 pCache->pCValue = 0;
97359 if( pCache->pCValue==0
97365 if( pCache->pCValue ) sqlite3RCStrUnref(pCache->pCValue);
97366 pBuf = pCache->pCValue = sqlite3RCStrNew( len+3 );
97378 pBuf = pCache->pCValue;