Lines Matching refs:DECLCALLBACK

314     static DECLCALLBACK(void) i_vdErrorCall(void *pvUser, int rc, RT_SRC_POS_DECL,
316 static DECLCALLBACK(bool) i_vdConfigAreKeysValid(void *pvUser,
318 static DECLCALLBACK(int) i_vdConfigQuerySize(void *pvUser, const char *pszName,
320 static DECLCALLBACK(int) i_vdConfigQuery(void *pvUser, const char *pszName,
322 static DECLCALLBACK(int) i_vdTcpSocketCreate(uint32_t fFlags, PVDSOCKET pSock);
323 static DECLCALLBACK(int) i_vdTcpSocketDestroy(VDSOCKET Sock);
324 static DECLCALLBACK(int) i_vdTcpClientConnect(VDSOCKET Sock, const char *pszAddress, uint32_t uPort,
326 static DECLCALLBACK(int) i_vdTcpClientClose(VDSOCKET Sock);
327 static DECLCALLBACK(bool) i_vdTcpIsClientConnected(VDSOCKET Sock);
328 static DECLCALLBACK(int) i_vdTcpSelectOne(VDSOCKET Sock, RTMSINTERVAL cMillies);
329 static DECLCALLBACK(int) i_vdTcpRead(VDSOCKET Sock, void *pvBuffer, size_t cbBuffer, size_t *pcbRead);
330 static DECLCALLBACK(int) i_vdTcpWrite(VDSOCKET Sock, const void *pvBuffer, size_t cbBuffer);
331 static DECLCALLBACK(int) i_vdTcpSgWrite(VDSOCKET Sock, PCRTSGBUF pSgBuf);
332 static DECLCALLBACK(int) i_vdTcpFlush(VDSOCKET Sock);
333 static DECLCALLBACK(int) i_vdTcpSetSendCoalescing(VDSOCKET Sock, bool fEnable);
334 static DECLCALLBACK(int) i_vdTcpGetLocalAddress(VDSOCKET Sock, PRTNETADDR pAddr);
335 static DECLCALLBACK(int) i_vdTcpGetPeerAddress(VDSOCKET Sock, PRTNETADDR pAddr);
337 static DECLCALLBACK(bool) i_vdCryptoConfigAreKeysValid(void *pvUser,
339 static DECLCALLBACK(int) i_vdCryptoConfigQuerySize(void *pvUser, const char *pszName,
341 static DECLCALLBACK(int) i_vdCryptoConfigQuery(void *pvUser, const char *pszName,
344 static DECLCALLBACK(int) i_vdCryptoKeyRetain(void *pvUser, const char *pszId,
346 static DECLCALLBACK(int) i_vdCryptoKeyRelease(void *pvUser, const char *pszId);
347 static DECLCALLBACK(int) i_vdCryptoKeyStorePasswordRetain(void *pvUser, const char *pszId, const char **ppszPassword);
348 static DECLCALLBACK(int) i_vdCryptoKeyStorePasswordRelease(void *pvUser, const char *pszId);
349 static DECLCALLBACK(int) i_vdCryptoKeyStoreSave(void *pvUser, const void *pvKeyStore, size_t cbKeyStore);
350 static DECLCALLBACK(int) i_vdCryptoKeyStoreReturnParameters(void *pvUser, const char *pszCipher,