Lines Matching refs:nFull
18848 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()
24321 int nFull, /* Size of output buffer in bytes */
24331 sqlite3_snprintf( nFull, zFull, zFullUTF );
35477 int nFull, /* Size of output buffer in bytes */
35483 UNUSED_PARAMETER(nFull);
35490 UNUSED_PARAMETER(nFull);
35514 UNUSED_PARAMETER(nFull);