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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dshell.c2485 int nByte; /* Number of bytes in an SQL string */ local
H A Dsqlite3.c8952 u8 nByte; /* Size in byte of text or blob. */ member in struct:IndexSample
12173 sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
12183 sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
12444 sqlite3MemMalloc(int nByte) argument
12446 sqlite3MemRealloc(void *pPrior, int nByte) argument
12511 sqlite3MemMalloc(int nByte) argument
12548 sqlite3MemRealloc(void *pPrior, int nByte) argument
12836 randomFill(char *pBuf, int nByte) argument
12859 sqlite3MemMalloc(int nByte) argument
12958 sqlite3MemRealloc(void *pPrior, int nByte) argument
13323 memsys3OutOfMemory(int nByte) argument
13442 memsys3MallocUnsafe(int nByte) argument
14018 memsys5MallocUnsafe(int nByte) argument
14230 int nByte; /* Number of bytes of memory available to this allocator */ local
15792 sqlite3MallocAlarm(int nByte) argument
18212 sqlite3Utf8CharLen(const char *zIn, int nByte) argument
18266 sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte) argument
24586 unixTruncate(sqlite3_file *id, i64 nByte) argument
27295 int nByte; local
27320 int nByte; local
27345 int nByte; local
27849 winTruncate(sqlite3_file *id, sqlite3_int64 nByte) argument
28683 int nByte; local
29657 int nByte; local
30168 pcache1Alloc(int nByte) argument
30219 int nByte = sizeof(PgHdr1) + pCache->szPage; local
31762 pager_datahash(int nByte, unsigned char *pData) argument
38700 allocateSpace(MemPage *pPage, int nByte, int *pIdx) argument
41188 copyPayload( void *pPayload, void *pBuf, int nByte, int eOp, DbPage *pDbPage ) argument
46189 int nByte; local
46245 const int nByte = 32; local
46711 int nByte = n; /* New value for pMem->n */ local
47453 int nByte = (p->nSub+1)*sizeof(SubProgram*); local
47875 int nField, nByte; local
48295 int nByte = (nSub+1)*sizeof(SubProgram*); local
48445 allocSpace( void *pBuf, int nByte, u8 **ppFrom, u8 *pEnd, int *pnByte ) argument
48522 int nByte; /* How much extra memory needed */ local
49860 int nByte; /* Memory space needed to hold p, in bytes */ local
50737 sqlite3_aggregate_context(sqlite3_context *p, int nByte) argument
51830 int nByte; local
52307 i64 nByte; member in struct:vdbeExecUnion::OP_Concat_stack_vars
52381 i64 nByte; /* Data space required for this record */ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
52589 int nByte; /* Bytes of runtime space required for sub-program */ member in struct:vdbeExecUnion::OP_Program_stack_vars
58043 int nByte; /* Size of open blob, in bytes */ member in struct:Incrblob
60934 int nByte = dupedExprStructSize(p, flags) & 0xfff; local
60955 int nByte = 0; local
61116 int nByte; local
68367 int nByte; local
71296 contextMalloc(sqlite3_context *context, i64 nByte) argument
76603 int nByte = (wsdAutoext.nExt+1)*sizeof(wsdAutoext.aExt[0]); local
99009 int nByte; /* Size of allocation used for *p */ local
101041 int nByte; /* total space to allocate */ local
101127 int nByte = sizeof(Fts3Expr) + sizeof(Fts3Phrase); local
101158 int nByte = sizeof(Fts3Expr) + sizeof(Fts3Phrase); local
101448 int nByte = 0; local
104606 int nByte = sizeof(Fts3SegReader) + (nElem+1)*sizeof(Fts3HashElem *); local
105549 int nByte; local
105928 short int nByte; /* Number of bytes in the term */ member in struct:Snippet::snippetMatch
107709 int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell; local
108995 int nByte = (pRtree->nDim+1)*(sizeof(int*)+nCell*sizeof(int)); local
110786 int nByte = 0; local
[all...]

Completed in 469 milliseconds