Searched refs:newValue (Results 1 – 2 of 2) sorted by relevance
115 sqlite3StatValueType newValue; in sqlite3StatusHighwater() local118 newValue = (sqlite3StatValueType)X; in sqlite3StatusHighwater()126 if( newValue>wsdStat.mxValue[op] ){ in sqlite3StatusHighwater()127 wsdStat.mxValue[op] = newValue; in sqlite3StatusHighwater()
6326 void *newValue = (void *)((char *)oldValue+1); in collectSegmentTerms() local6331 if( newValue==sqlite3Fts2HashInsert(pTerms, pTerm, nTerm, newValue) ){ in collectSegmentTerms()