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

/external/libmtp/examples/
H A Ddetect.c31 #define XML_BUFSIZE 0x10000 macro
226 buf = malloc(XML_BUFSIZE);
228 printf("Could not allocate %08x bytes...\n", XML_BUFSIZE);
236 readbytes = read(tmpfiledescriptor, (void*) buf, XML_BUFSIZE);
238 if (readbytes >= 2 && readbytes < XML_BUFSIZE) {

Completed in 137 milliseconds