Searched refs:proxy (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/RDP/client-1.8.3/vrdp/
H A Drdpusb.c376 PUSBPROXYDEV proxy = g_proxies; local
378 while (proxy && proxy->devid != devid)
380 proxy = proxy->pNext;
383 return proxy;
393 PUSBPROXYDEV proxy = g_proxies; local
395 while (proxy)
397 pUrb = op_usbproxy_back_reap_urb(proxy, 0);
411 out_uint32_le(s, proxy
467 PUSBPROXYDEV proxy = NULL; local
865 PUSBPROXYDEV proxy = g_proxies; local
893 PUSBPROXYDEV proxy = g_proxies; local
940 PUSBPROXYDEV proxy = g_proxies; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dlbxsrvopts.h58 LbxSrvrLookupBitmapCompMethod ( LbxProxyPtr proxy, int methodOpCode );
60 LbxSrvrLookupPixmapCompMethod ( LbxProxyPtr proxy, int methodOpCode );
62 LbxSrvrFindPreferredBitmapCompMethod ( LbxProxyPtr proxy );
64 LbxSrvrFindPreferredPixmapCompMethod ( LbxProxyPtr proxy, int format, int depth );
H A Dlbxserve.h74 LbxProxyPtr proxy; member in struct:_LbxClient
90 /* this array is indexed by lbx proxy index */
95 int pid; /* proxy ID */
126 /* This array is indexed by server client index, not lbx proxy index */
131 #define LbxProxy(client) (LbxClient(client)->proxy)
134 #define LbxProxyClient(proxy) ((proxy)->lbxClients[0]->client)
141 LbxProxyPtr proxy );
142 extern void LbxProxyConnection ( ClientPtr client, LbxProxyPtr proxy );
146 extern void LbxForceOutput ( LbxProxyPtr proxy );
[all...]
H A Dlbxtags.h84 extern void LbxFlushTags ( LbxProxyPtr proxy );
H A Dosdep.h208 OsProxyPtr proxy; member in struct:_osComm
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dlbxsrvopts.h58 LbxSrvrLookupBitmapCompMethod ( LbxProxyPtr proxy, int methodOpCode );
60 LbxSrvrLookupPixmapCompMethod ( LbxProxyPtr proxy, int methodOpCode );
62 LbxSrvrFindPreferredBitmapCompMethod ( LbxProxyPtr proxy );
64 LbxSrvrFindPreferredPixmapCompMethod ( LbxProxyPtr proxy, int format, int depth );
H A Dlbxserve.h74 LbxProxyPtr proxy; member in struct:_LbxClient
90 /* this array is indexed by lbx proxy index */
95 int pid; /* proxy ID */
126 /* This array is indexed by server client index, not lbx proxy index */
131 #define LbxProxy(client) (LbxClient(client)->proxy)
134 #define LbxProxyClient(proxy) ((proxy)->lbxClients[0]->client)
141 LbxProxyPtr proxy );
142 extern void LbxProxyConnection ( ClientPtr client, LbxProxyPtr proxy );
146 extern void LbxForceOutput ( LbxProxyPtr proxy );
[all...]
H A Dlbxtags.h84 extern void LbxFlushTags ( LbxProxyPtr proxy );
H A Dosdep.h206 OsProxyPtr proxy; member in struct:_osComm
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Duser.c86 GDBusProxy *proxy; member in struct:__anon2093
390 result = g_dbus_connection_call_sync (g_dbus_proxy_get_connection (object->proxy),
392 g_dbus_proxy_get_object_path (object->proxy),
402 g_warning ("Error updating user %s: %s", g_dbus_proxy_get_object_path (object->proxy), error->message);
460 user_signal_cb (GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, UserAccountObject *object) argument
466 g_debug ("User %s changed", g_dbus_proxy_get_object_path (object->proxy));
478 GDBusProxy *proxy; local
482 proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
493 if (!proxy)
499 object->proxy
532 user_accounts_signal_cb(GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, LightDMUserList *user_list) argument
637 display_manager_signal_cb(GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, LightDMUserList *user_list) argument
1164 get_property(GDBusProxy *proxy, const gchar *property) argument
1183 get_boolean_property(GDBusProxy *proxy, const gchar *property) argument
1204 get_string_property(GDBusProxy *proxy, const gchar *property) argument
1230 get_string_array_property(GDBusProxy *proxy, const gchar *property) argument
[all...]
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/internal/
H A DXPCOMJavaProxy.java50 * interface, and all calls to the proxy are forwarded to the XPCOM object.
55 * Pointer to the XPCOM object for which we are a proxy.
69 * Returns the XPCOM object that the given proxy references.
76 XPCOMJavaProxy proxy = (XPCOMJavaProxy) Proxy.getInvocationHandler(aProxy);
77 return proxy.nativeXPCOMPtr;
101 * All calls to the Java proxy are forwarded to this method. This method
230 * Called when the proxy is garbage collected by the JVM. Allows us to clean
243 * Calls the XPCOM object referenced by the proxy with the given method.
/vbox/src/VBox/Main/src-server/
H A DHostDnsService.cpp156 void HostDnsMonitor::addMonitorProxy(PCHostDnsMonitorProxy proxy) const
159 m->proxies.push_back(proxy);
160 proxy->notify();
163 void HostDnsMonitor::releaseMonitorProxy(PCHostDnsMonitorProxy proxy) const
167 it = std::find(m->proxies.begin(), m->proxies.end(), proxy);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcproxy.h244 #define EXTERN_PROXY_FILE(proxy) \
245 EXTERN_C const ProxyFileInfo proxy##_ProxyFileInfo DECLSPEC_HIDDEN;
251 #define REFERENCE_PROXY_FILE(proxy) \
252 & proxy##_ProxyFileInfo
/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c162 static char *proxy = NULL; /* the proxy name if any */ variable
163 static int proxyPort; /* the proxy port if any */
209 * Currently it just checks for proxy informations
227 if (proxy == NULL) {
255 if (proxy != NULL) {
256 xmlFree(proxy);
257 proxy = NULL;
325 * @URL: The proxy URL used to initialize the proxy contex
[all...]
H A Dnanoftp.c146 static char *proxy = NULL; /* the proxy name if any */ variable
147 static int proxyPort = 0; /* the proxy port if any */
148 static char *proxyUser = NULL; /* user for proxy authentication */
149 static char *proxyPasswd = NULL;/* passwd for proxy authentication */
182 * Currently it just checks for proxy informations,
228 * Cleanup the FTP protocol layer. This cleanup proxy informations.
233 if (proxy != NULL) {
234 xmlFree(proxy);
235 proxy
[all...]
/vbox/src/VBox/Main/src-all/win/
H A Dcomregister.cmd105 REM Figure out the Windows version as the proxy stub requires 6.0 or later (at least for 64-bit).
131 if "%1" == "--proxy" goto arg_proxy
132 if "%1" == "--no-proxy" goto arg_no_proxy
134 echo usage: comregister.cmd [-u,--uninstall] [--no-proxy] [--proxy]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drpcproxy.h247 #define EXTERN_PROXY_FILE(proxy) \
248 EXTERN_C const ProxyFileInfo proxy##_ProxyFileInfo DECLSPEC_HIDDEN;
254 #define REFERENCE_PROXY_FILE(proxy) \
255 & proxy##_ProxyFileInfo
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp1464 ComPtr<IEventListener> proxy; local
1465 rc = createProxyListener(aListener, proxy.asOutParam());
1474 /* Register active proxy listener on real event source */
1475 rc = es->RegisterListener(proxy, ComSafeArrayInArg(aInterested), TRUE);
1497 ComPtr<IEventListener> proxy; local
1498 rc = getProxyListener(aListener, proxy.asOutParam());
1506 rc = es->UnregisterListener(proxy);
1558 ComObjPtr<ProxyEventListener> proxy; local
1560 HRESULT rc = proxy.createObject();
1561 ComAssertMsgRet(SUCCEEDED(rc), ("Could not create proxy (
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsPipe3.cpp830 nsCOMPtr<nsIInputStreamCallback> proxy; local
832 nsresult rv = NS_NewInputStreamReadyEvent(getter_AddRefs(proxy),
835 callback = proxy;
1195 nsCOMPtr<nsIOutputStreamCallback> proxy; local
1197 nsresult rv = NS_NewOutputStreamReadyEvent(getter_AddRefs(proxy),
1200 callback = proxy;
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dip4.c228 forwarded = 0; /* but try connection proxy if configured */
234 * Check for addresses in that address space that proxy wants to
236 * proxy */
342 int proxy = 0; local
544 proxy = 1;
556 if (!proxy)
616 if (proxy) {
645 /* no proxy support for this protocol */
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dip6.c336 * Check for addresses in that address space that proxy wants to
338 * proxy */
420 int proxy = 0; local
585 proxy = 1;
592 if (!proxy)
764 if (proxy) {
797 /* no proxy support for this protocol */
H A Dnd6.c261 u8_t proxy; local
296 proxy = 0;
301 accepted = proxy = 1;
316 if (proxy) {
393 if (!proxy)
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/
H A Detharp.c700 u8_t proxy; local
767 for_us = proxy = 1;
770 proxy = 0;
800 proxy ? "as proxy" : "for our IP address"));
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventObject.cpp180 // make sure that the object pass in is not a proxy...
181 // if the object *is* a proxy, then be nice and build the proxy
198 // a proxy from a proxy. -- dougt@netscape.com
199 NS_ASSERTION(0, "Someone is building a proxy from a proxy");
206 // someone is asking us to create a proxy for a proxy. Lets get
235 // Enter the proxy objec
264 nsCOMPtr<nsProxyEventObject> proxy; local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 256 milliseconds

12