Searched refs:nFull (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c17322 int nFull; local
17325 nFull = sqlite3GlobalConfig.m.xRoundup(n);
17329 if( nUsed+nFull >= mem0.alarmThreshold ){
17330 sqlite3MallocAlarm(nFull);
17333 p = sqlite3GlobalConfig.m.xMalloc(nFull);
17335 sqlite3MallocAlarm(nFull);
17336 p = sqlite3GlobalConfig.m.xMalloc(nFull);
17339 nFull = sqlite3MallocSize(p);
17340 sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, nFull);
17344 return nFull;
22015 os2FullPathname( sqlite3_vfs *pVfs, const char *zRelative, int nFull, char *zFull ) argument
31428 winFullPathname( sqlite3_vfs *pVfs, const char *zRelative, int nFull, char *zFull ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c17322 int nFull; local
17325 nFull = sqlite3GlobalConfig.m.xRoundup(n);
17329 if( nUsed+nFull >= mem0.alarmThreshold ){
17330 sqlite3MallocAlarm(nFull);
17333 p = sqlite3GlobalConfig.m.xMalloc(nFull);
17335 sqlite3MallocAlarm(nFull);
17336 p = sqlite3GlobalConfig.m.xMalloc(nFull);
17339 nFull = sqlite3MallocSize(p);
17340 sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, nFull);
17344 return nFull;
22015 os2FullPathname( sqlite3_vfs *pVfs, const char *zRelative, int nFull, char *zFull ) argument
31428 winFullPathname( sqlite3_vfs *pVfs, const char *zRelative, int nFull, char *zFull ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c17322 int nFull; local
17325 nFull = sqlite3GlobalConfig.m.xRoundup(n);
17329 if( nUsed+nFull >= mem0.alarmThreshold ){
17330 sqlite3MallocAlarm(nFull);
17333 p = sqlite3GlobalConfig.m.xMalloc(nFull);
17335 sqlite3MallocAlarm(nFull);
17336 p = sqlite3GlobalConfig.m.xMalloc(nFull);
17339 nFull = sqlite3MallocSize(p);
17340 sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, nFull);
17344 return nFull;
22015 os2FullPathname( sqlite3_vfs *pVfs, const char *zRelative, int nFull, char *zFull ) argument
31428 winFullPathname( sqlite3_vfs *pVfs, const char *zRelative, int nFull, char *zFull ) argument
[all...]

Completed in 814 milliseconds