Home
last modified time | relevance | path

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

/external/opencore/nodes/pvsocketnode/include/
Dpvmf_socket_node.h630 …PVMFDnsCache(uint32 aNumOfRecords = 4): iNumOfRecords(aNumOfRecords), iAddrIP(NULL), iAddrDNS(NULL) in iNumOfRecords() function
635 for (uint32 i = 0; i < iNumOfRecords; i++) in ~PVMFDnsCache()
659 iAddrIP = OSCL_ARRAY_NEW(char*, iNumOfRecords); in NewL()
660 iAddrDNS = OSCL_ARRAY_NEW(char*, iNumOfRecords); in NewL()
667 for (uint32 i = 0; i < iNumOfRecords; i++) in NewL()
674 for (uint32 i = 0; i < iNumOfRecords; i++) in UpdateCacheRecord()
700 for (uint32 i = 0; i < iNumOfRecords; i++) in QueryGetHostByName()
717 uint32 iNumOfRecords;