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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/
H A Dcompress.c243 Int32 nGroups, nBytes; local
503 nBytes = s->numZ;
514 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
518 nBytes = s->numZ;
526 VPrintf1( "selectors %d, ", s->numZ-nBytes );
529 nBytes = s->numZ;
542 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
545 nBytes = s->numZ;
597 VPrintf1( "codes %d\n", s->numZ-nBytes );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3ext.h35 void * (*aggregate_context)(sqlite3_context*,int nBytes);
H A Dsqlite3.h789 ** The xRandomness() function attempts to return nBytes bytes
3345 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3.c1313 ** The xRandomness() function attempts to return nBytes bytes
3869 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
13321 ** Called when we are unable to satisfy an allocation of nBytes.
13436 ** Return a block of memory of at least nBytes in size.
13585 ** Allocate nBytes of memory.
13587 static void *memsys3Malloc(int nBytes){ argument
13589 assert( nBytes>0 ); /* malloc.c filters out 0 byte requests */
13591 p = memsys3MallocUnsafe(nBytes);
13609 void *memsys3Realloc(void *pPrior, int nBytes){ argument
13613 return sqlite3_malloc(nBytes);
14132 memsys5Malloc(int nBytes) argument
14167 memsys5Realloc(void *pPrior, int nBytes) argument
16042 sqlite3Realloc(void *pOld, int nBytes) argument
45299 sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)) argument
66278 int nBytes; local
69893 int nBytes = sizeof(KeyInfo) + (nCol-1)*sizeof(CollSeq*) + nCol; local
78637 sqlite3Prepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pReprepare, sqlite3_stmt **ppStmt, const char **pzTail ) argument
78810 sqlite3LockAndPrepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pOld, sqlite3_stmt **ppStmt, const char **pzTail ) argument
78882 sqlite3_prepare( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
78894 sqlite3_prepare_v2( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
78912 sqlite3Prepare16( sqlite3 *db, const void *zSql, int nBytes, int saveSqlFlag, sqlite3_stmt **ppStmt, const void **pzTail ) argument
78962 sqlite3_prepare16( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
78974 sqlite3_prepare16_v2( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
85796 int nBytes = sizeof(char *)*(1+pTable->nModuleArg); local
86132 int nBytes = sizeof(sqlite3_vtab *) * (db->nVTrans + ARRAY_INCR); local
103382 int nBytes; /* size of the input */ member in struct:simple_tokenizer_cursor
103449 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
[all...]

Completed in 317 milliseconds