Home | History | Annotate | Download | only in dist

Lines Matching defs:nBuf

3279   int nBuf;
3284 pBuf = readFile(zName, &nBuf);
3285 if( pBuf ) sqlite3_result_blob(context, pBuf, nBuf, sqlite3_free);