Searched refs:gc (Results 101 - 125 of 180) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl.h203 struct gc_arena *gc);
492 struct gc_arena *gc);
H A Dforward.h68 const char *wait_status_string (struct context *c, struct gc_arena *gc);
H A Dntlm.c170 ntlm_phase_1 (const struct http_proxy_info *p, struct gc_arena *gc) argument
172 struct buffer out = alloc_buf_gc (96, gc);
187 ntlm_phase_3 (const struct http_proxy_info *p, const char *phase_2, struct gc_arena *gc) argument
347 return ((const char *)make_base64_string2 ((unsigned char *)phase3, phase3_bufpos, gc));
H A Dsig.c257 struct gc_arena gc = gc_new (); local
262 status_printf (so, "Updated,%s", time_string (0, 0, false, &gc));
281 tap_win_getinfo (c->c1.tuntap, &gc));
286 gc_free (&gc);
H A Dinit.c138 struct gc_arena *gc = &c->c2.gc; local
165 ho = init_http_proxy_options_once (&ce->http_proxy_options, gc);
166 ho->server = string_alloc (p[2], gc);
178 ce->socks_proxy_server = string_alloc (p[2], gc);
197 struct gc_arena gc; local
203 gc = gc_new ();
204 struct buffer out = alloc_buf_gc (256, &gc);
218 gc_free (&gc);
252 ALLOC_OBJ_CLEAR_GC (rhs, struct remote_host_store, &c->options.gc);
274 struct gc_arena gc = gc_new (); local
688 struct gc_arena gc = gc_new (); local
700 struct gc_arena gc = gc_new (); local
722 struct gc_arena gc = gc_new (); local
1046 format_common_name(struct context *c, struct gc_arena *gc) argument
1417 struct gc_arena gc = gc_new (); local
1540 struct gc_arena gc = gc_new (); local
2694 struct gc_arena gc = gc_new (); local
[all...]
H A Dmroute.h115 struct gc_arena *gc);
122 struct gc_arena *gc);
H A Dpacket_id.h247 const char *packet_id_persist_print (const struct packet_id_persist *p, struct gc_arena *gc);
279 const char* packet_id_net_print(const struct packet_id_net *pin, bool print_timestamp, struct gc_arena *gc);
H A Dsocket.h353 struct gc_arena *gc);
357 struct gc_arena *gc);
362 struct gc_arena *gc);
365 struct gc_arena *gc);
370 const char *print_in_addr_t (in_addr_t addr, unsigned int flags, struct gc_arena *gc);
371 const char *print_in6_addr (struct in6_addr addr6, unsigned int flags, struct gc_arena *gc);
521 const char *proto2ascii_all (struct gc_arena *gc);
1080 const char *socket_stat (const struct link_socket *s, unsigned int rwflags, struct gc_arena *gc);
H A Dcrypto_polarssl.c224 struct gc_arena gc = gc_new(); local
225 struct buffer pers_string = alloc_buf_gc(100, &gc);
232 buf_printf(&pers_string, "OpenVPN %0u %p %s", platform_getpid(), &cd_ctx, time_string(0, 0, 0, &gc));
240 gc_free(&gc);
H A Dinit.h83 const char *format_common_name (struct context *c, struct gc_arena *gc);
H A Doptions.h176 struct gc_arena gc; member in struct:options
692 const char *options_string_version (const char* s, struct gc_arena *gc);
698 struct gc_arena *gc);
737 struct gc_arena *gc);
H A Dssl_verify.h225 void x509_track_add (const struct x509_track **ll_head, const char *name, int msglevel, struct gc_arena *gc);
H A Dmulti.h70 struct gc_arena gc; member in struct:multi_instance
203 const char *multi_instance_string (const struct multi_instance *mi, bool null, struct gc_arena *gc);
390 gc_free (&mi->gc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dbitmap.cpp104 GC gc = XCreateGC( xdisplay, (Pixmap) m_bitmap, 0, NULL ); local
106 XSetForeground( xdisplay, gc, WhitePixel(xdisplay,xscreen) );
107 XSetFillStyle( xdisplay, gc, FillSolid );
108 XFillRectangle( xdisplay, (Pixmap) m_bitmap, gc, 0, 0, image.GetWidth(), image.GetHeight() );
138 XSetForeground( xdisplay, gc, BlackPixel(xdisplay,xscreen) );
159 XDrawLine( xdisplay, (Pixmap) m_bitmap, gc, start_x, j, i-1, j );
166 XDrawLine( xdisplay, (Pixmap) m_bitmap, gc, start_x, j, i, j );
169 XFreeGC( xdisplay, gc );
212 GC gc = XCreateGC( (Display*) m_display, (Pixmap) m_bitmap, 0, NULL );
215 gc,
336 GC gc = XCreateGC( dpy, (Pixmap)xpixmap, 0, NULL ); local
406 GC gc = XCreateGC( xdisplay, copy, 0, NULL ); local
[all...]
H A Ddcclient.cpp148 static void wxFreePoolGC( GC gc )
152 if (wxGCPool[i].m_gc == gc)
1058 GC gc = GrNewGC(); local
1059 GrSetGCUseBackground(gc, FALSE);
1060 GrSetGCMode(gc, GR_MODE_COPY);
1072 GrCopyArea(bufPixmap, gc, 0, 0, w, h, (Window) m_window,
1078 GrCopyArea(bufPixmap, gc, 0, 0, w, h, pixmap,
1082 GrSetGCBackground(gc, WHITE);
1083 GrSetGCForeground(gc, BLACK);
1084 GrCopyArea(bufPixmap, gc,
1187 GC gc = XCreateGC( xdisplay, new_pixmap, 0, NULL ); local
[all...]
H A Dglcanvas.cpp78 wxGLCanvas *gc = (wxGLCanvas*) win; local
79 XVisualInfo *vi = (XVisualInfo *) gc->m_vi;
98 wxGLCanvas *gc = (wxGLCanvas*) win; variable
99 XVisualInfo *vi = (XVisualInfo *) gc->m_vi;
H A Dutils.cpp354 int rc, gc, bc, hex = 0; local
356 gc = (maxv - g) * wxMAX_RGB / (maxv - minv);
358 if (r == maxv) { h = bc - gc, hex = 0; }
360 else if (b == maxv) { h = gc - rc, hex = 4; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A DMakefile9 jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dgcmalloc.h49 #include <gc.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dsx150x.c230 static int sx150x_gpio_get(struct gpio_chip *gc, unsigned offset) argument
235 chip = container_of(gc, struct sx150x_chip, gpio_chip);
246 static void sx150x_gpio_set(struct gpio_chip *gc, unsigned offset, int val) argument
250 chip = container_of(gc, struct sx150x_chip, gpio_chip);
260 static int sx150x_gpio_direction_input(struct gpio_chip *gc, unsigned offset) argument
265 chip = container_of(gc, struct sx150x_chip, gpio_chip);
275 static int sx150x_gpio_direction_output(struct gpio_chip *gc, argument
282 chip = container_of(gc, struct sx150x_chip, gpio_chip);
292 static int sx150x_gpio_to_irq(struct gpio_chip *gc, unsigned offset) argument
296 chip = container_of(gc, struc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dtps6586x.c193 static int tps6586x_gpio_get(struct gpio_chip *gc, unsigned offset) argument
195 struct tps6586x *tps6586x = container_of(gc, struct tps6586x, gpio);
216 static int tps6586x_gpio_output(struct gpio_chip *gc, unsigned offset, argument
219 struct tps6586x *tps6586x = container_of(gc, struct tps6586x, gpio);
222 tps6586x_gpio_set(gc, offset, value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp86 GdkGC *gc,
97 wxCHECK_RET( gc, _T("NULL gc in gdk_wx_draw_bitmap") );
107 GDK_GC_XGC(gc),
237 static void wxFreePoolGC( GdkGC *gc )
241 if (wxGCPool[i].m_gc == gc)
1135 GdkGC *gc = gdk_gc_new( new_mask ); local
1137 gdk_gc_set_foreground( gc, &col );
1138 gdk_draw_rectangle( new_mask, gc, TRUE, 0, 0, ww, hh );
1140 gdk_gc_set_background( gc,
85 gdk_wx_draw_bitmap(GdkDrawable *drawable, GdkGC *gc, GdkDrawable *src, gint xsrc, gint ysrc, gint xdest, gint ydest, gint width, gint height) argument
1161 GdkGC *gc = gdk_gc_new( bitmap2 ); local
1347 GdkGC *gc = gdk_gc_new( new_mask ); local
1379 GdkGC *gc = gdk_gc_new( bitmap ); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng-x.c147 static GC gc; variable
606 gc = XCreateGC(display, window, 0, &gcvalues);
627 XSetForeground(display, gc, bg_pixel);
628 XFillRectangle(display, window, gc, 0, 0, image_width, image_height);
772 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
835 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
850 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
878 XFreeGC(display, gc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestSR15721.java112 System.gc();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dg_ffs.c315 struct gfs_configuration *gc = local
327 if (gc->eth) {
328 ret = gc->eth(c, gfs_hostaddr);

Completed in 193 milliseconds

12345678