Home
last modified time | relevance | path

Searched refs:nTotal (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/standard/tests/file/
H A Ddisk_total_space_basic.phpt27 echo"\nTotal Space after writing to a file\n";
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dprintf.c648 int nTotal; /* Output size if unconstrained */ member
661 pM->nTotal += nNewChar; in mout()
700 sM.nChar = sM.nTotal = 0; in base_vprintf()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c15402 int nTotal = 0; in sqlite3MemdebugMallocCount() local
15404 nTotal += mem.nAlloc[i]; in sqlite3MemdebugMallocCount()
15406 return nTotal; in sqlite3MemdebugMallocCount()
62130 int nTotal = 0;
62141 nTotal += n;
62144 return nTotal;

Completed in 234 milliseconds