Searched refs:inBlock (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/MacOS/GetHTTPS.src/
H A DMacSocket.h58 // Most parameters' purpose are obvious-- except maybe "inBlock" which controls whether I wait for data or return immediately
60 int MacSocket_recv(const int inSocketNum,void *outBuff,int outBuffLength,const Boolean inBlock);
H A DMacSocket.cpp1159 int MacSocket_recv(const int inSocketNum,void *outBuff,int outBuffLength,const Boolean inBlock) argument
1235 if (inBlock)

Completed in 30 milliseconds