search for: functions_that_have_filein_paramet

Displaying 1 result from an estimated 1 matches for "functions_that_have_filein_paramet".

2010 Sep 20
2
[PATCH 0/2] Implement upload-offset, download-offset APIs, and hexedit guestfish command
...oad_offset (guestfs_h *g, const char *filename, const char *remotefilename, int64_t offset); Since these calls use the streaming FileIn/FileOut part of the protocol, they are both efficient and unlimited in the amount and type of data that can be streamed. http://libguestfs.org/guestfs.3.html#functions_that_have_filein_parameters I also wrote the hexedit command using the putative hread/hwrite API and the code was much longer and more involved. Although there is an advantage to hread/hwrite which is you can read and write to and from memory. The second part of the patch implements the hexedit command itself in guestfi...