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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprnetdb.h57 #define PR_GetAddrInfoByName VBoxNsprPR_GetAddrInfoByName macro
419 ** DESCRIPTION: PR_GetAddrInfoByName()
440 NSPR_API(PRAddrInfo*) PR_GetAddrInfoByName(
446 ** Destroy the PRAddrInfo handle allocated by PR_GetAddrInfoByName().
451 ** PR_GetAddrInfoByName().
461 ** PR_GetAddrInfoByName() to inspect the possible network addresses.
468 ** call to PR_GetAddrInfoByName().
487 ** PR_GetAddrInfoByName().
492 ** call to PR_GetAddrInfoByName().
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprnetdb.c1921 * Implementation of PR_GetAddrInfoByName and friends
2060 PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInfoByName(const char *hostname, function

Completed in 50 milliseconds