Searched defs:Proxy (Results 1 – 11 of 11) sorted by relevance
103 struct Proxy struct110 struct Proxy *next; argument111 struct Proxy *prev; argument134 struct Proxy * proxy; argument
159 struct Proxy struct161 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 …]
103 struct Proxy { struct109 BufferedFile(Proxy p) FMT_NOEXCEPT : file_(p.file) {} in BufferedFile() argument133 operator Proxy() FMT_NOEXCEPT { in Proxy() function209 struct Proxy { struct215 File(Proxy p) FMT_NOEXCEPT : fd_(p.fd) {} in File() argument239 operator Proxy() FMT_NOEXCEPT { in Proxy() function
126 Proxy::Proxy() in Proxy() function in brillo::dbus::Proxy132 Proxy::Proxy(const BusConnection& connection, in Proxy() function in brillo::dbus::Proxy142 Proxy::Proxy(const BusConnection& connection, in Proxy() function in brillo::dbus::Proxy150 Proxy::Proxy(const BusConnection& connection, in Proxy() function in brillo::dbus::Proxy156 Proxy::Proxy(const Proxy& x) in Proxy() function in brillo::dbus::Proxy
67 friend class Proxy; variable
23 public interface Proxy { interface
23 class Proxy { class
34 public interface Proxy extends Interface { interface
188 "Use Proxy"); in setReason()
1851 class Proxy(object): class4303 class Proxy(object): class4342 class Proxy(object): class
95 class Proxy; variable