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

/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpdr.c374 uint8 *buffer, *pst_buf; local
514 pst_buf = (uint8 *) xmalloc(length);
515 if (!pst_buf)
523 pst_buf, offset))
560 pst_buf = (uint8 *) xmalloc(length);
561 if (!pst_buf)
567 in_uint8a(s, pst_buf, length);
570 (device, file, id, major, length, fns, 0, 0, pst_buf, offset))

Completed in 88 milliseconds