Searched defs:nOut (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dencode.c200 int i, j, n, m, nOut, nByteIn, nByteOut; local
219 nOut = sqlite_encode_binary(in, n, out);
220 nByteOut += nOut;
221 if( nOut!=strlen(out) ){
222 printf(" ERROR return value is %d instead of %d\n", nOut, strlen(out));
225 if( nOut!=sqlite_encode_binary(in, n, 0) ){

Completed in 86 milliseconds