Searched refs:adjustStats (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c15098 static void adjustStats(int iSize, int increment){ function
15256 adjustStats(nByte, +1);
15296 adjustStats(pHdr->iSize, -1);
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c20688 static void adjustStats(int iSize, int increment){ function
20846 adjustStats(nByte, +1);
20886 adjustStats((int)pHdr->iSize, -1);
[all...]

Completed in 573 milliseconds