Searched refs:nHint (Results 1 – 1 of 1) sorted by relevance
208856 int nHint = sqlite3_column_bytes(pSelect, 0); local208858 blobGrowBuffer(pHint, nHint, &rc);208860 if( ALWAYS(pHint->a!=0) ) memcpy(pHint->a, aHint, nHint);208861 pHint->n = nHint;208903 const int nHint = pHint->n; local208916 assert( i<=nHint );208917 if( i!=nHint ) return FTS_CORRUPT_VTAB;208980 int nHint = hint.n; local208999 hint.n = nHint;