Searched defs:_so (Results 1 – 7 of 7) sorted by relevance
281 #define SOCK_COND_INIT(_so) InitializeConditionVariable((&(_so)->timeo_cond)) argument282 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond)) argument283 #define SOCK_COND(_so) (&(_so)->timeo_cond) argument301 #define SOCK_COND_INIT(_so) pthread_cond_init((&(_so)->timeo_cond), NULL) argument302 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond)) argument303 #define SOCK_COND(_so) (&(_so)->timeo_cond) argument319 #define SOCK_MTX(_so) SOCKBUF_MTX(&(_so)->so_rcv) argument325 #define SOCK_LOCK_ASSERT(_so) SOCKBUF_LOCK_ASSERT(&(_so)->so_rcv) argument
17 CStdOutStream *_so; variable
34 CStdOutStream *_so; variable
39 CStdOutStream *_so; variable
265 static void PrintFileInfo(CStdOutStream *_so, const wchar_t *path, const FILETIME *ft, const UInt64… in PrintFileInfo()607 void Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc) in Print_ErrorFormatIndex_Warning()
434 void static PrintToDoStat(CStdOutStream *_so, const CDirItemsStat2 &stat, const char *name) in PrintToDoStat()
238 #define SOCK_LOCK(_so) argument239 #define SOCK_UNLOCK(_so) argument