HomeSort by relevance Sort by last modified time
    Searched refs:request_info (Results 101 - 125 of 133) sorted by null

1 2 3 45 6

  /external/chromium_org/net/http/
http_network_transaction.h 48 virtual int Start(const HttpRequestInfo* request_info,
http_response_body_drainer_unittest.cc 80 virtual int InitializeStream(const HttpRequestInfo* request_info,
http_network_transaction.cc 179 int HttpNetworkTransaction::Start(const HttpRequestInfo* request_info,
185 request_ = request_info;
    [all...]
http_stream_factory_impl_job.cc 71 const HttpRequestInfo& request_info,
77 request_info_(request_info),
    [all...]
  /external/chromium_org/net/socket_stream/
socket_stream.cc 799 HttpRequestInfo request_info; local
800 request_info.url = url_;
801 request_info.method = "CONNECT";
803 &request_info, io_callback_, net_log_);
    [all...]
  /external/ppp/pppd/plugins/radius/
radiusclient.h 356 typedef struct request_info struct
360 } REQUEST_INFO;
401 int rc_auth __P((UINT4, VALUE_PAIR *, VALUE_PAIR **, char *, REQUEST_INFO *));
403 char *, REQUEST_INFO *));
443 int rc_send_server __P((SEND_DATA *, char *, REQUEST_INFO *));
radius.c 84 static int radius_setparams(VALUE_PAIR *vp, char *msg, REQUEST_INFO *req_info,
94 static int radius_setmppekeys(VALUE_PAIR *vp, REQUEST_INFO *req_info,
96 static int radius_setmppekeys2(VALUE_PAIR *vp, REQUEST_INFO *req_info);
345 REQUEST_INFO request_info, *req_info = &request_info; local
347 REQUEST_INFO *req_info = NULL;
542 radius_setparams(VALUE_PAIR *vp, char *msg, REQUEST_INFO *req_info,
729 radius_setmppekeys(VALUE_PAIR *vp, REQUEST_INFO *req_info,
783 radius_setmppekeys2(VALUE_PAIR *vp, REQUEST_INFO *req_info
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
SDL_paudio.c 475 paud_control.request_info = (char*)&paud_change;
  /external/chromium_org/chrome/browser/devtools/device/
port_forwarding_controller.cc 80 net::HostResolver::RequestInfo request_info(net::HostPortPair(host, port));
82 request_info,
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_tcp_socket.cc 87 net::HostResolver::RequestInfo request_info(net::HostPortPair(host, port));
91 request_info,
pepper_tcp_socket_message_filter.cc 575 net::HostResolver::RequestInfo request_info(net::HostPortPair(host, port));
579 request_info,
    [all...]
  /external/chromium_org/content/browser/shared_worker/
shared_worker_service_impl.cc 142 void AddRequest(scoped_ptr<SharedWorkerPendingRequest> request_info) {
143 requests_.push_back(request_info.release());
  /external/chromium_org/extensions/browser/guest_view/web_view/
web_view_guest.h 193 const base::DictionaryValue& request_info,
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc 678 const ResourceRequestInfo* request_info(
683 request, request_info->GetContext(), request_info->GetChildID(),
684 request_info->GetRouteID(), request_info->GetRequestID(),
    [all...]
  /external/chromium_org/extensions/browser/api/socket/
socket_api.cc 118 net::HostResolver::RequestInfo request_info(host_port_pair);
120 request_info,
  /external/chromium_org/net/ftp/
ftp_network_transaction.cc 245 int FtpNetworkTransaction::Start(const FtpRequestInfo* request_info,
249 request_ = request_info;
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel.cc 213 scoped_ptr<WebSocketHandshakeRequestInfo> request_info) {
214 handshake_request_info_ = request_info.Pass();
    [all...]
  /external/chromium_org/content/child/
web_url_loader_impl_unittest.cc 108 const RequestInfo& request_info) OVERRIDE {
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]
  /external/chromium_org/content/
content_child.target.darwin-arm.mk 78 content/child/request_info.cc \
content_child.target.darwin-arm64.mk 78 content/child/request_info.cc \
content_child.target.darwin-mips.mk 78 content/child/request_info.cc \
content_child.target.darwin-mips64.mk 78 content/child/request_info.cc \
content_child.target.darwin-x86.mk 78 content/child/request_info.cc \
content_child.target.darwin-x86_64.mk 78 content/child/request_info.cc \

Completed in 3338 milliseconds

1 2 3 45 6