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

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_util.cpp237 int nByte = bsUri.GetLength(); local
238 for (int j = 0; j < nByte; j++) {
/external/pdfium/fpdfsdk/src/javascript/
H A Dutil.cpp639 int nByte = params[0].ToInt(); local
640 unsigned char cByte = (unsigned char)nByte;
/external/sqlite/dist/orig/
H A Dshell.c2951 int nByte; /* Number of bytes in an SQL string */ local
3029 nByte = strlen30(zSql);
3070 zSql = sqlite3_malloc64( nByte*2 + 20 + nCol*2 );
3076 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO \"%w\" VALUES(?", zTable);
H A Dsqlite3.c1389 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
1392 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
2004 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
2019 #define SQLITE_CONFIG_WIN32_HEAPSIZE 23 /* int nByte */
3433 ** ^If the nByte argument is negative, then zSql is read up to the
3434 ** first zero terminator. ^If nByte is positive, then it is the
3435 ** number of bytes read from zSql. ^If nByte is zero, then no prepared
3438 ** there is a small performance advantage to passing an nByte parameter that
3499 int nByte, /* Maximum length of zSql in bytes. */
3506 int nByte, /* Maximu
15222 int nByte = 0; /* Used to accumulate return value */ local
15265 int nByte = 0; /* Used to accumulate return value */ local
16692 sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
16702 sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
16981 sqlite3MemMalloc(int nByte) argument
16983 sqlite3MemRealloc(void *pPrior, int nByte) argument
17137 sqlite3MemMalloc(int nByte) argument
17206 sqlite3MemRealloc(void *pPrior, int nByte) argument
17527 randomFill(char *pBuf, int nByte) argument
17550 sqlite3MemMalloc(int nByte) argument
17651 sqlite3MemRealloc(void *pPrior, int nByte) argument
18073 memsys3OutOfMemory(int nByte) argument
18192 memsys3MallocUnsafe(int nByte) argument
18749 memsys5MallocUnsafe(int nByte) argument
18979 int nByte; /* Number of bytes of memory available to this allocator */ local
20766 sqlite3MallocAlarm(int nByte) argument
23277 sqlite3Utf8CharLen(const char *zIn, int nByte) argument
23331 sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc) argument
29060 unixTruncate(sqlite3_file *id, i64 nByte) argument
29148 fcntlSizeHint(unixFile *pFile, i64 nByte) argument
29888 int nByte = nReqRegion*szRegion; /* Minimum required file size */ local
30290 unixMapfile(unixFile *pFd, i64 nByte) argument
34843 int nByte; local
34871 int nByte; local
34901 int nByte; local
35903 winTruncate(sqlite3_file *id, sqlite3_int64 nByte) argument
37103 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ local
37269 winMapfile(winFile *pFd, sqlite3_int64 nByte) argument
40120 pcache1Alloc(int nByte) argument
42810 pager_datahash(int nByte, unsigned char *pData) argument
45254 i64 nByte = 0; local
49425 int nByte = sizeof(u32*)*(iPage+1); local
49496 walChecksumBytes( int nativeCksum, u8 *a, int nByte, const u32 *aIn, u32 *aOut ) argument
49817 int nByte; /* Number of bytes to zero in aPgno[] */ local
49897 int nByte = (int)((u8 *)&aHash[HASHTABLE_NSLOT] - (u8 *)&aPgno[1]); local
50429 int nByte; /* Number of bytes to allocate */ local
54311 pageFindSlot(MemPage *pPg, int nByte, int *pRc, int *pbDefrag) argument
54373 allocateSpace(MemPage *pPage, int nByte, int *pIdx) argument
57190 copyPayload( void *pPayload, void *pBuf, int nByte, int eOp, DbPage *pDbPage ) argument
63046 i64 nByte = sqlite3BtreeGetPageSize(pFrom)*(i64)sqlite3BtreeLastPage(pFrom); local
63305 int nByte; local
63371 const int nByte = 32; local
63943 int nByte = n; /* New value for pMem->n */ local
64190 int nByte; /* Bytes of space to allocate */ local
65140 int nByte = (p->nSub+1)*sizeof(SubProgram*); local
65397 int nByte = (p->nScan+1) * sizeof(ScanStatus); local
66215 int nByte = (nSub+1)*sizeof(SubProgram*); local
66359 allocSpace( void *pBuf, int nByte, u8 **ppFrom, u8 *pEnd, int *pnByte ) argument
66449 int nByte; /* How much extra memory is needed */ local
67974 int nByte; /* Number of bytes required for *p */ local
69659 createAggContext(sqlite3_context *p, int nByte) argument
69681 sqlite3_aggregate_context(sqlite3_context *p, int nByte) argument
70944 int nByte; local
72202 i64 nByte; local
73436 i64 nByte; /* Data space required for this record */ local
76238 int nByte; /* Bytes of runtime space required for sub-program */ local
77449 int nByte; /* Size of open blob, in bytes */ member in struct:Incrblob
78384 vdbePmaReadBlob( PmaReader *p, int nByte, u8 **ppOut ) argument
78638 u64 nByte; /* Size of PMA in bytes */ local
79064 int nByte; /* Total bytes of space to allocate */ local
79169 vdbeSorterExtendFile(sqlite3 *db, sqlite3_file *pFd, i64 nByte) argument
79413 int nByte; local
83618 int nByte = dupedExprStructSize(p, flags) & 0xfff; local
83639 int nByte = 0; local
83749 int nByte = sizeof(*p) + sizeof(p->a[0]) * (p->nCte-1); local
83826 int nByte; local
89753 int nByte; /* Bytes of space required */ local
92396 int nByte; local
93373 int nByte; local
93597 int nByte; /* Bytes of space for Index object + arrays */ local
95064 int nByte = sizeof(*pWith) + (sizeof(pWith->a[1]) * pWith->nCte); local
96821 contextMalloc(sqlite3_context *context, i64 nByte) argument
103021 u64 nByte = (wsdAutoext.nExt+1)*sizeof(wsdAutoext.aExt[0]); local
130425 u64 nByte = nUri+2; /* Bytes of space to allocate */ local
134115 int nByte; /* Size of allocation used for *p */ local
135775 int nByte = (pCsr->nSegment + 16)*sizeof(Fts3SegReader*); local
137537 int nByte = a[p->nToken-1].nList; local
137741 sqlite3_int64 nByte = 0; local
138957 int nByte; /* Bytes of space to allocate here */ local
139565 fts3MallocZero(int nByte) argument
139641 int nByte; /* total space to allocate */ local
139756 int nByte = 0, iBegin = 0, iEnd = 0, iPos = 0; local
140067 int nByte = 0; local
142621 int nByte = 0; local
142851 int nByte = sqlite3_value_bytes(apVal[0]); local
144171 int nByte = sqlite3_blob_bytes(p->pSegments); local
144229 fts3SegReaderRequire(Fts3SegReader *pReader, char *pFrom, int nByte) argument
144688 int nByte = sizeof(Fts3SegReader) + (nElem+1)*sizeof(Fts3HashElem *); local
145872 int nByte; local
146460 int nByte = sizeof(u32) * (p->nColumn+1)*3; local
146527 int nByte; /* Bytes allocated at pCsr->apSegment[] */ local
149039 int nByte; /* Number of bytes of space to allocate */ local
151586 int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell; local
153081 int nByte = (pRtree->nDim+1)*(sizeof(int*)+nCell*sizeof(int)); local
155141 int nByte = 0; local
[all...]
/external/sqlite/dist/
H A Dshell.c2973 int nByte; /* Number of bytes in an SQL string */ local
3051 nByte = strlen30(zSql);
3092 zSql = sqlite3_malloc64( nByte*2 + 20 + nCol*2 );
3098 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO \"%w\" VALUES(?", zTable);
H A Dsqlite3.c1389 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
1392 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
2004 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
2019 #define SQLITE_CONFIG_WIN32_HEAPSIZE 23 /* int nByte */
3433 ** ^If the nByte argument is negative, then zSql is read up to the
3434 ** first zero terminator. ^If nByte is positive, then it is the
3435 ** number of bytes read from zSql. ^If nByte is zero, then no prepared
3438 ** there is a small performance advantage to passing an nByte parameter that
3499 int nByte, /* Maximum length of zSql in bytes. */
3506 int nByte, /* Maximu
15222 int nByte = 0; /* Used to accumulate return value */ local
15265 int nByte = 0; /* Used to accumulate return value */ local
16692 sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
16702 sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut) argument
16981 sqlite3MemMalloc(int nByte) argument
16983 sqlite3MemRealloc(void *pPrior, int nByte) argument
17137 sqlite3MemMalloc(int nByte) argument
17206 sqlite3MemRealloc(void *pPrior, int nByte) argument
17527 randomFill(char *pBuf, int nByte) argument
17550 sqlite3MemMalloc(int nByte) argument
17651 sqlite3MemRealloc(void *pPrior, int nByte) argument
18073 memsys3OutOfMemory(int nByte) argument
18192 memsys3MallocUnsafe(int nByte) argument
18749 memsys5MallocUnsafe(int nByte) argument
18979 int nByte; /* Number of bytes of memory available to this allocator */ local
20766 sqlite3MallocAlarm(int nByte) argument
23277 sqlite3Utf8CharLen(const char *zIn, int nByte) argument
23331 sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc) argument
29078 unixTruncate(sqlite3_file *id, i64 nByte) argument
29166 fcntlSizeHint(unixFile *pFile, i64 nByte) argument
29906 int nByte = nReqRegion*szRegion; /* Minimum required file size */ local
30308 unixMapfile(unixFile *pFd, i64 nByte) argument
34861 int nByte; local
34889 int nByte; local
34919 int nByte; local
35921 winTruncate(sqlite3_file *id, sqlite3_int64 nByte) argument
37121 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ local
37287 winMapfile(winFile *pFd, sqlite3_int64 nByte) argument
40138 pcache1Alloc(int nByte) argument
42828 pager_datahash(int nByte, unsigned char *pData) argument
45272 i64 nByte = 0; local
49443 int nByte = sizeof(u32*)*(iPage+1); local
49514 walChecksumBytes( int nativeCksum, u8 *a, int nByte, const u32 *aIn, u32 *aOut ) argument
49835 int nByte; /* Number of bytes to zero in aPgno[] */ local
49915 int nByte = (int)((u8 *)&aHash[HASHTABLE_NSLOT] - (u8 *)&aPgno[1]); local
50447 int nByte; /* Number of bytes to allocate */ local
54329 pageFindSlot(MemPage *pPg, int nByte, int *pRc, int *pbDefrag) argument
54391 allocateSpace(MemPage *pPage, int nByte, int *pIdx) argument
57208 copyPayload( void *pPayload, void *pBuf, int nByte, int eOp, DbPage *pDbPage ) argument
63064 i64 nByte = sqlite3BtreeGetPageSize(pFrom)*(i64)sqlite3BtreeLastPage(pFrom); local
63323 int nByte; local
63389 const int nByte = 32; local
63961 int nByte = n; /* New value for pMem->n */ local
64208 int nByte; /* Bytes of space to allocate */ local
65158 int nByte = (p->nSub+1)*sizeof(SubProgram*); local
65415 int nByte = (p->nScan+1) * sizeof(ScanStatus); local
66233 int nByte = (nSub+1)*sizeof(SubProgram*); local
66377 allocSpace( void *pBuf, int nByte, u8 **ppFrom, u8 *pEnd, int *pnByte ) argument
66467 int nByte; /* How much extra memory is needed */ local
67992 int nByte; /* Number of bytes required for *p */ local
69677 createAggContext(sqlite3_context *p, int nByte) argument
69699 sqlite3_aggregate_context(sqlite3_context *p, int nByte) argument
70962 int nByte; local
72220 i64 nByte; local
73454 i64 nByte; /* Data space required for this record */ local
76256 int nByte; /* Bytes of runtime space required for sub-program */ local
77467 int nByte; /* Size of open blob, in bytes */ member in struct:Incrblob
78402 vdbePmaReadBlob( PmaReader *p, int nByte, u8 **ppOut ) argument
78656 u64 nByte; /* Size of PMA in bytes */ local
79082 int nByte; /* Total bytes of space to allocate */ local
79187 vdbeSorterExtendFile(sqlite3 *db, sqlite3_file *pFd, i64 nByte) argument
79431 int nByte; local
83636 int nByte = dupedExprStructSize(p, flags) & 0xfff; local
83657 int nByte = 0; local
83767 int nByte = sizeof(*p) + sizeof(p->a[0]) * (p->nCte-1); local
83844 int nByte; local
89771 int nByte; /* Bytes of space required */ local
92414 int nByte; local
93391 int nByte; local
93615 int nByte; /* Bytes of space for Index object + arrays */ local
95082 int nByte = sizeof(*pWith) + (sizeof(pWith->a[1]) * pWith->nCte); local
96839 contextMalloc(sqlite3_context *context, i64 nByte) argument
103039 u64 nByte = (wsdAutoext.nExt+1)*sizeof(wsdAutoext.aExt[0]); local
130443 u64 nByte = nUri+2; /* Bytes of space to allocate */ local
134133 int nByte; /* Size of allocation used for *p */ local
135793 int nByte = (pCsr->nSegment + 16)*sizeof(Fts3SegReader*); local
137567 int nByte = a[p->nToken-1].nList; local
137771 sqlite3_int64 nByte = 0; local
138987 int nByte; /* Bytes of space to allocate here */ local
139595 fts3MallocZero(int nByte) argument
139671 int nByte; /* total space to allocate */ local
139786 int nByte = 0, iBegin = 0, iEnd = 0, iPos = 0; local
140097 int nByte = 0; local
142651 int nByte = 0; local
142881 int nByte = sqlite3_value_bytes(apVal[0]); local
144201 int nByte = sqlite3_blob_bytes(p->pSegments); local
144259 fts3SegReaderRequire(Fts3SegReader *pReader, char *pFrom, int nByte) argument
144718 int nByte = sizeof(Fts3SegReader) + (nElem+1)*sizeof(Fts3HashElem *); local
145902 int nByte; local
146490 int nByte = sizeof(u32) * (p->nColumn+1)*3; local
146557 int nByte; /* Bytes allocated at pCsr->apSegment[] */ local
149069 int nByte; /* Number of bytes of space to allocate */ local
151616 int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell; local
153111 int nByte = (pRtree->nDim+1)*(sizeof(int*)+nCell*sizeof(int)); local
155171 int nByte = 0; local
[all...]

Completed in 467 milliseconds