HomeSort by relevance Sort by last modified time
    Searched refs:pgethostbyname (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/WinQuake/
net_wins.cpp 51 struct hostent FAR * (PASCAL FAR *pgethostbyname)(const char FAR * name); variable in typeref:struct:pgethostbyname
105 local = pgethostbyname(buff);
149 pgethostbyname = (void *)GetProcAddress(hInst, "gethostbyname");
156 !pgethostname || !pgethostbyname || !pgethostbyaddr ||
534 hostentry = pgethostbyname (name);
winquake.h 110 struct hostent FAR * (PASCAL FAR *pgethostbyname)(const char FAR * name); variable in typeref:struct:pgethostbyname
  /external/quake/quake/src/QW/client/
winquake.h 109 struct hostent FAR * (PASCAL FAR *pgethostbyname)(const char FAR * name); variable in typeref:struct:pgethostbyname

Completed in 2764 milliseconds