Home | History | Annotate | Download | only in orig

Lines Matching refs:nBuf

3395   int nBuf;
3400 pBuf = readFile(zName, &nBuf);
3401 if( pBuf ) sqlite3_result_blob(context, pBuf, nBuf, sqlite3_free);