Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dstatus.c115 sqlite3StatValueType newValue; in sqlite3StatusHighwater() local
118 newValue = (sqlite3StatValueType)X; in sqlite3StatusHighwater()
126 if( newValue>wsdStat.mxValue[op] ){ in sqlite3StatusHighwater()
127 wsdStat.mxValue[op] = newValue; in sqlite3StatusHighwater()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c6326 void *newValue = (void *)((char *)oldValue+1); in collectSegmentTerms() local
6331 if( newValue==sqlite3Fts2HashInsert(pTerms, pTerm, nTerm, newValue) ){ in collectSegmentTerms()