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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprnetdb.h431 ** PRAddrInfo* Handle to a data structure containing the results
438 typedef struct PRAddrInfo PRAddrInfo; typedef in typeref:struct:PRAddrInfo
440 NSPR_API(PRAddrInfo*) PR_GetAddrInfoByName(
446 ** Destroy the PRAddrInfo handle allocated by PR_GetAddrInfoByName().
449 ** PRAddrInfo *addrInfo
455 NSPR_API(void) PR_FreeAddrInfo(PRAddrInfo *addrInfo);
460 ** A stateless enumerator over a PRAddrInfo handle acquired from
466 ** PRAddrInfo *addrInfo
467 ** The PRAddrInfo handl
[all...]

Completed in 43 milliseconds