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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dupnpsoap.h11 #define MAX_RESPONSE_SIZE 1048576 macro
H A Dupnpsoap.c547 #if MAX_RESPONSE_SIZE > 0
548 if( (passed_args->alloced+1048576) <= MAX_RESPONSE_SIZE )
562 #if MAX_RESPONSE_SIZE > 0
566 DPRINTF(E_ERROR, L_HTTP, "UPnP SOAP response cut short, to not exceed the max response size [%lld]!\n", (long long int)MAX_RESPONSE_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dupnpsoap.h25 #define MAX_RESPONSE_SIZE 2097152 macro
H A Dupnpsoap.c895 #if MAX_RESPONSE_SIZE > 0
896 if( (str->size+DEFAULT_RESP_SIZE) <= MAX_RESPONSE_SIZE )
911 #if MAX_RESPONSE_SIZE > 0
915 DPRINTF(E_ERROR, L_HTTP, "UPnP SOAP response cut short, to not exceed the max response size [%lld]!\n", (long long int)MAX_RESPONSE_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dupnpsoap.h11 #define MAX_RESPONSE_SIZE 1048576 macro
H A Dupnpsoap.c555 #if MAX_RESPONSE_SIZE > 0
556 if( (passed_args->alloced+1048576) <= MAX_RESPONSE_SIZE )
570 #if MAX_RESPONSE_SIZE > 0
574 DPRINTF(E_ERROR, L_HTTP, "UPnP SOAP response cut short, to not exceed the max response size [%lld]!\n", (long long int)MAX_RESPONSE_SIZE);

Completed in 84 milliseconds