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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/include/protocol/ed2k/
H A DConstants.h80 #define MAX_FILE_SIZE 0x4000000000ull macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dlease.h52 #define MAX_FILE_SIZE 512*1024 macro
H A Ddhcp6s.c1124 if (buf.st_size > MAX_FILE_SIZE) {
H A Ddhcp6c.c2159 if (buf.st_size > MAX_FILE_SIZE) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dlease.h52 #define MAX_FILE_SIZE 512*1024 macro
H A Ddhcp6s.c1197 if (buf.st_size > MAX_FILE_SIZE) {
H A Ddhcp6c.c2192 if (buf.st_size > MAX_FILE_SIZE) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/dime/
H A Ddimeserver.cpp83 #define MAX_FILE_SIZE (10000) // max file size when buffering file for HTTP 1.0 and file size cannot be determined macro
330 data.__ptr = (unsigned char*)soap_malloc(soap, MAX_FILE_SIZE);
331 for (i = 0; i < MAX_FILE_SIZE; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/dime/
H A Ddimeserver.cpp83 #define MAX_FILE_SIZE (10000) // max file size when buffering file for HTTP 1.0 and file size cannot be determined macro
330 data.__ptr = (unsigned char*)soap_malloc(soap, MAX_FILE_SIZE);
331 for (i = 0; i < MAX_FILE_SIZE; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DED2KLink.cpp179 if ((m_size == 0) || (m_size > MAX_FILE_SIZE)) {
H A DThreadTasks.cpp103 if (fileLength > MAX_FILE_SIZE) {
H A DSearchList.cpp535 if ((fileSize == 0) || (fileSize > MAX_FILE_SIZE)) {

Completed in 123 milliseconds