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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnphttp.h82 char HttpVer[16]; member in struct:upnphttp
H A Dupnphttp.c804 char * HttpVer; local
826 HttpVer = h->HttpVer;
828 HttpVer[i] = *(p++);
829 HttpVer[i] = '\0';
888 if( ((strcmp(h->HttpVer, "HTTP/1.1")==0) && !(h->reqflags & FLAG_HOST)) || (h->reqflags & FLAG_INVALID_REQ) )
1720 if( strcmp(h->HttpVer, "HTTP/1.0") == 0 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnphttp.h39 char HttpVer[16]; member in struct:upnphttp
H A Dupnphttp.c647 char * HttpVer; local
669 HttpVer = h->HttpVer;
671 HttpVer[i] = *(p++);
672 HttpVer[i] = '\0';
674 HttpCommand, HttpUrl, HttpVer);*/
714 if( ((strcmp(h->HttpVer, "HTTP/1.1")==0) && !(h->reqflags & FLAG_HOST)) || (h->reqflags & FLAG_INVALID_REQ) )
951 //httpresphead, h->HttpVer,
1516 else if( strcmp(h->HttpVer, "HTTP/1.0") == 0 )

Completed in 115 milliseconds