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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/xmlwf/
H A Dxmlfile.c49 #define READ_SIZE 16 macro
51 #define READ_SIZE (1024*8) macro
168 char *buf = (char *)XML_GetBuffer(parser, READ_SIZE);
176 nread = read(fd, buf, READ_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/xmlwf/
H A Dxmlfile.c37 #define READ_SIZE 16 macro
39 #define READ_SIZE (1024*8) macro
155 char *buf = XML_GetBuffer(parser, READ_SIZE);
163 nread = read(fd, buf, READ_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dxmlfile.c49 #define READ_SIZE 16 macro
51 #define READ_SIZE (1024*8) macro
168 char *buf = (char *)XML_GetBuffer(parser, READ_SIZE);
176 nread = read(fd, buf, READ_SIZE);

Completed in 121 milliseconds