HomeSort by relevance Sort by last modified time
    Searched refs:ver (Results 1 - 25 of 172) sorted by null

1 2 3 4 5 6 7

  /external/openssl/ssl/
s23_meth.c 63 static const SSL_METHOD *ssl23_get_method(int ver);
64 static const SSL_METHOD *ssl23_get_method(int ver)
67 if (ver == SSL2_VERSION)
72 if (ver == SSL3_VERSION)
77 if (ver == TLS1_VERSION)
d1_meth.c 64 static const SSL_METHOD *dtls1_get_method(int ver);
65 static const SSL_METHOD *dtls1_get_method(int ver)
67 if (ver == DTLS1_VERSION)
s3_meth.c 63 static const SSL_METHOD *ssl3_get_method(int ver);
64 static const SSL_METHOD *ssl3_get_method(int ver)
66 if (ver == SSL3_VERSION)
t1_meth.c 63 static const SSL_METHOD *tls1_get_method(int ver);
64 static const SSL_METHOD *tls1_get_method(int ver)
66 if (ver == TLS1_VERSION)
s2_meth.c 64 static const SSL_METHOD *ssl2_get_method(int ver);
65 static const SSL_METHOD *ssl2_get_method(int ver)
67 if (ver == SSL2_VERSION)
t1_clnt.c 66 static const SSL_METHOD *tls1_get_client_method(int ver);
67 static const SSL_METHOD *tls1_get_client_method(int ver)
69 if (ver == TLS1_VERSION)
t1_srvr.c 67 static const SSL_METHOD *tls1_get_server_method(int ver);
68 static const SSL_METHOD *tls1_get_server_method(int ver)
70 if (ver == TLS1_VERSION)
  /external/e2fsprogs/lib/e2p/
setversion.c 27 int ver; local
29 ver = (int) version;
30 return ioctl (fd, EXT2_IOC_SETVERSION, &ver);
getversion.c 27 int r, ver; local
29 r = ioctl (fd, EXT2_IOC_GETVERSION, &ver);
30 *version = ver;
fgetversion.c 41 int fd, r, ver, save_errno = 0; local
46 r = ioctl (fd, EXT2_IOC_GETVERSION, &ver);
49 *version = ver;
55 int ver=-1, err;
56 err = syscall(SYS_fsctl, name, EXT2_IOC_GETVERSION, &ver, 0);
57 *version = ver;
fsetversion.c 41 int fd, r, ver, save_errno = 0; local
46 ver = (int) version;
47 r = ioctl (fd, EXT2_IOC_SETVERSION, &ver);
55 int ver = (int)version;
56 return syscall(SYS_fsctl, name, EXT2_IOC_SETVERSION, &ver, 0);
  /system/vold/
Asec.h 25 unsigned char ver; member in struct:asec_superblock
  /external/apache-http/src/org/apache/http/
HttpResponse.java 71 * @param ver the HTTP version
74 void setStatusLine(ProtocolVersion ver, int code);
79 * @param ver the HTTP version
83 void setStatusLine(ProtocolVersion ver, int code, String reason);
HttpResponseFactory.java 51 * @param ver the protocol version
59 HttpResponse newHttpResponse(ProtocolVersion ver, int status,
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-77578-001.js 83 function testA(ver)
86 version(ver);
92 sTestScript += "status = 'Section A of test; JS ' + ver/100;";
102 function testB(ver)
105 version(ver);
111 sTestScript += "status = 'Section B of test; JS ' + ver/100;";
123 function testC(ver)
126 version(ver);
132 sTestScript += "status = 'Section C of test; JS ' + ver/100;";
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
peerkey.h 48 struct wpa_eapol_key *key, u16 ver,
51 struct wpa_eapol_key *key, u16 key_info, u16 ver);
54 u16 key_info, u16 ver);
62 struct wpa_eapol_key *key, u16 ver,
70 struct wpa_eapol_key *key, u16 key_info, u16 ver)
77 u16 key_info, u16 ver)
peerkey.c 69 u16 mui, u16 error_type, int ver)
89 key_info = ver | WPA_KEY_INFO_SMK_MESSAGE | WPA_KEY_INFO_MIC |
120 wpa_eapol_key_send(sm, sm->ptk.kck, ver, dst, ETH_P_EAPOL,
130 int ver, struct wpa_peerkey *peerkey)
150 key_info = ver | WPA_KEY_INFO_SMK_MESSAGE | WPA_KEY_INFO_MIC |
172 wpa_eapol_key_send(sm, sm->ptk.kck, ver, src_addr, ETH_P_EAPOL,
181 const struct wpa_eapol_key *key, size_t extra_len, int ver)
236 ver);
286 wpa_supplicant_send_smk_m3(sm, src_addr, key, ver, peerkey);
340 u16 key_info, ver; local
397 u16 key_info, ver; local
1005 int key_info, ver; local
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHttpResponse.java 101 * @param ver the protocol version of the response
106 public BasicHttpResponse(final ProtocolVersion ver,
109 this(new BasicStatusLine(ver, code, reason), null, null);
142 public void setStatusLine(final ProtocolVersion ver, final int code) {
144 this.statusline = new BasicStatusLine(ver, code, getReason(code));
148 public void setStatusLine(final ProtocolVersion ver, final int code,
151 this.statusline = new BasicStatusLine(ver, code, reason);
157 ProtocolVersion ver = this.statusline.getProtocolVersion(); local
158 this.statusline = new BasicStatusLine(ver, code, getReason(code));
BasicHttpRequest.java 67 public BasicHttpRequest(final String method, final String uri, final ProtocolVersion ver) {
68 this(new BasicRequestLine(method, uri, ver));
93 ProtocolVersion ver = HttpProtocolParams.getVersion(getParams()); local
94 return new BasicRequestLine(this.method, this.uri, ver);
BasicHttpEntityEnclosingRequest.java 60 final ProtocolVersion ver) {
61 this(new BasicRequestLine(method, uri, ver));
  /external/tcpdump/
print-cnfp.c 87 int nrecs, ver; local
98 ver = (EXTRACT_32BITS(&nh->ver_cnt) & 0xffff0000) >> 16;
108 printf("NetFlow v%x, %u.%03u uptime, %u.%09u, ", ver,
113 if (ver == 5 || ver == 6) {
135 if (ver == 5 || ver == 6) {
144 if (ver == 5 || ver ==6) {
165 if (ver == 1
    [all...]
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpResponseFactory.java 85 public HttpResponse newHttpResponse(final ProtocolVersion ver,
88 if (ver == null) {
93 StatusLine statusline = new BasicStatusLine(ver, status, reason);
  /external/apache-http/src/org/apache/http/protocol/
RequestContent.java 72 ProtocolVersion ver = request.getRequestLine().getProtocolVersion(); local
80 if (ver.lessEquals(HttpVersion.HTTP_1_0)) {
82 "Chunked transfer encoding not allowed for " + ver);
  /external/openssl/apps/
s_time.c 344 int ver; local
431 ver='r';
434 ver=SSL_version(scon);
435 if (ver == TLS1_VERSION)
436 ver='t';
437 else if (ver == SSL3_VERSION)
438 ver='3';
439 else if (ver == SSL2_VERSION)
440 ver='2';
442 ver='*'
    [all...]
  /external/bluetooth/hcidump/src/
csrsniff.c 54 uint16_t ver; member in struct:__anon2110
136 return firmware_map[i].ver;
158 struct hci_version ver; local
211 if (hci_read_local_version(dd, &ver, 1000) < 0) {
218 if (ver.manufacturer != 10 || id2ver(ver.hci_rev) < 0) {
271 printf("CSR sniffer - Bluetooth packet analyzer ver %s\n", VERSION);

Completed in 312 milliseconds

1 2 3 4 5 6 7