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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/
H A Dutils.c24 size_t nByte; local
29 nByte = 1;
32 nByte += strlen(z);
36 *pz = zResult = malloc(nByte);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dutils.c24 size_t nByte; local
29 nByte = 1;
32 nByte += strlen(z);
36 *pz = zResult = malloc(nByte);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dutils.c24 size_t nByte; local
29 nByte = 1;
32 nByte += strlen(z);
36 *pz = zResult = malloc(nByte);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h802 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
805 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
2288 ** If the nByte argument is less
2290 ** If nByte is non-negative, then it is the maximum number of
2291 ** bytes read from zSql. When nByte is non-negative, the
2293 ** the nByte-th byte, whichever comes first. If the caller knows
2295 ** performance advantage to be had by passing an nByte parameter that
2358 ** {F13013} If the nByte argument to [sqlite3_prepare_v2(db,zSql,nByte,...)]
2362 ** {F13014} If the nByte argumen
[all...]
H A DsqliteInt.h2017 int sqlite3Utf8CharLen(const char *pData, int nByte);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h802 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
805 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
2288 ** If the nByte argument is less
2290 ** If nByte is non-negative, then it is the maximum number of
2291 ** bytes read from zSql. When nByte is non-negative, the
2293 ** the nByte-th byte, whichever comes first. If the caller knows
2295 ** performance advantage to be had by passing an nByte parameter that
2358 ** {F13013} If the nByte argument to [sqlite3_prepare_v2(db,zSql,nByte,...)]
2362 ** {F13014} If the nByte argumen
[all...]
H A DsqliteInt.h2017 int sqlite3Utf8CharLen(const char *pData, int nByte);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h802 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
805 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
2288 ** If the nByte argument is less
2290 ** If nByte is non-negative, then it is the maximum number of
2291 ** bytes read from zSql. When nByte is non-negative, the
2293 ** the nByte-th byte, whichever comes first. If the caller knows
2295 ** performance advantage to be had by passing an nByte parameter that
2358 ** {F13013} If the nByte argument to [sqlite3_prepare_v2(db,zSql,nByte,...)]
2362 ** {F13014} If the nByte argumen
[all...]
H A DsqliteInt.h2017 int sqlite3Utf8CharLen(const char *pData, int nByte);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h876 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
879 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
1386 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
2502 ** ^If the nByte argument is less than zero, then zSql is read up to the
2503 ** first zero terminator. ^If nByte is non-negative, then it is the maximum
2504 ** number of bytes read from zSql. ^When nByte is non-negative, the
2506 ** the nByte-th byte, whichever comes first. If the caller knows
2508 ** performance advantage to be gained by passing an nByte parameter that
2569 int nByte, /* Maximum length of zSql in bytes. */
2576 int nByte, /* Maximu
[all...]
H A Dsqlite3.c1413 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
1416 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
1923 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
3039 ** ^If the nByte argument is less than zero, then zSql is read up to the
3040 ** first zero terminator. ^If nByte is non-negative, then it is the maximum
3041 ** number of bytes read from zSql. ^When nByte is non-negative, the
3043 ** the nByte-th byte, whichever comes first. If the caller knows
3045 ** performance advantage to be gained by passing an nByte parameter that
3106 int nByte, /* Maximum length of zSql in bytes. */
3113 int nByte, /* Maximu
9289 u8 nByte; /* Size in byte of text or blob. */ member in struct:IndexSample
12177 int nByte = 0; /* Used to accumulate return value */ local
12218 int nByte = 0; /* Used to accumulate return value */ local
13505 sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
13515 sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
13784 sqlite3MemMalloc(int nByte) argument
13786 sqlite3MemRealloc(void *pPrior, int nByte) argument
13851 sqlite3MemMalloc(int nByte) argument
13903 sqlite3MemRealloc(void *pPrior, int nByte) argument
14184 randomFill(char *pBuf, int nByte) argument
14207 sqlite3MemMalloc(int nByte) argument
14308 sqlite3MemRealloc(void *pPrior, int nByte) argument
14729 memsys3OutOfMemory(int nByte) argument
14848 memsys3MallocUnsafe(int nByte) argument
15424 memsys5MallocUnsafe(int nByte) argument
15640 int nByte; /* Number of bytes of memory available to this allocator */ local
17301 sqlite3MallocAlarm(int nByte) argument
19385 sqlite3Utf8CharLen(const char *zIn, int nByte) argument
19439 sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc) argument
25598 unixTruncate(sqlite3_file *id, i64 nByte) argument
25678 fcntlSizeHint(unixFile *pFile, i64 nByte) argument
26143 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ local
29329 int nByte; local
29354 int nByte; local
29379 int nByte; local
29913 winTruncate(sqlite3_file *id, sqlite3_int64 nByte) argument
30861 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ local
31451 int nByte; local
32447 int nByte; local
32966 pcache1Alloc(int nByte) argument
33040 int nByte = sizeof(PgHdr1) + pCache->szPage; local
35292 pager_datahash(int nByte, unsigned char *pData) argument
37545 i64 nByte = 0; local
41318 int nByte = sizeof(u32*)*(iPage+1); local
41380 walChecksumBytes( int nativeCksum, u8 *a, int nByte, const u32 *aIn, u32 *aOut ) argument
41694 int nByte; /* Number of bytes to zero in aPgno[] */ local
41774 int nByte = (int)((u8 *)&aHash[HASHTABLE_NSLOT] - (u8 *)&aPgno[1]); local
42242 int nByte; /* Number of bytes to allocate */ local
45682 allocateSpace(MemPage *pPage, int nByte, int *pIdx) argument
48257 copyPayload( void *pPayload, void *pBuf, int nByte, int eOp, DbPage *pDbPage ) argument
53425 int nByte; local
53481 const int nByte = 32; local
53959 int nByte = n; /* New value for pMem->n */ local
54715 int nByte = (p->nSub+1)*sizeof(SubProgram*); local
55125 int nField, nByte; local
55560 int nByte = (nSub+1)*sizeof(SubProgram*); local
55710 allocSpace( void *pBuf, int nByte, u8 **ppFrom, u8 *pEnd, int *pnByte ) argument
55787 int nByte; /* How much extra memory needed */ local
57159 int nByte; /* Memory space needed to hold p, in bytes */ local
58086 sqlite3_aggregate_context(sqlite3_context *p, int nByte) argument
59183 int nByte; local
59668 i64 nByte; member in struct:vdbeExecUnion::OP_Concat_stack_vars
59744 i64 nByte; /* Data space required for this record */ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
59952 int nByte; /* Bytes of runtime space required for sub-program */ member in struct:vdbeExecUnion::OP_Program_stack_vars
65491 int nByte; /* Size of open blob, in bytes */ member in struct:Incrblob
68394 int nByte = dupedExprStructSize(p, flags) & 0xfff; local
68415 int nByte = 0; local
68576 int nByte; local
75865 int nByte; local
78810 contextMalloc(sqlite3_context *context, i64 nByte) argument
84188 int nByte = (wsdAutoext.nExt+1)*sizeof(wsdAutoext.aExt[0]); local
95949 int nByte; /* Byte of memory needed for pIdx */ local
107436 int nByte; /* Size of allocation used for *p */ local
109661 int nByte; /* total space to allocate */ local
109747 int nByte = sizeof(Fts3Expr) + sizeof(Fts3Phrase); local
109778 int nByte = sizeof(Fts3Expr) + sizeof(Fts3Phrase); local
110068 int nByte = 0; local
113270 int nByte = sizeof(Fts3SegReader) + (nElem+1)*sizeof(Fts3HashElem *); local
114213 int nByte; local
115235 int nByte; /* Number of bytes of space to allocate */ local
116460 int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell; local
117745 int nByte = (pRtree->nDim+1)*(sizeof(int*)+nCell*sizeof(int)); local
119562 int nByte = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h876 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
879 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
1386 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
2502 ** ^If the nByte argument is less than zero, then zSql is read up to the
2503 ** first zero terminator. ^If nByte is non-negative, then it is the maximum
2504 ** number of bytes read from zSql. ^When nByte is non-negative, the
2506 ** the nByte-th byte, whichever comes first. If the caller knows
2508 ** performance advantage to be gained by passing an nByte parameter that
2569 int nByte, /* Maximum length of zSql in bytes. */
2576 int nByte, /* Maximu
[all...]
H A Dsqlite3.c1413 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
1416 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
1923 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
3039 ** ^If the nByte argument is less than zero, then zSql is read up to the
3040 ** first zero terminator. ^If nByte is non-negative, then it is the maximum
3041 ** number of bytes read from zSql. ^When nByte is non-negative, the
3043 ** the nByte-th byte, whichever comes first. If the caller knows
3045 ** performance advantage to be gained by passing an nByte parameter that
3106 int nByte, /* Maximum length of zSql in bytes. */
3113 int nByte, /* Maximu
9289 u8 nByte; /* Size in byte of text or blob. */ member in struct:IndexSample
12177 int nByte = 0; /* Used to accumulate return value */ local
12218 int nByte = 0; /* Used to accumulate return value */ local
13505 sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
13515 sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
13784 sqlite3MemMalloc(int nByte) argument
13786 sqlite3MemRealloc(void *pPrior, int nByte) argument
13851 sqlite3MemMalloc(int nByte) argument
13903 sqlite3MemRealloc(void *pPrior, int nByte) argument
14184 randomFill(char *pBuf, int nByte) argument
14207 sqlite3MemMalloc(int nByte) argument
14308 sqlite3MemRealloc(void *pPrior, int nByte) argument
14729 memsys3OutOfMemory(int nByte) argument
14848 memsys3MallocUnsafe(int nByte) argument
15424 memsys5MallocUnsafe(int nByte) argument
15640 int nByte; /* Number of bytes of memory available to this allocator */ local
17301 sqlite3MallocAlarm(int nByte) argument
19385 sqlite3Utf8CharLen(const char *zIn, int nByte) argument
19439 sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc) argument
25598 unixTruncate(sqlite3_file *id, i64 nByte) argument
25678 fcntlSizeHint(unixFile *pFile, i64 nByte) argument
26143 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ local
29329 int nByte; local
29354 int nByte; local
29379 int nByte; local
29913 winTruncate(sqlite3_file *id, sqlite3_int64 nByte) argument
30861 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ local
31451 int nByte; local
32447 int nByte; local
32966 pcache1Alloc(int nByte) argument
33040 int nByte = sizeof(PgHdr1) + pCache->szPage; local
35292 pager_datahash(int nByte, unsigned char *pData) argument
37545 i64 nByte = 0; local
41318 int nByte = sizeof(u32*)*(iPage+1); local
41380 walChecksumBytes( int nativeCksum, u8 *a, int nByte, const u32 *aIn, u32 *aOut ) argument
41694 int nByte; /* Number of bytes to zero in aPgno[] */ local
41774 int nByte = (int)((u8 *)&aHash[HASHTABLE_NSLOT] - (u8 *)&aPgno[1]); local
42242 int nByte; /* Number of bytes to allocate */ local
45682 allocateSpace(MemPage *pPage, int nByte, int *pIdx) argument
48257 copyPayload( void *pPayload, void *pBuf, int nByte, int eOp, DbPage *pDbPage ) argument
53425 int nByte; local
53481 const int nByte = 32; local
53959 int nByte = n; /* New value for pMem->n */ local
54715 int nByte = (p->nSub+1)*sizeof(SubProgram*); local
55125 int nField, nByte; local
55560 int nByte = (nSub+1)*sizeof(SubProgram*); local
55710 allocSpace( void *pBuf, int nByte, u8 **ppFrom, u8 *pEnd, int *pnByte ) argument
55787 int nByte; /* How much extra memory needed */ local
57159 int nByte; /* Memory space needed to hold p, in bytes */ local
58086 sqlite3_aggregate_context(sqlite3_context *p, int nByte) argument
59183 int nByte; local
59668 i64 nByte; member in struct:vdbeExecUnion::OP_Concat_stack_vars
59744 i64 nByte; /* Data space required for this record */ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
59952 int nByte; /* Bytes of runtime space required for sub-program */ member in struct:vdbeExecUnion::OP_Program_stack_vars
65491 int nByte; /* Size of open blob, in bytes */ member in struct:Incrblob
68394 int nByte = dupedExprStructSize(p, flags) & 0xfff; local
68415 int nByte = 0; local
68576 int nByte; local
75865 int nByte; local
78810 contextMalloc(sqlite3_context *context, i64 nByte) argument
84188 int nByte = (wsdAutoext.nExt+1)*sizeof(wsdAutoext.aExt[0]); local
95949 int nByte; /* Byte of memory needed for pIdx */ local
107436 int nByte; /* Size of allocation used for *p */ local
109661 int nByte; /* total space to allocate */ local
109747 int nByte = sizeof(Fts3Expr) + sizeof(Fts3Phrase); local
109778 int nByte = sizeof(Fts3Expr) + sizeof(Fts3Phrase); local
110068 int nByte = 0; local
113270 int nByte = sizeof(Fts3SegReader) + (nElem+1)*sizeof(Fts3HashElem *); local
114213 int nByte; local
115235 int nByte; /* Number of bytes of space to allocate */ local
116460 int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell; local
117745 int nByte = (pRtree->nDim+1)*(sizeof(int*)+nCell*sizeof(int)); local
119562 int nByte = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h876 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
879 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
1386 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
2502 ** ^If the nByte argument is less than zero, then zSql is read up to the
2503 ** first zero terminator. ^If nByte is non-negative, then it is the maximum
2504 ** number of bytes read from zSql. ^When nByte is non-negative, the
2506 ** the nByte-th byte, whichever comes first. If the caller knows
2508 ** performance advantage to be gained by passing an nByte parameter that
2569 int nByte, /* Maximum length of zSql in bytes. */
2576 int nByte, /* Maximu
[all...]
H A Dsqlite3.c1413 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
1416 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
1923 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
3039 ** ^If the nByte argument is less than zero, then zSql is read up to the
3040 ** first zero terminator. ^If nByte is non-negative, then it is the maximum
3041 ** number of bytes read from zSql. ^When nByte is non-negative, the
3043 ** the nByte-th byte, whichever comes first. If the caller knows
3045 ** performance advantage to be gained by passing an nByte parameter that
3106 int nByte, /* Maximum length of zSql in bytes. */
3113 int nByte, /* Maximu
9289 u8 nByte; /* Size in byte of text or blob. */ member in struct:IndexSample
12177 int nByte = 0; /* Used to accumulate return value */ local
12218 int nByte = 0; /* Used to accumulate return value */ local
13505 sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
13515 sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
13784 sqlite3MemMalloc(int nByte) argument
13786 sqlite3MemRealloc(void *pPrior, int nByte) argument
13851 sqlite3MemMalloc(int nByte) argument
13903 sqlite3MemRealloc(void *pPrior, int nByte) argument
14184 randomFill(char *pBuf, int nByte) argument
14207 sqlite3MemMalloc(int nByte) argument
14308 sqlite3MemRealloc(void *pPrior, int nByte) argument
14729 memsys3OutOfMemory(int nByte) argument
14848 memsys3MallocUnsafe(int nByte) argument
15424 memsys5MallocUnsafe(int nByte) argument
15640 int nByte; /* Number of bytes of memory available to this allocator */ local
17301 sqlite3MallocAlarm(int nByte) argument
19385 sqlite3Utf8CharLen(const char *zIn, int nByte) argument
19439 sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc) argument
25598 unixTruncate(sqlite3_file *id, i64 nByte) argument
25678 fcntlSizeHint(unixFile *pFile, i64 nByte) argument
26143 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ local
29329 int nByte; local
29354 int nByte; local
29379 int nByte; local
29913 winTruncate(sqlite3_file *id, sqlite3_int64 nByte) argument
30861 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ local
31451 int nByte; local
32447 int nByte; local
32966 pcache1Alloc(int nByte) argument
33040 int nByte = sizeof(PgHdr1) + pCache->szPage; local
35292 pager_datahash(int nByte, unsigned char *pData) argument
37545 i64 nByte = 0; local
41318 int nByte = sizeof(u32*)*(iPage+1); local
41380 walChecksumBytes( int nativeCksum, u8 *a, int nByte, const u32 *aIn, u32 *aOut ) argument
41694 int nByte; /* Number of bytes to zero in aPgno[] */ local
41774 int nByte = (int)((u8 *)&aHash[HASHTABLE_NSLOT] - (u8 *)&aPgno[1]); local
42242 int nByte; /* Number of bytes to allocate */ local
45682 allocateSpace(MemPage *pPage, int nByte, int *pIdx) argument
48257 copyPayload( void *pPayload, void *pBuf, int nByte, int eOp, DbPage *pDbPage ) argument
53425 int nByte; local
53481 const int nByte = 32; local
53959 int nByte = n; /* New value for pMem->n */ local
54715 int nByte = (p->nSub+1)*sizeof(SubProgram*); local
55125 int nField, nByte; local
55560 int nByte = (nSub+1)*sizeof(SubProgram*); local
55710 allocSpace( void *pBuf, int nByte, u8 **ppFrom, u8 *pEnd, int *pnByte ) argument
55787 int nByte; /* How much extra memory needed */ local
57159 int nByte; /* Memory space needed to hold p, in bytes */ local
58086 sqlite3_aggregate_context(sqlite3_context *p, int nByte) argument
59183 int nByte; local
59668 i64 nByte; member in struct:vdbeExecUnion::OP_Concat_stack_vars
59744 i64 nByte; /* Data space required for this record */ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
59952 int nByte; /* Bytes of runtime space required for sub-program */ member in struct:vdbeExecUnion::OP_Program_stack_vars
65491 int nByte; /* Size of open blob, in bytes */ member in struct:Incrblob
68394 int nByte = dupedExprStructSize(p, flags) & 0xfff; local
68415 int nByte = 0; local
68576 int nByte; local
75865 int nByte; local
78810 contextMalloc(sqlite3_context *context, i64 nByte) argument
84188 int nByte = (wsdAutoext.nExt+1)*sizeof(wsdAutoext.aExt[0]); local
95949 int nByte; /* Byte of memory needed for pIdx */ local
107436 int nByte; /* Size of allocation used for *p */ local
109661 int nByte; /* total space to allocate */ local
109747 int nByte = sizeof(Fts3Expr) + sizeof(Fts3Phrase); local
109778 int nByte = sizeof(Fts3Expr) + sizeof(Fts3Phrase); local
110068 int nByte = 0; local
113270 int nByte = sizeof(Fts3SegReader) + (nElem+1)*sizeof(Fts3HashElem *); local
114213 int nByte; local
115235 int nByte; /* Number of bytes of space to allocate */ local
116460 int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell; local
117745 int nByte = (pRtree->nDim+1)*(sizeof(int*)+nCell*sizeof(int)); local
119562 int nByte = 0; local
[all...]

Completed in 1000 milliseconds