Searched refs:nByte (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h971 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
974 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
1490 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
2794 ** ^If the nByte argument is less than zero, then zSql is read up to the
2795 ** first zero terminator. ^If nByte is non-negative, then it is the maximum
2796 ** number of bytes read from zSql. ^When nByte is non-negative, the
2798 ** the nByte-th byte, whichever comes first. If the caller knows
2800 ** performance advantage to be gained by passing an nByte parameter that
2861 int nByte, /* Maximum length of zSql in bytes. */
2868 int nByte, /* Maximu
[all...]
H A Dsqlite3.c1524 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
1527 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
2043 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
3347 ** ^If the nByte argument is less than zero, then zSql is read up to the
3348 ** first zero terminator. ^If nByte is non-negative, then it is the maximum
3349 ** number of bytes read from zSql. ^When nByte is non-negative, the
3351 ** the nByte-th byte, whichever comes first. If the caller knows
3353 ** performance advantage to be gained by passing an nByte parameter that
3414 int nByte, /* Maximum length of zSql in bytes. */
3421 int nByte, /* Maximu
10150 u8 nByte; /* Size in byte of text or blob. */ member in struct:IndexSample
13142 int nByte = 0; /* Used to accumulate return value */ local
13185 int nByte = 0; /* Used to accumulate return value */ local
14502 sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
14512 sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
14787 sqlite3MemMalloc(int nByte) argument
14789 sqlite3MemRealloc(void *pPrior, int nByte) argument
14854 sqlite3MemMalloc(int nByte) argument
14906 sqlite3MemRealloc(void *pPrior, int nByte) argument
15188 randomFill(char *pBuf, int nByte) argument
15211 sqlite3MemMalloc(int nByte) argument
15312 sqlite3MemRealloc(void *pPrior, int nByte) argument
15734 memsys3OutOfMemory(int nByte) argument
15853 memsys3MallocUnsafe(int nByte) argument
16429 memsys5MallocUnsafe(int nByte) argument
16645 int nByte; /* Number of bytes of memory available to this allocator */ local
18338 sqlite3MallocAlarm(int nByte) argument
20439 sqlite3Utf8CharLen(const char *zIn, int nByte) argument
20493 sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc) argument
27949 unixTruncate(sqlite3_file *id, i64 nByte) argument
28027 fcntlSizeHint(unixFile *pFile, i64 nByte) argument
28546 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ local
32013 int nByte; local
32038 int nByte; local
32063 int nByte; local
32765 winTruncate(sqlite3_file *id, sqlite3_int64 nByte) argument
33780 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ local
34380 int nByte; local
35397 int nByte; local
35872 int nByte; /* Size of each allocation in bytes */ member in struct:PGroupBlockList
36051 pcache1Alloc(int nByte) argument
36165 int nByte = sizeof(PgHdr1) + pCache->szPage; local
38680 pager_datahash(int nByte, unsigned char *pData) argument
41024 i64 nByte = 0; local
44886 int nByte = sizeof(u32*)*(iPage+1); local
44957 walChecksumBytes( int nativeCksum, u8 *a, int nByte, const u32 *aIn, u32 *aOut ) argument
45277 int nByte; /* Number of bytes to zero in aPgno[] */ local
45357 int nByte = (int)((u8 *)&aHash[HASHTABLE_NSLOT] - (u8 *)&aPgno[1]); local
45879 int nByte; /* Number of bytes to allocate */ local
49415 allocateSpace(MemPage *pPage, int nByte, int *pIdx) argument
52044 copyPayload( void *pPayload, void *pBuf, int nByte, int eOp, DbPage *pDbPage ) argument
57301 int nByte; local
57357 const int nByte = 32; local
57840 int nByte = n; /* New value for pMem->n */ local
58634 int nByte = (p->nSub+1)*sizeof(SubProgram*); local
59045 int nField, nByte; local
59542 int nByte = (nSub+1)*sizeof(SubProgram*); local
59690 allocSpace( void *pBuf, int nByte, u8 **ppFrom, u8 *pEnd, int *pnByte ) argument
59779 int nByte; /* How much extra memory is needed */ local
61157 int nByte; /* Number of bytes required for *p */ local
62112 sqlite3_aggregate_context(sqlite3_context *p, int nByte) argument
63228 int nByte; local
63700 i64 nByte; member in struct:vdbeExecUnion::OP_Concat_stack_vars
63779 i64 nByte; /* Data space required for this record */ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
63998 int nByte; /* Bytes of runtime space required for sub-program */ member in struct:vdbeExecUnion::OP_Program_stack_vars
69834 int nByte; /* Size of open blob, in bytes */ member in struct:Incrblob
70555 i64 nByte; /* Total size of PMA in bytes */ local
70940 i64 nByte = 0; /* Total bytes in all opened PMAs */ local
70970 int nByte; /* Bytes of space required for aIter/aTree */ local
73727 int nByte = dupedExprStructSize(p, flags) & 0xfff; local
73748 int nByte = 0; local
73909 int nByte; local
81329 int nByte; local
84353 contextMalloc(sqlite3_context *context, i64 nByte) argument
89883 int nByte = (wsdAutoext.nExt+1)*sizeof(wsdAutoext.aExt[0]); local
102329 int nByte; /* Byte of memory needed for pIdx */ local
111995 int nByte = nUri+2; /* Bytes of space to allocate */ local
115150 int nByte; /* Size of allocation used for *p */ local
116537 int nByte = (pCsr->nSegment + 16)*sizeof(Fts3SegReader*); local
118063 sqlite3_int64 nByte = 0; local
119129 int nByte; /* Bytes of space to allocate here */ local
119661 fts3MallocZero(int nByte) argument
119698 int nByte; /* total space to allocate */ local
119802 int nByte, iBegin, iEnd, iPos; local
120120 int nByte = 0; local
123258 int nByte = sqlite3_blob_bytes(p->pSegments); local
123316 fts3SegReaderRequire(Fts3SegReader *pReader, char *pFrom, int nByte) argument
123762 int nByte = sizeof(Fts3SegReader) + (nElem+1)*sizeof(Fts3HashElem *); local
124829 int nByte; local
125938 int nByte; /* Number of bytes of space to allocate */ local
127602 int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell; local
129035 int nByte = (pRtree->nDim+1)*(sizeof(int*)+nCell*sizeof(int)); local
130998 int nByte = 0; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1383 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
1386 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
2038 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
2053 #define SQLITE_CONFIG_WIN32_HEAPSIZE 23 /* int nByte */
2056 #define SQLITE_CONFIG_STMTJRNL_SPILL 26 /* int nByte */
2058 #define SQLITE_CONFIG_SORTERREF_SIZE 28 /* int nByte */
3992 ** ^If the nByte argument is negative, then zSql is read up to the
3993 ** first zero terminator. ^If nByte is positive, then it is the
3994 ** number of bytes read from zSql. ^If nByte is zero, then no prepared
3997 ** there is a small performance advantage to passing an nByte paramete
[all...]
H A Dsqlite3.c2446 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
2449 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
3101 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
3116 #define SQLITE_CONFIG_WIN32_HEAPSIZE 23 /* int nByte */
3119 #define SQLITE_CONFIG_STMTJRNL_SPILL 26 /* int nByte */
3121 #define SQLITE_CONFIG_SORTERREF_SIZE 28 /* int nByte */
5055 ** ^If the nByte argument is negative, then zSql is read up to the
5056 ** first zero terminator. ^If nByte is positive, then it is the
5057 ** number of bytes read from zSql. ^If nByte is zero, then no prepared
5060 ** there is a small performance advantage to passing an nByte paramete
21866 int nByte = sqlite3PagerMemUsed(pPager); local
21886 int nByte = 0; /* Used to accumulate return value */ local
21929 int nByte = 0; /* Used to accumulate return value */ local
23502 sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
23512 sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
23807 sqlite3MemMalloc(int nByte) argument
23809 sqlite3MemRealloc(void *pPrior, int nByte) argument
23966 sqlite3MemMalloc(int nByte) argument
24038 sqlite3MemRealloc(void *pPrior, int nByte) argument
24351 randomFill(char *pBuf, int nByte) argument
24374 sqlite3MemMalloc(int nByte) argument
24475 sqlite3MemRealloc(void *pPrior, int nByte) argument
24898 memsys3OutOfMemory(int nByte) argument
25017 memsys3MallocUnsafe(int nByte) argument
25573 memsys5MallocUnsafe(int nByte) argument
25805 int nByte; /* Number of bytes of memory available to this allocator */ local
27821 sqlite3MallocAlarm(int nByte) argument
31362 sqlite3Utf8CharLen(const char *zIn, int nByte) argument
31416 sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc) argument
37646 unixTruncate(sqlite3_file *id, i64 nByte) argument
37734 fcntlSizeHint(unixFile *pFile, i64 nByte) argument
38584 int nByte = nReqRegion*szRegion; /* Minimum required file size */ local
43811 int nByte; local
43838 int nByte; local
43867 int nByte; local
45010 winTruncate(sqlite3_file *id, sqlite3_int64 nByte) argument
46341 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ local
46512 winMapfile(winFile *pFd, sqlite3_int64 nByte) argument
47669 DWORD nByte; local
48670 memdbDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg) argument
48692 memdbRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
50535 pcache1Alloc(int nByte) argument
53387 pager_datahash(int nByte, unsigned char *pData) argument
55863 i64 nByte = 0; local
60427 sqlite3_int64 nByte = sizeof(u32*)*(iPage+1); local
60513 walChecksumBytes( int nativeCksum, u8 *a, int nByte, const u32 *aIn, u32 *aOut ) argument
60858 int nByte; /* Number of bytes to zero in aPgno[] */ local
60938 int nByte = (int)((u8 *)&sLoc.aHash[HASHTABLE_NSLOT] local
61539 sqlite3_int64 nByte; /* Number of bytes to allocate */ local
66529 pageFindSlot(MemPage *pPg, int nByte, int *pRc) argument
66597 allocateSpace(MemPage *pPage, int nByte, int *pIdx) argument
69729 copyPayload( void *pPayload, void *pBuf, int nByte, int eOp, DbPage *pDbPage ) argument
76427 i64 nByte = sqlite3BtreeGetPageSize(pFrom)*(i64)sqlite3BtreeLastPage(pFrom); local
76823 int nByte; local
76876 const int nByte = 32; local
77544 int nByte = n; /* New value for pMem->n */ local
77799 int nByte; /* Bytes of space to allocate */ local
78739 int nByte; local
79027 int nByte = (p->nSub+1)*sizeof(SubProgram*); local
79403 sqlite3_int64 nByte = (p->nScan+1) * sizeof(ScanStatus); local
80404 int nByte = (nSub+1)*sizeof(SubProgram*); local
82375 int nByte; /* Number of bytes required for *p */ local
84491 createAggContext(sqlite3_context *p, int nByte) argument
84513 sqlite3_aggregate_context(sqlite3_context *p, int nByte) argument
86145 int nByte; local
87498 i64 nByte; /* Total size of the output string or blob */ local
88897 i64 nByte; /* Data space required for this record */ local
92584 int nByte; /* Bytes of runtime space required for sub-program */ local
94262 int nByte; /* Size of open blob, in bytes */ member in struct:Incrblob
95233 vdbePmaReadBlob( PmaReader *p, int nByte, u8 **ppOut ) argument
95487 u64 nByte = 0; /* Size of PMA in bytes */ local
95924 int nByte; /* Total bytes of space to allocate */ local
96031 vdbeSorterExtendFile(sqlite3 *db, sqlite3_file *pFd, i64 nByte) argument
96273 int nByte; local
101916 int nByte = dupedExprStructSize(p, flags) & 0xfff; local
101937 int nByte = 0; local
102067 sqlite3_int64 nByte = sizeof(*p) + sizeof(p->a[0]) * (p->nCte-1); local
102193 int nByte; local
110514 int nByte; /* Bytes of space required */ local
113577 int nByte; local
114871 int nByte; local
115123 int nByte; /* Bytes of space for Index object + arrays */ local
116882 sqlite3_int64 nByte = sizeof(*pWith) + (sizeof(pWith->a[1]) * pWith->nCte); local
118858 contextMalloc(sqlite3_context *context, i64 nByte) argument
123996 u64 nByte; local
126781 u64 nByte = (wsdAutoext.nExt+1)*sizeof(wsdAutoext.aExt[0]); local
153402 int nByte = (pWInfo->nLevel-1-i) * sizeof(WhereLevel); local
166917 u64 nByte = nUri+8; /* Bytes of space to allocate */ local
168382 sqlite3_int64 nByte; local
171001 int nByte; local
171188 sqlite3_int64 nByte; /* Size of allocation used for *p */ local
172950 sqlite3_int64 nByte = (pCsr->nSegment + 16)*sizeof(Fts3SegReader*); local
174734 int nByte = a[p->nToken-1].nList; local
174939 sqlite3_int64 nByte = 0; local
176174 sqlite3_int64 nByte; /* Bytes of space to allocate here */ local
176784 fts3MallocZero(sqlite3_int64 nByte) argument
176860 sqlite3_int64 nByte; /* total space to allocate */ local
176975 int nByte = 0, iBegin = 0, iEnd = 0, iPos = 0; local
177287 int nByte = 0; local
179884 int nByte = 0; local
180115 int nByte = sqlite3_value_bytes(apVal[0]); local
181447 int nByte = sqlite3_blob_bytes(p->pSegments); local
181507 fts3SegReaderRequire(Fts3SegReader *pReader, char *pFrom, int nByte) argument
181985 sqlite3_int64 nByte; local
183200 int nByte; local
183792 sqlite3_int64 nByte = sizeof(u32) * ((sqlite3_int64)p->nColumn+1)*3; local
183859 sqlite3_int64 nByte; /* Bytes allocated at pCsr->apSegment[] */ local
186158 sqlite3_int64 nByte = sizeof(u32) * (2*(sqlite3_int64)nElem + 1) local
186550 sqlite3_int64 nByte; /* Number of bytes of space to allocate */ local
192021 int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell; local
193644 sqlite3_int64 nByte = (pRtree->nDim+1)*(sizeof(int*)+nCell*sizeof(int)); local
195873 int nByte; local
196624 sqlite3_int64 nByte; local
198304 int nByte = 0; local
200047 rbuMalloc(sqlite3rbu *p, sqlite3_int64 nByte) argument
200068 sqlite3_int64 nByte = (2*sizeof(char*) + sizeof(int) + 3*sizeof(u8)) * nCol; local
200932 sqlite3_int64 nByte = 2*(sqlite3_int64)nBind + 1; local
202942 size_t nByte = sizeof(sqlite3rbu) + nTarget+1 + nRbu+1; local
203864 sqlite3_int64 nByte = (iRegion+1) * sizeof(char*); local
204126 rbuVfsDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg) argument
204156 rbuVfsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
204238 size_t nByte; local
205943 int nByte; /* Size of serialized value in bytes */ local
206014 sessionMalloc64(sqlite3_session *pSession, i64 nByte) argument
206575 sqlite3_int64 nByte; local
206816 sqlite3_int64 nByte; /* Number of bytes to allocate */ local
207408 int nByte = sizeof(SessionTable) + nName + 1; local
207439 sessionBufferGrow(SessionBuffer *p, size_t nByte, int *pRc) argument
207469 sqlite3_int64 nByte = 0; local
207621 int nByte; local
208201 int nByte; /* Number of bytes to allocate for iterator */ local
208290 sessionInputBuffer(SessionInput *pIn, int nByte) argument
208327 int nByte; local
208418 int nByte; local
208510 int nByte = 0; local
208555 int nByte; local
208963 int nByte; local
208985 int nByte; local
209217 int nByte = sizeof(SessionUpdate) * nU32*sizeof(u32); local
209970 size_t nByte = 2*pApply->nCol*sizeof(sqlite3_value*); local
210372 sqlite3_int64 nByte = nRec + pExist->nRecord + sizeof(SessionChange); local
210433 sqlite3_int64 nByte; local
214686 sqlite3_int64 nByte; /* Bytes of space to allocate */ local
214845 sqlite3Fts5BufferSize(int *pRc, Fts5Buffer *pBuf, u32 nByte) argument
215083 sqlite3Fts5MallocZero(int *pRc, sqlite3_int64 nByte) argument
215475 const int nByte = sizeof(int) * FTS5_MAX_PREFIX_INDEXES; local
215761 sqlite3_int64 nByte; local
216459 const int nByte = sizeof(Fts5ExprNode); local
216666 sqlite3_int64 nByte = sizeof(Fts5PoslistReader) * nAlloc * 2; local
216747 sqlite3_int64 nByte = sizeof(Fts5PoslistReader) * pPhrase->nTerm; local
216882 sqlite3_int64 nByte = sizeof(Fts5NearTrimmer) * pNear->nPhrase; local
217791 sqlite3_int64 nByte; local
217801 sqlite3_int64 nByte; local
217868 sqlite3_int64 nByte = sizeof(Fts5ExprTerm) + sizeof(Fts5Buffer) + nToken+1; local
217937 sqlite3_int64 nByte = sizeof(Fts5ExprPhrase*) * (pParse->nPhrase + 8); local
218035 sqlite3_int64 nByte; local
218254 sqlite3_int64 nByte = sizeof(Fts5Colset) + (pOrig->nCol-1) * sizeof(int); local
218384 int nByte = sizeof(Fts5ExprNode*) * pSub->nChild; local
218410 int nByte; local
218469 sqlite3_int64 nByte; /* Bytes of space to allocate for this node */ local
218608 sqlite3_int64 nByte = 0; local
219340 sqlite3_int64 nByte; local
219462 int nByte = sqlite3Fts5GetVarintLen((u32)nPos); local
219520 sqlite3_int64 nByte = sizeof(Fts5HashEntry) + (nToken+1) + 1 + 64; local
220378 fts5IdxMalloc(Fts5Index *p, sqlite3_int64 nByte) argument
220477 int nByte = sqlite3_blob_bytes(p->pReader); local
220655 sqlite3_int64 nByte; /* Bytes of space to allocate at pRet */ local
220739 sqlite3_int64 nByte = ( local
220769 sqlite3_int64 nByte; local
221286 sqlite3_int64 nByte = sizeof(Fts5DlidxIter) + i * sizeof(Fts5DlidxLvl); local
223496 size_t nByte = sizeof(Fts5DlidxWriter) * (nLvl - pWriter->nDlidx); local
224469 sqlite3_int64 nByte = sizeof(Fts5Structure); local
224599 int nByte = nData + 9 + 9 + FTS5_DATA_ZERO_PADDING; local
225195 sqlite3Fts5IndexCharlenToBytelen( const char *p, int nByte, int nChar ) argument
225264 int nByte = sqlite3Fts5IndexCharlenToBytelen(pToken, nToken, nChar); local
225774 int nByte; local
225782 int nKeep, nByte; local
226395 int nByte; /* Bytes of data */ local
227213 sqlite3_int64 nByte; /* Bytes of space to allocate */ local
227504 sqlite3_int64 nByte; local
227630 sqlite3_int64 nByte; local
228434 sqlite3_int64 nByte = sizeof(Fts5PoslistReader) * nIter; local
228940 int nByte = sqlite3Fts5ExprPoslist(pCsr->pExpr, i, &dummy); local
228958 int nByte; local
229125 sqlite3_int64 nByte; /* Bytes of space to allocate */ local
229162 sqlite3_int64 nByte; /* Bytes of space to allocate */ local
229727 sqlite3_int64 nByte; /* Bytes of space to allocate */ local
230304 int nByte = sqlite3Fts5IndexCharlenToBytelen(pToken, nToken, nChar); local
230707 asciiFold(char *aOut, const char *aIn, int nByte) argument
230739 int nByte; local
233334 int nByte; /* Bytes of space to allocate */ local
233518 int nByte = pFts5->pConfig->nCol * sizeof(i64)*2 + sizeof(Fts5VocabCursor); local
[all...]
H A Dshell.c513 static void *oomMalloc(int nByte){ argument
522 return defaultMalloc(nByte);
1901 int nByte = sqlite3_value_bytes(argv[0]); local
1916 SHA3Update(&cx, sqlite3_value_blob(argv[0]), nByte);
1918 SHA3Update(&cx, sqlite3_value_text(argv[0]), nByte);
2796 sqlite3_int64 nByte = nNew*sizeof(FsdirLevel); local
2797 FsdirLevel *aNew = (FsdirLevel*)sqlite3_realloc64(pCur->aLvl, nByte);
3791 static void apndDlError(sqlite3_vfs*, int nByte, char *zErrMsg);
3794 static int apndRandomness(sqlite3_vfs*, int nByte, char *zOut);
4224 static void apndDlError(sqlite3_vfs *pVfs, int nByte, cha argument
4233 apndRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
6215 int nByte = sizeof(ZipfileTab) + ZIPFILE_BUFFER_SIZE; local
6554 u16 nByte = zipfileRead16(p); local
7791 zipfileBufferGrow(ZipfileBuffer *pBuf, int nByte) argument
7840 int nByte; local
8532 idxMalloc(int *pRc, int nByte) argument
9058 int nByte = sizeof(IdxTable) + nTab + 1; local
9791 int nByte; /* Bytes of space allocated at z */ member in struct:IdxRemCtx::IdxRemSlot
9852 int nByte = sqlite3_value_bytes(argv[1]); local
10046 int nByte = sizeof(struct IdxRemCtx) + (sizeof(struct IdxRemSlot) * nMax); local
16905 shellMalloc(int *pRc, sqlite3_int64 nByte) argument
18254 int nByte; /* Number of bytes in an SQL string */ local
19536 int ii, nByte; local
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1355 int nByte; local
1376 nByte = sizeof(SqlPreparedStmt) + nVar*sizeof(Tcl_Obj *);
1377 pPreStmt = (SqlPreparedStmt*)Tcl_Alloc(nByte);
1378 memset(pPreStmt, 0, nByte);
2432 int nByte; /* Number of bytes in an SQL string */ local
2487 nByte = strlen30(zSql);
2500 zSql = malloc( nByte + 50 + nCol*2 );
2505 sqlite3_snprintf(nByte+50, zSql, "INSERT OR %q INTO '%q' VALUES(?",

Completed in 830 milliseconds