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

/vbox/src/VBox/Runtime/common/misc/
H A Dhttp.cpp85 AssertReturn((hHttp)->u32Magic == RTHTTP_MAGIC, (rcCurl)); \
95 AssertReturnVoid((hHttp)->u32Magic == RTHTTP_MAGIC); \
115 pHttpInt->u32Magic = RTHTTP_MAGIC;
168 AssertReturn(pHttpInt->u32Magic == RTHTTP_MAGIC, 1);
/vbox/src/VBox/Runtime/include/internal/
H A Dmagics.h78 #define RTHTTP_MAGIC UINT32_C(0x18420225) macro

Completed in 105 milliseconds