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

/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A Dsqlutils.h31 static inline int sqlite3_prepare_wrapper(sqlite3 *db, const char *zSql, size_t nByte, sqlite3_stmt **ppStmt, const char **pzTail) argument
33 if(nByte>INT_MAX) return SQLITE_TOOBIG;
34 return sqlite3_prepare(db, zSql, (int)nByte, ppStmt, pzTail);
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A Dsqlutils.h31 static inline int sqlite3_prepare_wrapper(sqlite3 *db, const char *zSql, size_t nByte, sqlite3_stmt **ppStmt, const char **pzTail) argument
33 if(nByte>INT_MAX) return SQLITE_TOOBIG;
34 return sqlite3_prepare(db, zSql, (int)nByte, ppStmt, pzTail);
/macosx-10.9.5/Heimdal-323.92.1/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...]

Completed in 416 milliseconds