Home
last modified time | relevance | path

Searched refs:nFull (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dmalloc.c262 int nFull; in mallocWithAlarm() local
265 nFull = sqlite3GlobalConfig.m.xRoundup(n); in mallocWithAlarm()
269 if( nUsed+nFull >= mem0.alarmThreshold ){ in mallocWithAlarm()
271 sqlite3MallocAlarm(nFull); in mallocWithAlarm()
276 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()
279 sqlite3MallocAlarm(nFull); in mallocWithAlarm()
280 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()
284 nFull = sqlite3MallocSize(p); in mallocWithAlarm()
285 sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, nFull); in mallocWithAlarm()
289 return nFull; in mallocWithAlarm()
Dos_win.c2391 int nFull, /* Size of output buffer in bytes */ in winFullPathname() argument
2397 UNUSED_PARAMETER(nFull); in winFullPathname()
2404 UNUSED_PARAMETER(nFull); in winFullPathname()
2421 UNUSED_PARAMETER(nFull); in winFullPathname()
Dos_os2.c1440 int nFull, /* Size of output buffer in bytes */ argument
1450 sqlite3_snprintf( nFull, zFull, zFullUTF );
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c17982 int nFull; in mallocWithAlarm() local
17985 nFull = sqlite3GlobalConfig.m.xRoundup(n); in mallocWithAlarm()
17989 if( nUsed+nFull >= mem0.alarmThreshold ){ in mallocWithAlarm()
17991 sqlite3MallocAlarm(nFull); in mallocWithAlarm()
17996 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()
17999 sqlite3MallocAlarm(nFull); in mallocWithAlarm()
18000 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()
18004 nFull = sqlite3MallocSize(p); in mallocWithAlarm()
18005 sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, nFull); in mallocWithAlarm()
18009 return nFull; in mallocWithAlarm()
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c18848 int nFull; in mallocWithAlarm() local
18851 nFull = sqlite3GlobalConfig.m.xRoundup(n); in mallocWithAlarm()
18855 if( nUsed >= mem0.alarmThreshold - nFull ){ in mallocWithAlarm()
18857 sqlite3MallocAlarm(nFull); in mallocWithAlarm()
18862 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()
18865 sqlite3MallocAlarm(nFull); in mallocWithAlarm()
18866 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()
18870 nFull = sqlite3MallocSize(p); in mallocWithAlarm()
18871 sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, nFull); in mallocWithAlarm()
18875 return nFull; in mallocWithAlarm()
[all …]
/external/sqlite/dist/
Dsqlite3.c18848 int nFull; in mallocWithAlarm() local
18851 nFull = sqlite3GlobalConfig.m.xRoundup(n); in mallocWithAlarm()
18855 if( nUsed >= mem0.alarmThreshold - nFull ){ in mallocWithAlarm()
18857 sqlite3MallocAlarm(nFull); in mallocWithAlarm()
18862 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()
18865 sqlite3MallocAlarm(nFull); in mallocWithAlarm()
18866 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()
18870 nFull = sqlite3MallocSize(p); in mallocWithAlarm()
18871 sqlite3StatusAdd(SQLITE_STATUS_MEMORY_USED, nFull); in mallocWithAlarm()
18875 return nFull; in mallocWithAlarm()
[all …]