HomeSort by relevance Sort by last modified time
    Searched refs:resp (Results 251 - 275 of 401) sorted by null

<<11121314151617

  /external/elfutils/0.153/lib/
system.h 77 extern int crc32_file (int fd, uint32_t *resp);
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.h 130 struct eap_hdr *hdr, struct wpabuf **resp);
eap_tls_common.c 754 struct wpabuf *resp; local
756 resp = eap_tls_msg_alloc(eap_type, 1, EAP_CODE_RESPONSE, id);
757 if (resp == NULL)
761 wpabuf_put_u8(resp, peap_version); /* Flags */
762 return resp;
    [all...]
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 58 my $resp = <STDIN>;
59 chomp $resp;
60 if ( lc substr($resp,0,1) eq "y" ) {
  /external/openssl/crypto/ocsp/
ocsp_ht.c 492 OCSP_RESPONSE *resp = NULL; local
503 rv = OCSP_sendreq_nbio(&resp, ctx);
509 return resp;
ocsp_ext.c 359 int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len)
361 return ocsp_add1_nonce(&resp->tbsResponseData->responseExtensions, val, len);
412 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req)
421 return OCSP_BASICRESP_add_ext(resp, req_ext, -1);
ocsp.h 430 int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len);
432 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req);
444 int OCSP_response_status(OCSP_RESPONSE *resp);
445 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
483 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
  /external/wpa_supplicant_8/src/common/
wpa_helpers.c 62 char *resp, size_t resp_size)
72 if (wpa_ctrl_request(ctrl, cmd, strlen(cmd), resp, &len, NULL) < 0) {
78 resp[len] = '\0';
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
chrome_browser_backend.py 230 resp = json.loads(data)
231 if 'Protocol-Version' in resp:
232 if 'Browser' in resp:
234 resp['Browser'])
238 resp['User-Agent'])
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet_2.5.0.v200910301333.jar 
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c 1564 tBTM_ESCO_PARAMS resp; local
    [all...]
  /external/chromium_org/net/http/
http_proxy_client_socket_pool_unittest.cc 391 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyReply(1, resp_block));
393 CreateMockRead(*resp, 1, ASYNC),
481 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
483 CreateMockRead(*resp, 1, ASYNC),
520 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
522 CreateMockRead(*resp, 1, ASYNC),
703 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdySynReplyError(1));
705 CreateMockRead(*resp, 1, ASYNC),
761 scoped_ptr<SpdyFrame> resp(
767 CreateMockRead(*resp, 1, ASYNC)
    [all...]
  /external/opencv/ml/src/
mlrtrees.cpp 395 double avg_resp, resp = predicted_node->value; local
396 oob_predictions_sum.data.fl[i] += (float)resp;
403 resp = (resp - true_resp_ptr[i])/maximal_response;
404 ncorrect_responses += exp( -resp*resp );
  /external/wpa_supplicant_8/src/p2p/
p2p_invitation.c 170 struct wpabuf *resp = NULL; local
348 resp = p2p_build_invitation_resp(p2p, dev, msg.dialog_token, status,
351 if (resp == NULL)
391 wpabuf_head(resp), wpabuf_len(resp), 200) < 0) {
396 wpabuf_free(resp);
p2p_group.c 645 struct wpabuf *resp; local
664 resp = wpabuf_alloc(20 + extra);
665 if (resp == NULL)
670 wpabuf_put_buf(resp, group->wfd_ie);
675 wpabuf_put_buf(resp,
678 rlen = p2p_buf_add_ie_hdr(resp);
680 p2p_buf_add_status(resp, status);
681 p2p_buf_update_ie_hdr(resp, rlen);
683 return resp;
  /external/chromium_org/net/spdy/
spdy_stream_unittest.cc 128 scoped_ptr<SpdyFrame> resp(
130 AddRead(*resp);
244 scoped_ptr<SpdyFrame> resp(
246 AddRead(*resp);
337 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
338 AddRead(*resp);
390 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
391 AddRead(*resp);
829 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
830 AddRead(*resp);
    [all...]
spdy_test_util_common.h 95 MockRead CreateMockRead(const SpdyFrame& resp);
98 MockRead CreateMockRead(const SpdyFrame& resp, int seq);
100 MockRead CreateMockRead(const SpdyFrame& resp, int seq, IoMode mode);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 916 resp = self._get_line()
920 if self._match(self.tagre, resp):
923 raise self.abort('unexpected tagged response: %s' % resp)
933 if not self._match(Untagged_response, resp):
934 if self._match(Untagged_status, resp):
940 if self._match(Continuation, resp):
944 raise self.abort("unexpected response: '%s'" % resp)
982 return resp
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 916 resp = self._get_line()
920 if self._match(self.tagre, resp):
923 raise self.abort('unexpected tagged response: %s' % resp)
933 if not self._match(Untagged_response, resp):
934 if self._match(Untagged_status, resp):
940 if self._match(Continuation, resp):
944 raise self.abort("unexpected response: '%s'" % resp)
982 return resp
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 1213 int *resp = NULL; local
    [all...]
  /external/chromium_org/net/dns/
dns_transaction.cc 157 const DnsResponse* resp = response_.get(); variable
158 return (resp != NULL && resp->IsValid()) ? resp : NULL;
328 const DnsResponse* resp = response_.get(); variable
329 return (resp != NULL && resp->IsValid()) ? resp : NULL;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_ttls.c 102 static struct wpabuf * eap_ttls_avp_encapsulate(struct wpabuf *resp,
108 avp = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(resp) + 4);
110 wpabuf_free(resp);
115 wpabuf_len(resp));
116 os_memcpy(pos, wpabuf_head(resp), wpabuf_len(resp));
117 pos += wpabuf_len(resp);
119 wpabuf_free(resp);
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 219 void enqueueResponse(MockResponse resp) {
220 mServer.enqueue(resp);
  /external/openssl/include/openssl/
ocsp.h 430 int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len);
432 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req);
444 int OCSP_response_status(OCSP_RESPONSE *resp);
445 OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp);
483 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
  /system/core/adb/
services.c 613 char resp[4096]; local
623 snprintf(resp, sizeof(resp), "%04x%s",(unsigned)strlen(buf), buf);
624 writex(fd, resp, strlen(resp));

Completed in 401 milliseconds

<<11121314151617