Searched defs:ppvResponse (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dhttp.cpp447 RTR3DECL(int) rtHttpGet(RTHTTP hHttp, const char *pcszUrl, uint8_t **ppvResponse, size_t *pcb) argument
496 *ppvResponse = chunk.pu8Mem;
513 RTR3DECL(int) RTHttpGetBinary(RTHTTP hHttp, const char *pcszUrl, void **ppvResponse, size_t *pcb) argument
515 return rtHttpGet(hHttp, pcszUrl, (uint8_t**)ppvResponse, pcb);

Completed in 44 milliseconds