Home
last modified time | relevance | path

Searched defs:Proxy (Results 1 – 11 of 11) sorted by relevance

/external/libmicrohttpd/src/examples/
Dmhd2spdy_structures.h103 struct Proxy struct
110 struct Proxy *next; argument
111 struct Proxy *prev; argument
134 struct Proxy * proxy; argument
/external/libmicrohttpd/src/spdy2http/
Dproxy.c159 struct Proxy struct
161 char *url;
162 struct SPDY_Request *request;
163 struct SPDY_Response *response;
164 CURL *curl_handle;
165 struct curl_slist *curl_headers;
166 struct SPDY_NameValue *headers;
167 char *version;
168 char *status_msg;
169 void *http_body;
[all …]
/external/fmtlib/fmt/
Dposix.h103 struct Proxy { struct
109 BufferedFile(Proxy p) FMT_NOEXCEPT : file_(p.file) {} in BufferedFile() argument
133 operator Proxy() FMT_NOEXCEPT { in Proxy() function
209 struct Proxy { struct
215 File(Proxy p) FMT_NOEXCEPT : fd_(p.fd) {} in File() argument
239 operator Proxy() FMT_NOEXCEPT { in Proxy() function
/external/libbrillo/brillo/glib/
Ddbus.cc126 Proxy::Proxy() in Proxy() function in brillo::dbus::Proxy
132 Proxy::Proxy(const BusConnection& connection, in Proxy() function in brillo::dbus::Proxy
142 Proxy::Proxy(const BusConnection& connection, in Proxy() function in brillo::dbus::Proxy
150 Proxy::Proxy(const BusConnection& connection, in Proxy() function in brillo::dbus::Proxy
156 Proxy::Proxy(const Proxy& x) in Proxy() function in brillo::dbus::Proxy
Ddbus.h67 friend class Proxy; variable
/external/javassist/src/main/javassist/tools/rmi/
DProxy.java23 public interface Proxy { interface
/external/clang/test/CodeCompletion/
Dmember-access.cpp23 class Proxy { class
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DInterface.java34 public interface Proxy extends Interface { interface
/external/apache-http/src/org/apache/http/impl/
DEnglishReasonPhraseCatalog.java188 "Use Proxy"); in setReason()
/external/python/cpython2/Lib/test/
Dtest_descr.py1851 class Proxy(object): class
4303 class Proxy(object): class
4342 class Proxy(object): class
/external/v8/include/
Dv8.h95 class Proxy; variable