Searched refs:nBytes (Results 26 - 37 of 37) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h779 ** The xRandomness() function attempts to return nBytes bytes
2363 ** and its variants is non-negative, then at most nBytes bytes
3722 ** is called for a particular aggregate, SQLite allocates nBytes of memory
3761 void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h779 ** The xRandomness() function attempts to return nBytes bytes
2363 ** and its variants is non-negative, then at most nBytes bytes
3722 ** is called for a particular aggregate, SQLite allocates nBytes of memory
3761 void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h847 ** The xRandomness() function attempts to return nBytes bytes
3490 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3.c1384 ** The xRandomness() function attempts to return nBytes bytes
4027 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
14727 ** Called when we are unable to satisfy an allocation of nBytes.
14842 ** Return a block of memory of at least nBytes in size.
14991 ** Allocate nBytes of memory.
14993 static void *memsys3Malloc(int nBytes){ argument
14995 assert( nBytes>0 ); /* malloc.c filters out 0 byte requests */
14997 p = memsys3MallocUnsafe(nBytes);
15015 void *memsys3Realloc(void *pPrior, int nBytes){ argument
15019 return sqlite3_malloc(nBytes);
15542 memsys5Malloc(int nBytes) argument
15577 memsys5Realloc(void *pPrior, int nBytes) argument
17575 sqlite3Realloc(void *pOld, int nBytes) argument
52476 sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)) argument
73796 int nBytes; local
77395 int nBytes = sizeof(KeyInfo) + (nCol-1)*sizeof(CollSeq*) + nCol; local
86300 sqlite3Prepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pReprepare, sqlite3_stmt **ppStmt, const char **pzTail ) argument
86463 sqlite3LockAndPrepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pOld, sqlite3_stmt **ppStmt, const char **pzTail ) argument
86535 sqlite3_prepare( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
86547 sqlite3_prepare_v2( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
86565 sqlite3Prepare16( sqlite3 *db, const void *zSql, int nBytes, int saveSqlFlag, sqlite3_stmt **ppStmt, const void **pzTail ) argument
86615 sqlite3_prepare16( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
86627 sqlite3_prepare16_v2( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
93498 int nBytes = sizeof(char *)*(1+pTable->nModuleArg); local
93831 int nBytes = sizeof(sqlite3_vtab *) * (db->nVTrans + ARRAY_INCR); local
112004 int nBytes; /* size of the input */ member in struct:simple_tokenizer_cursor
112074 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dstruct.h320 u16_t nBytes; // # bytes in M member in struct:zsMicVar
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/otus/80211core/
H A Dstruct.h320 u16_t nBytes; // # bytes in M member in struct:zsMicVar
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h847 ** The xRandomness() function attempts to return nBytes bytes
3490 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3.c1384 ** The xRandomness() function attempts to return nBytes bytes
4027 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
14727 ** Called when we are unable to satisfy an allocation of nBytes.
14842 ** Return a block of memory of at least nBytes in size.
14991 ** Allocate nBytes of memory.
14993 static void *memsys3Malloc(int nBytes){ argument
14995 assert( nBytes>0 ); /* malloc.c filters out 0 byte requests */
14997 p = memsys3MallocUnsafe(nBytes);
15015 void *memsys3Realloc(void *pPrior, int nBytes){ argument
15019 return sqlite3_malloc(nBytes);
15542 memsys5Malloc(int nBytes) argument
15577 memsys5Realloc(void *pPrior, int nBytes) argument
17575 sqlite3Realloc(void *pOld, int nBytes) argument
52476 sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)) argument
73796 int nBytes; local
77395 int nBytes = sizeof(KeyInfo) + (nCol-1)*sizeof(CollSeq*) + nCol; local
86300 sqlite3Prepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pReprepare, sqlite3_stmt **ppStmt, const char **pzTail ) argument
86463 sqlite3LockAndPrepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pOld, sqlite3_stmt **ppStmt, const char **pzTail ) argument
86535 sqlite3_prepare( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
86547 sqlite3_prepare_v2( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
86565 sqlite3Prepare16( sqlite3 *db, const void *zSql, int nBytes, int saveSqlFlag, sqlite3_stmt **ppStmt, const void **pzTail ) argument
86615 sqlite3_prepare16( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
86627 sqlite3_prepare16_v2( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
93498 int nBytes = sizeof(char *)*(1+pTable->nModuleArg); local
93831 int nBytes = sizeof(sqlite3_vtab *) * (db->nVTrans + ARRAY_INCR); local
112004 int nBytes; /* size of the input */ member in struct:simple_tokenizer_cursor
112074 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h847 ** The xRandomness() function attempts to return nBytes bytes
3490 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3.c1384 ** The xRandomness() function attempts to return nBytes bytes
4027 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
14727 ** Called when we are unable to satisfy an allocation of nBytes.
14842 ** Return a block of memory of at least nBytes in size.
14991 ** Allocate nBytes of memory.
14993 static void *memsys3Malloc(int nBytes){ argument
14995 assert( nBytes>0 ); /* malloc.c filters out 0 byte requests */
14997 p = memsys3MallocUnsafe(nBytes);
15015 void *memsys3Realloc(void *pPrior, int nBytes){ argument
15019 return sqlite3_malloc(nBytes);
15542 memsys5Malloc(int nBytes) argument
15577 memsys5Realloc(void *pPrior, int nBytes) argument
17575 sqlite3Realloc(void *pOld, int nBytes) argument
52476 sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)) argument
73796 int nBytes; local
77395 int nBytes = sizeof(KeyInfo) + (nCol-1)*sizeof(CollSeq*) + nCol; local
86300 sqlite3Prepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pReprepare, sqlite3_stmt **ppStmt, const char **pzTail ) argument
86463 sqlite3LockAndPrepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pOld, sqlite3_stmt **ppStmt, const char **pzTail ) argument
86535 sqlite3_prepare( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
86547 sqlite3_prepare_v2( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
86565 sqlite3Prepare16( sqlite3 *db, const void *zSql, int nBytes, int saveSqlFlag, sqlite3_stmt **ppStmt, const void **pzTail ) argument
86615 sqlite3_prepare16( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
86627 sqlite3_prepare16_v2( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
93498 int nBytes = sizeof(char *)*(1+pTable->nModuleArg); local
93831 int nBytes = sizeof(sqlite3_vtab *) * (db->nVTrans + ARRAY_INCR); local
112004 int nBytes; /* size of the input */ member in struct:simple_tokenizer_cursor
112074 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h3351 void RTMPTkipAppend(struct rt_tkip_key_info *pTkip, u8 *pSrc, u32 nBytes);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/
H A Drtmp.h3351 void RTMPTkipAppend(struct rt_tkip_key_info *pTkip, u8 *pSrc, u32 nBytes);

Completed in 805 milliseconds

12