Searched defs:nByte (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/sqlite3/ |
H A D | shell.c | 3348 int nByte = sqlite3_value_bytes(argv[0]); sha3Func() local 7864 sqlite3_int64 nByte = nNew*sizeof(FsdirLevel); fsdirNext() local 9304 apndDlError(sqlite3_vfs * pVfs,int nByte,char * zErrMsg) apndDlError() argument 9313 apndRandomness(sqlite3_vfs * pVfs,int nByte,char * zBufOut) apndRandomness() argument 9732 int nByte = sizeof(ZipfileTab) + ZIPFILE_BUFFER_SIZE; zipfileConnect() local 10073 u16 nByte = zipfileRead16(p); zipfileScanExtra() local 11327 zipfileBufferGrow(ZipfileBuffer * pBuf,int nByte) zipfileBufferGrow() argument 11376 int nByte; zipfileStep() local 12096 idxMalloc(int * pRc,int nByte) idxMalloc() argument 12623 int nByte; idxGetTableInfo() local 13417 int nByte; /* Bytes of space allocated at z */ global() member 13478 int nByte = sqlite3_value_bytes(argv[1]); idxRemFunc() local 13675 int nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax); idxPopulateStat1() local 16802 recoverMalloc(sqlite3_recover * p,i64 nByte) recoverMalloc() argument 16858 int nByte = sizeof(RecoverBitmap) + nElem*sizeof(u32); recoverBitmapAlloc() local 17525 int nByte = 0; recoverAddTable() local 18132 int nByte = 0; recoverWriteDataInit() local 18575 int nByte = 0; recoverIsValidPage() local 18595 int nByte = 0; recoverIsValidPage() local 18742 int nByte = (nSz>=((iBlk+1)*nMax)) ? nMax : (nSz % nMax); recoverVfsDetectPagesize() local 18775 recoverVfsRead(sqlite3_file * pFd,void * aBuf,int nByte,i64 iOff) recoverVfsRead() argument 18907 recoverVfsWrite(sqlite3_file * pFd,const void * aBuf,int nByte,i64 iOff) recoverVfsWrite() argument 19173 int nByte = 0; recoverInit() local 26900 i64 nByte; /* Number of bytes in an SQL string */ do_meta_command() local 28356 int ii, nByte; do_meta_command() local [all...] |
H A D | sqlite3.c | 24088 int nByte = sqlite3PagerMemUsed(pPager); sqlite3_db_status() local 24108 int nByte = 0; /* Used to accumulate return value */ sqlite3_db_status() local 24154 int nByte = 0; /* Used to accumulate return value */ sqlite3_db_status() local 26300 sqlite3OsDlError(sqlite3_vfs * pVfs,int nByte,char * zBufOut) sqlite3OsDlError() argument 26310 sqlite3OsRandomness(sqlite3_vfs * pVfs,int nByte,char * zBufOut) sqlite3OsRandomness() argument 26608 sqlite3MemMalloc(int nByte) sqlite3MemMalloc() argument 26610 sqlite3MemRealloc(void * pPrior,int nByte) sqlite3MemRealloc() argument 26767 sqlite3MemMalloc(int nByte) sqlite3MemMalloc() argument 26839 sqlite3MemRealloc(void * pPrior,int nByte) sqlite3MemRealloc() argument 27152 randomFill(char * pBuf,int nByte) randomFill() argument 27175 sqlite3MemMalloc(int nByte) sqlite3MemMalloc() argument 27276 sqlite3MemRealloc(void * pPrior,int nByte) sqlite3MemRealloc() argument 27699 memsys3OutOfMemory(int nByte) memsys3OutOfMemory() argument 27818 memsys3MallocUnsafe(int nByte) memsys3MallocUnsafe() argument 28374 memsys5MallocUnsafe(int nByte) memsys5MallocUnsafe() argument 28615 int nByte; /* Number of bytes of memory available to this allocator */ memsys5Init() local 30432 sqlite3MallocAlarm(int nByte) sqlite3MallocAlarm() argument 34786 sqlite3Utf8CharLen(const char * zIn,int nByte) sqlite3Utf8CharLen() argument 34840 sqlite3Utf16to8(sqlite3 * db,const void * z,int nByte,u8 enc) sqlite3Utf16to8() argument [all...] |
/freebsd-src/contrib/sqlite3/tea/generic/ |
H A D | tclsqlite3.c | 1396 int nByte; in dbPrepareAndBind() local 2476 int nByte; /* Number of bytes in an SQL string */ in DbObjCmd() local
|