Home
last modified time | relevance | path

Searched refs:new_req (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
D__init__.py364 new_req = urllib2.HTTPRedirectHandler.redirect_request(
382 if hasattr(req, "_tunnel_host") and isinstance(new_req, urllib2.Request):
383 if new_req.get_type() == "https":
386 new_req._tunnel_host = new_req.get_host()
387 new_req.set_proxy(req.host, "https")
390 new_req._tunnel_host = None
391 new_req.type = "https"
392 if hasattr(req, "_key_file") and isinstance(new_req, urllib2.Request):
394 new_req._key_file = req._key_file
395 new_req._cert_file = req._cert_file
[all …]
/external/bluetooth/bluedroid/btif/src/
Dbtif_core.c1106 btif_storage_req_t *new_req = (btif_storage_req_t*)p_new_buf; in btif_in_storage_request_copy_cb() local
1115 bdcpy(new_req->write_req.bd_addr.address, old_req->write_req.bd_addr.address); in btif_in_storage_request_copy_cb()
1117 new_req->write_req.prop.type = old_req->write_req.prop.type; in btif_in_storage_request_copy_cb()
1118 new_req->write_req.prop.len = old_req->write_req.prop.len; in btif_in_storage_request_copy_cb()
1120 new_req->write_req.prop.val = (UINT8 *)(p_new_buf + sizeof(btif_storage_req_t)); in btif_in_storage_request_copy_cb()
1121 memcpy(new_req->write_req.prop.val, old_req->write_req.prop.val, in btif_in_storage_request_copy_cb()