HomeSort by relevance Sort by last modified time
    Searched full:psocket (Results 1 - 6 of 6) sorted by null

  /external/quake/quake/src/QW/client/
winquake.h 99 SOCKET (PASCAL FAR *psocket)(int af, int type, int protocol); variable
  /external/quake/quake/src/WinQuake/
winquake.h 100 SOCKET (PASCAL FAR *psocket)(int af, int type, int protocol); variable
net_wins.cpp 41 SOCKET (PASCAL FAR *psocket)(int af, int type, int protocol); variable
142 psocket = (void *)GetProcAddress(hInst, "socket");
154 !psocket || !pioctlsocket || !psetsockopt ||
287 if ((newsocket = psocket (PF_INET, SOCK_DGRAM, IPPROTO_UDP)) == -1)
net_wipx.cpp 171 if ((newsocket = psocket (AF_IPX, SOCK_DGRAM, NSPROTO_IPX)) == INVALID_SOCKET)
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.c 41 static NFCSTATUS phFriNfc_LlcpTransport_AutoBind(phFriNfc_LlcpTransport_Socket_t *pSocket)
45 phFriNfc_LlcpTransport_Socket_t* pSocketTable = pSocket->psTransport->pSocketTable;
64 pSocket->socket_sSap = sap;
65 pSocket->eSocket_State = phFriNfc_LlcpTransportSocket_eSocketBound;
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 3306 milliseconds