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

/external/sqlite/dist/orig/
H A Dshell.c1731 int nByte; /* Number of bytes in an SQL string */ local
1752 nByte = strlen30(zSql);
1764 zSql = malloc( nByte + 20 + nCol*2 );
1769 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO %s VALUES(?", zTable);
H A Dsqlite3.c1588 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
1591 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
2112 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
3442 ** ^If the nByte argument is less than zero, then zSql is read up to the
3443 ** first zero terminator. ^If nByte is non-negative, then it is the maximum
3444 ** number of bytes read from zSql. ^When nByte is non-negative, the
3446 ** the nByte-th byte, whichever comes first. If the caller knows
3448 ** performance advantage to be gained by passing an nByte parameter that
3510 int nByte, /* Maximum length of zSql in bytes. */
3517 int nByte, /* Maximu
10405 int nByte; /* Size in byte of text or blob. */ member in struct:IndexSample
13451 int nByte = 0; /* Used to accumulate return value */ local
13494 int nByte = 0; /* Used to accumulate return value */ local
14861 sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
14871 sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
15146 sqlite3MemMalloc(int nByte) argument
15148 sqlite3MemRealloc(void *pPrior, int nByte) argument
15286 sqlite3MemMalloc(int nByte) argument
15355 sqlite3MemRealloc(void *pPrior, int nByte) argument
15676 randomFill(char *pBuf, int nByte) argument
15699 sqlite3MemMalloc(int nByte) argument
15800 sqlite3MemRealloc(void *pPrior, int nByte) argument
16222 memsys3OutOfMemory(int nByte) argument
16341 memsys3MallocUnsafe(int nByte) argument
16917 memsys5MallocUnsafe(int nByte) argument
17133 int nByte; /* Number of bytes of memory available to this allocator */ local
18827 sqlite3MallocAlarm(int nByte) argument
20869 sqlite3Utf8CharLen(const char *zIn, int nByte) argument
20923 sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc) argument
28428 unixTruncate(sqlite3_file *id, i64 nByte) argument
28506 fcntlSizeHint(unixFile *pFile, i64 nByte) argument
29058 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ local
33052 int nByte; local
33080 int nByte; local
33110 int nByte; local
33836 winTruncate(sqlite3_file *id, sqlite3_int64 nByte) argument
34880 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ local
35497 int nByte; local
37037 pcache1Alloc(int nByte) argument
39570 pager_datahash(int nByte, unsigned char *pData) argument
41934 i64 nByte = 0; local
45855 int nByte = sizeof(u32*)*(iPage+1); local
45926 walChecksumBytes( int nativeCksum, u8 *a, int nByte, const u32 *aIn, u32 *aOut ) argument
46246 int nByte; /* Number of bytes to zero in aPgno[] */ local
46326 int nByte = (int)((u8 *)&aHash[HASHTABLE_NSLOT] - (u8 *)&aPgno[1]); local
46856 int nByte; /* Number of bytes to allocate */ local
50516 allocateSpace(MemPage *pPage, int nByte, int *pIdx) argument
53159 copyPayload( void *pPayload, void *pBuf, int nByte, int eOp, DbPage *pDbPage ) argument
58314 i64 nByte = sqlite3BtreeGetPageSize(pFrom)*(i64)sqlite3BtreeLastPage(pFrom); local
58499 int nByte; local
58555 const int nByte = 32; local
59045 int nByte = n; /* New value for pMem->n */ local
59837 int nByte = (p->nSub+1)*sizeof(SubProgram*); local
60248 int nField, nByte; local
60747 int nByte = (nSub+1)*sizeof(SubProgram*); local
60896 allocSpace( void *pBuf, int nByte, u8 **ppFrom, u8 *pEnd, int *pnByte ) argument
60986 int nByte; /* How much extra memory is needed */ local
62372 int nByte; /* Number of bytes required for *p */ local
63315 sqlite3_aggregate_context(sqlite3_context *p, int nByte) argument
64550 int nByte; local
65025 i64 nByte; member in struct:vdbeExecUnion::OP_Concat_stack_vars
65104 i64 nByte; /* Data space required for this record */ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
65323 int nByte; /* Bytes of runtime space required for sub-program */ member in struct:vdbeExecUnion::OP_Program_stack_vars
71200 int nByte; /* Size of open blob, in bytes */ member in struct:Incrblob
71921 i64 nByte; /* Total size of PMA in bytes */ local
72306 i64 nByte = 0; /* Total bytes in all opened PMAs */ local
72336 int nByte; /* Bytes of space required for aIter/aTree */ local
75099 int nByte = dupedExprStructSize(p, flags) & 0xfff; local
75120 int nByte = 0; local
75282 int nByte; local
83403 int nByte; local
86433 contextMalloc(sqlite3_context *context, i64 nByte) argument
91986 int nByte = (wsdAutoext.nExt+1)*sizeof(wsdAutoext.aExt[0]); local
104537 int nByte; /* Byte of memory needed for pIdx */ local
114330 int nByte = nUri+2; /* Bytes of space to allocate */ local
117687 int nByte; /* Size of allocation used for *p */ local
119214 int nByte = (pCsr->nSegment + 16)*sizeof(Fts3SegReader*); local
120786 sqlite3_int64 nByte = 0; local
121877 int nByte; /* Bytes of space to allocate here */ local
122411 fts3MallocZero(int nByte) argument
122475 int nByte; /* total space to allocate */ local
122589 int nByte, iBegin, iEnd, iPos; local
122912 int nByte = 0; local
126160 int nByte = sqlite3_blob_bytes(p->pSegments); local
126218 fts3SegReaderRequire(Fts3SegReader *pReader, char *pFrom, int nByte) argument
126672 int nByte = sizeof(Fts3SegReader) + (nElem+1)*sizeof(Fts3HashElem *); local
127769 int nByte; local
128180 int nByte = sizeof(u32) * (p->nColumn+1)*3; local
129020 int nByte; /* Number of bytes of space to allocate */ local
130686 int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell; local
132124 int nByte = (pRtree->nDim+1)*(sizeof(int*)+nCell*sizeof(int)); local
134087 int nByte = 0; local
[all...]
/external/sqlite/dist/
H A Dshell.c1750 int nByte; /* Number of bytes in an SQL string */ local
1771 nByte = strlen30(zSql);
1783 zSql = malloc( nByte + 20 + nCol*2 );
1788 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO %s VALUES(?", zTable);
H A Dsqlite3.c1588 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
1591 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
2112 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
3442 ** ^If the nByte argument is less than zero, then zSql is read up to the
3443 ** first zero terminator. ^If nByte is non-negative, then it is the maximum
3444 ** number of bytes read from zSql. ^When nByte is non-negative, the
3446 ** the nByte-th byte, whichever comes first. If the caller knows
3448 ** performance advantage to be gained by passing an nByte parameter that
3510 int nByte, /* Maximum length of zSql in bytes. */
3517 int nByte, /* Maximu
10405 int nByte; /* Size in byte of text or blob. */ member in struct:IndexSample
13451 int nByte = 0; /* Used to accumulate return value */ local
13494 int nByte = 0; /* Used to accumulate return value */ local
14861 sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
14871 sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
15146 sqlite3MemMalloc(int nByte) argument
15148 sqlite3MemRealloc(void *pPrior, int nByte) argument
15286 sqlite3MemMalloc(int nByte) argument
15355 sqlite3MemRealloc(void *pPrior, int nByte) argument
15676 randomFill(char *pBuf, int nByte) argument
15699 sqlite3MemMalloc(int nByte) argument
15800 sqlite3MemRealloc(void *pPrior, int nByte) argument
16222 memsys3OutOfMemory(int nByte) argument
16341 memsys3MallocUnsafe(int nByte) argument
16917 memsys5MallocUnsafe(int nByte) argument
17133 int nByte; /* Number of bytes of memory available to this allocator */ local
18827 sqlite3MallocAlarm(int nByte) argument
20869 sqlite3Utf8CharLen(const char *zIn, int nByte) argument
20923 sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc) argument
28439 unixTruncate(sqlite3_file *id, i64 nByte) argument
28517 fcntlSizeHint(unixFile *pFile, i64 nByte) argument
29071 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ local
33065 int nByte; local
33093 int nByte; local
33123 int nByte; local
33849 winTruncate(sqlite3_file *id, sqlite3_int64 nByte) argument
34893 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ local
35510 int nByte; local
37050 pcache1Alloc(int nByte) argument
39583 pager_datahash(int nByte, unsigned char *pData) argument
41947 i64 nByte = 0; local
45868 int nByte = sizeof(u32*)*(iPage+1); local
45939 walChecksumBytes( int nativeCksum, u8 *a, int nByte, const u32 *aIn, u32 *aOut ) argument
46259 int nByte; /* Number of bytes to zero in aPgno[] */ local
46339 int nByte = (int)((u8 *)&aHash[HASHTABLE_NSLOT] - (u8 *)&aPgno[1]); local
46869 int nByte; /* Number of bytes to allocate */ local
50529 allocateSpace(MemPage *pPage, int nByte, int *pIdx) argument
53172 copyPayload( void *pPayload, void *pBuf, int nByte, int eOp, DbPage *pDbPage ) argument
58327 i64 nByte = sqlite3BtreeGetPageSize(pFrom)*(i64)sqlite3BtreeLastPage(pFrom); local
58512 int nByte; local
58568 const int nByte = 32; local
59058 int nByte = n; /* New value for pMem->n */ local
59850 int nByte = (p->nSub+1)*sizeof(SubProgram*); local
60261 int nField, nByte; local
60760 int nByte = (nSub+1)*sizeof(SubProgram*); local
60909 allocSpace( void *pBuf, int nByte, u8 **ppFrom, u8 *pEnd, int *pnByte ) argument
60999 int nByte; /* How much extra memory is needed */ local
62385 int nByte; /* Number of bytes required for *p */ local
63328 sqlite3_aggregate_context(sqlite3_context *p, int nByte) argument
64563 int nByte; local
65038 i64 nByte; member in struct:vdbeExecUnion::OP_Concat_stack_vars
65117 i64 nByte; /* Data space required for this record */ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
65336 int nByte; /* Bytes of runtime space required for sub-program */ member in struct:vdbeExecUnion::OP_Program_stack_vars
71213 int nByte; /* Size of open blob, in bytes */ member in struct:Incrblob
71934 i64 nByte; /* Total size of PMA in bytes */ local
72319 i64 nByte = 0; /* Total bytes in all opened PMAs */ local
72349 int nByte; /* Bytes of space required for aIter/aTree */ local
75112 int nByte = dupedExprStructSize(p, flags) & 0xfff; local
75133 int nByte = 0; local
75295 int nByte; local
83416 int nByte; local
86446 contextMalloc(sqlite3_context *context, i64 nByte) argument
91999 int nByte = (wsdAutoext.nExt+1)*sizeof(wsdAutoext.aExt[0]); local
104550 int nByte; /* Byte of memory needed for pIdx */ local
114343 int nByte = nUri+2; /* Bytes of space to allocate */ local
117715 int nByte; /* Size of allocation used for *p */ local
119242 int nByte = (pCsr->nSegment + 16)*sizeof(Fts3SegReader*); local
120817 sqlite3_int64 nByte = 0; local
121908 int nByte; /* Bytes of space to allocate here */ local
122442 fts3MallocZero(int nByte) argument
122506 int nByte; /* total space to allocate */ local
122620 int nByte, iBegin, iEnd, iPos; local
122943 int nByte = 0; local
126191 int nByte = sqlite3_blob_bytes(p->pSegments); local
126249 fts3SegReaderRequire(Fts3SegReader *pReader, char *pFrom, int nByte) argument
126703 int nByte = sizeof(Fts3SegReader) + (nElem+1)*sizeof(Fts3HashElem *); local
127800 int nByte; local
128211 int nByte = sizeof(u32) * (p->nColumn+1)*3; local
129051 int nByte; /* Number of bytes of space to allocate */ local
130717 int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell; local
132155 int nByte = (pRtree->nDim+1)*(sizeof(int*)+nCell*sizeof(int)); local
134118 int nByte = 0; local
[all...]

Completed in 299 milliseconds