HomeSort by relevance Sort by last modified time
    Searched refs:reqbuf (Results 1 - 3 of 3) sorted by null

  /external/curl/tests/server/
rtspd.c 95 char reqbuf[REQBUFSIZ]; /* buffer area for the incoming request */ member in struct:httprequest
122 static void storerequest(char *reqbuf, size_t totalsize);
329 char *line=&req->reqbuf[req->checkindex];
534 if(sscanf(req->reqbuf, "CONNECT %" MAXDOCNAMELEN_TXT "s HTTP/%d.%d",
626 if(strstr(req->reqbuf, "\r\n0\r\n\r\n"))
639 if(!req->auth && strstr(req->reqbuf, "Authorization:")) {
645 if(!req->digest && strstr(req->reqbuf, "Authorization: Digest")) {
654 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAD")) {
664 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAB")) {
671 strstr(req->reqbuf, "Authorization: Basic"))
782 char *reqbuf = req->reqbuf; local
    [all...]
sws.c 95 char reqbuf[REQBUFSIZ]; /* buffer area for the incoming request */ member in struct:httprequest
133 static void storerequest(char *reqbuf, size_t totalsize);
453 char *line=&req->reqbuf[req->checkindex];
546 if(sscanf(req->reqbuf, "CONNECT %" MAXDOCNAMELEN_TXT "s HTTP/%d.%d",
733 if(strstr(req->reqbuf, "\r\n0\r\n\r\n"))
746 if(!req->auth && strstr(req->reqbuf, "Authorization:")) {
752 if(!req->digest && strstr(req->reqbuf, "Authorization: Digest")) {
761 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAD")) {
771 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAB")) {
778 strstr(req->reqbuf, "Authorization: Basic"))
929 char *reqbuf = req->reqbuf; local
    [all...]
  /external/iputils/ninfod/
ni_ifaddrs.c 115 char reqbuf[NLMSG_ALIGN(sizeof(struct nlmsghdr)) + NLMSG_ALIGN(sizeof(struct rtgenmsg))]; local
123 memset(&reqbuf, 0, sizeof(reqbuf));
124 req_hdr = (struct nlmsghdr *) reqbuf;

Completed in 461 milliseconds