Searched defs:aAvailable (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsStorageStream.cpp397 nsStorageInputStream::Available(PRUint32 *aAvailable) argument
399 *aAvailable = mStorageStream->mLogicalLength - mLogicalCursor;
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp1117 HRESULT Host::getMemoryAvailable(ULONG *aAvailable) argument
1125 *aAvailable = (ULONG)(cb / _1M);

Completed in 56 milliseconds