Home
last modified time | relevance | path

Searched refs:req_version (Results 1 – 6 of 6) sorted by relevance

/external/iptables/extensions/
Dlibxt_set.h19 struct ip_set_req_version req_version; in get_version() local
20 socklen_t size = sizeof(req_version); in get_version()
26 req_version.op = IP_SET_OP_VERSION; in get_version()
27 res = getsockopt(sockfd, SOL_IP, SO_IP_SET, &req_version, &size); in get_version()
32 *version = req_version.version; in get_version()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c182 const unsigned req_version = major_version * 10 + minor_version; in i915CreateContext() local
184 if (req_version > max_version) { in i915CreateContext()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
Di915_context.c182 const unsigned req_version = major_version * 10 + minor_version; in i915CreateContext() local
184 if (req_version > max_version) { in i915CreateContext()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c87 const unsigned req_version = major_version * 10 + minor_version; in brwCreateContext() local
123 } else if (req_version > max_supported_version) { in brwCreateContext()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_context.c87 const unsigned req_version = major_version * 10 + minor_version; in brwCreateContext() local
123 } else if (req_version > max_supported_version) { in brwCreateContext()
/external/qemu/proxy/
Dproxy_http_rewriter.c185 char* req_version; /* "HTTP/1.0" or "HTTP/1.1" */ member
202 r->req_version = qemu_strdup(version); in http_request_alloc()
241 qemu_free(r->req_version); in http_request_free()
588 stralloc_format( str, "%s %s %s\r\n", r->req_method, r->req_uri, r->req_version ); in rewrite_connection_rewrite_request()