Home | History | Annotate | Download | only in orig

Lines Matching defs:nBuf

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