/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
test_VIDIOC_QUERYBUF.c | 37 struct v4l2_requestbuffers reqbuf; local 60 memset(&reqbuf, 0, sizeof(reqbuf)); 61 reqbuf.count = count; 62 reqbuf.type = type; 63 reqbuf.memory = memory; 65 ret_req = ioctl(get_video_fd(), VIDIOC_REQBUFS, &reqbuf); 80 show_v4l2_requestbuffers(&reqbuf); 84 reqbuf.count = 0; 87 for (i = 0; i < reqbuf.count; i++) 290 struct v4l2_requestbuffers reqbuf; local 381 struct v4l2_requestbuffers reqbuf; local [all...] |
test_VIDIOC_REQBUFS.c | 37 struct v4l2_requestbuffers reqbuf; local 45 memset(&reqbuf, 0xff, sizeof(reqbuf)); 46 reqbuf.count = count; 47 reqbuf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; 48 reqbuf.memory = V4L2_MEMORY_MMAP; 50 ret_req = ioctl(get_video_fd(), VIDIOC_REQBUFS, &reqbuf); 64 //CU_ASSERT_EQUAL(reqbuf.count, ???); 65 CU_ASSERT_EQUAL(reqbuf.type, V4L2_BUF_TYPE_VIDEO_CAPTURE); 66 CU_ASSERT_EQUAL(reqbuf.memory, V4L2_MEMORY_MMAP) 106 struct v4l2_requestbuffers reqbuf; local 171 struct v4l2_requestbuffers reqbuf; local 240 struct v4l2_requestbuffers reqbuf; local 304 struct v4l2_requestbuffers reqbuf; local 360 struct v4l2_requestbuffers 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;
|
/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...] |