Searched refs:mBindRequestedAddrInfo (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DMacSocket.cpp127 TBind *mBindRequestedAddrInfo; member in struct:SocketStruct
408 ioSocket->mBindRequestedAddrInfo = nil;
680 if (theSocketStruct->mBindRequestedAddrInfo != nil)
682 ::OTFree((void *) theSocketStruct->mBindRequestedAddrInfo,T_BIND);
684 theSocketStruct->mBindRequestedAddrInfo = nil;
810 if (theSocketStruct->mBindRequestedAddrInfo == nil)
812 theSocketStruct->mBindRequestedAddrInfo = (TBind *) ::OTAlloc(theSocketStruct->mEndPointRef,T_BIND,T_ADDR,&theOTResult);
815 SetErrorMessageAndBailIfNil(theSocketStruct->mBindRequestedAddrInfo,"MacSocket_listen: Can't allocate OT T_BIND structure, OTAlloc() returned nil");
844 InetAddress *theInetAddress = (InetAddress *) theSocketStruct->mBindRequestedAddrInfo->addr.buf;
852 theSocketStruct->mBindRequestedAddrInfo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DMacSocket.cpp127 TBind *mBindRequestedAddrInfo; member in struct:SocketStruct
408 ioSocket->mBindRequestedAddrInfo = nil;
680 if (theSocketStruct->mBindRequestedAddrInfo != nil)
682 ::OTFree((void *) theSocketStruct->mBindRequestedAddrInfo,T_BIND);
684 theSocketStruct->mBindRequestedAddrInfo = nil;
810 if (theSocketStruct->mBindRequestedAddrInfo == nil)
812 theSocketStruct->mBindRequestedAddrInfo = (TBind *) ::OTAlloc(theSocketStruct->mEndPointRef,T_BIND,T_ADDR,&theOTResult);
815 SetErrorMessageAndBailIfNil(theSocketStruct->mBindRequestedAddrInfo,"MacSocket_listen: Can't allocate OT T_BIND structure, OTAlloc() returned nil");
844 InetAddress *theInetAddress = (InetAddress *) theSocketStruct->mBindRequestedAddrInfo->addr.buf;
852 theSocketStruct->mBindRequestedAddrInfo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DMacSocket.cpp127 TBind *mBindRequestedAddrInfo; member in struct:SocketStruct
408 ioSocket->mBindRequestedAddrInfo = nil;
680 if (theSocketStruct->mBindRequestedAddrInfo != nil)
682 ::OTFree((void *) theSocketStruct->mBindRequestedAddrInfo,T_BIND);
684 theSocketStruct->mBindRequestedAddrInfo = nil;
810 if (theSocketStruct->mBindRequestedAddrInfo == nil)
812 theSocketStruct->mBindRequestedAddrInfo = (TBind *) ::OTAlloc(theSocketStruct->mEndPointRef,T_BIND,T_ADDR,&theOTResult);
815 SetErrorMessageAndBailIfNil(theSocketStruct->mBindRequestedAddrInfo,"MacSocket_listen: Can't allocate OT T_BIND structure, OTAlloc() returned nil");
844 InetAddress *theInetAddress = (InetAddress *) theSocketStruct->mBindRequestedAddrInfo->addr.buf;
852 theSocketStruct->mBindRequestedAddrInfo
[all...]

Completed in 60 milliseconds