Searched refs:gc (Results 76 - 100 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 Dbuffer.c83 alloc_buf_gc_debug (size_t size, struct gc_arena *gc, const char *file, int line) argument
85 alloc_buf_gc (size_t size, struct gc_arena *gc)
95 buf.data = (uint8_t *) gc_malloc_debug (size, false, gc, file, line);
97 buf.data = (uint8_t *) gc_malloc (size, false, gc);
392 struct gc_arena *gc)
396 gc);
525 string_alloc_debug (const char *str, struct gc_arena *gc, const char *file, int line) argument
527 string_alloc (const char *str, struct gc_arena *gc)
535 if (gc) {
537 ret = (char *) gc_malloc_debug (n, false, gc, fil
390 format_hex_ex(const uint8_t *data, int size, int maxoutput, int space_break, const char* separator, struct gc_arena *gc) argument
591 print_argv(const char **p, struct gc_arena *gc, const unsigned int flags) argument
616 string_alloc_buf_debug(const char *str, struct gc_arena *gc, const char *file, int line) argument
853 string_mod_const(const char *str, const unsigned int inclusive, const unsigned int exclusive, const char replace, struct gc_arena *gc) argument
[all...]
H A Dmudp.c49 struct gc_arena gc = gc_new (); local
84 mroute_addr_print (&real, &gc));
102 mroute_addr_print (&real, &gc),
108 gc_free (&gc);
H A Dpush.h60 void push_options (struct options *o, char **p, int msglevel, struct gc_arena *gc);
H A Dsession_id.h83 const char *session_id_print (const struct session_id *sid, struct gc_arena *gc);
H A Dmtu.c134 struct gc_arena gc = gc_new (); local
135 struct buffer out = alloc_buf_gc (256, &gc);
150 gc_free (&gc);
199 format_extended_socket_error (int fd, int *mtu, struct gc_arena *gc) argument
208 struct buffer out = alloc_buf_gc (256, gc);
209 char *cbuf = (char *) gc_malloc (256, false, gc);
H A Dforward.c162 wait_status_string (struct context *c, struct gc_arena *gc) argument
164 struct buffer out = alloc_buf_gc (64, gc);
166 tun_stat (c->c1.tuntap, EVENT_READ, gc),
167 tun_stat (c->c1.tuntap, EVENT_WRITE, gc),
168 socket_stat (c->c2.link_socket, EVENT_READ, gc),
169 socket_stat (c->c2.link_socket, EVENT_WRITE, gc),
170 tv_string (&c->c2.timeval, gc));
177 struct gc_arena gc = gc_new (); local
178 dmsg (D_EVENT_WAIT, "%s", wait_status_string (c, &gc));
179 gc_free (&gc);
254 struct gc_arena gc = gc_new (); local
347 struct gc_arena gc = gc_new (); local
908 struct gc_arena gc = gc_new (); local
1140 struct gc_arena gc = gc_new (); local
1252 struct gc_arena gc = gc_new (); local
1384 struct gc_arena gc = gc_new (); local
[all...]
H A Dmanage.c293 struct gc_arena gc = gc_new (); local
315 out = log_entry_print (&e, LOG_PRINT_CRLF, &gc);
320 | LOG_PRINT_CRLF, &gc);
328 out = log_entry_print (&e, LOG_FATAL_NOTIFY|LOG_PRINT_CRLF, &gc);
337 gc_free (&gc);
455 struct gc_arena gc = gc_new (); local
483 print_in_addr_t (addr, 0, &gc),
489 print_in_addr_t (addr, 0, &gc),
526 gc_free (&gc);
541 struct gc_arena gc local
1111 struct gc_arena gc = gc_new (); local
1389 struct gc_arena gc = gc_new (); local
1442 struct gc_arena gc = gc_new (); local
1548 struct gc_arena gc = gc_new (); local
1609 struct gc_arena gc = gc_new (); local
1723 struct gc_arena gc = gc_new (); local
1771 struct gc_arena gc = gc_new (); local
2240 struct gc_arena gc = gc_new (); local
2329 struct gc_arena gc = gc_new (); local
2465 struct gc_arena gc = gc_new (); local
2483 struct gc_arena gc = gc_new (); local
2869 struct gc_arena gc = gc_new (); local
2991 struct gc_arena gc = gc_new (); local
3197 log_entry_print(const struct log_entry *e, unsigned int flags, struct gc_arena *gc) argument
[all...]
H A Dpf.c380 struct gc_arena gc = gc_new (); local
387 mroute_addr_print_ex (dest, MAPF_SHOW_ARP, &gc),
389 print_in_addr_t (rule->network, 0, &gc),
390 print_in_addr_t (rule->netmask, 0, &gc),
399 mroute_addr_print_ex (dest, MAPF_SHOW_ARP, &gc),
402 gc_free (&gc);
564 struct gc_arena gc = gc_new (); local
568 const char *pf_file = create_temp_file (c->options.tmp_dir, "pf", &gc);
575 c->c2.pf.filename = string_alloc (pf_file, &c->c2.gc);
599 gc_free (&gc);
620 struct gc_arena gc = gc_new (); local
[all...]
H A Doptions.c765 gc_init (&o->gc);
880 gc_free (&o->gc);
1031 string_substitute (const char *src, int from, int to, struct gc_arena *gc) argument
1033 char *ret = (char *) gc_malloc (strlen (src) + 1, true, gc);
1050 parse_hash_fingerprint(const char *str, int nbytes, int msglevel, struct gc_arena *gc) argument
1054 uint8_t *ret = (uint8_t *) gc_malloc (nbytes, true, gc);
1089 struct gc_arena gc = gc_new (); local
1096 print_in_addr_t (array[i], 0, &gc));
1098 gc_free (&gc);
1161 struct gc_arena gc local
1676 parse_http_proxy_override(const char *server, const char *port, const char *flags, const int msglevel, struct gc_arena *gc) argument
2901 options_string(const struct options *o, const struct frame *frame, struct tuntap *tt, bool remote, struct gc_arena *gc) argument
3084 struct gc_arena gc = gc_new (); local
3115 struct gc_arena gc = gc_new (); local
3163 struct gc_arena gc = gc_new (); local
3176 struct gc_arena gc = gc_new (); local
3202 struct gc_arena gc = gc_new (); local
3229 options_string_version(const char* s, struct gc_arena *gc) argument
3243 struct gc_arena gc = gc_new(); local
3484 parse_line(const char *line, char *p[], const int n, const char *file, const int line_num, int msglevel, struct gc_arena *gc) argument
3674 read_inline_file(struct in_src *is, const char *close_tag, struct gc_arena *gc) argument
3693 check_inline_file(struct in_src *is, char *p[], struct gc_arena *gc) argument
3717 check_inline_file_via_fp(FILE *fp, char *p[], struct gc_arena *gc) argument
3726 check_inline_file_via_buf(struct buffer *multiline, char *p[], struct gc_arena *gc) argument
4033 struct gc_arena gc = gc_new (); local
[all...]
H A Dwin32.c572 struct gc_arena gc = gc_new (); local
573 struct buffer out = alloc_buf_gc (256, &gc);
578 gc_free (&gc);
812 wide_cmd_line (const struct argv *a, struct gc_arena *gc) argument
832 work = gc_malloc (maxlen + 1, false, gc);
834 buf = alloc_buf_gc (nchars, gc);
849 return wide_string (BSTR (&buf), gc);
865 struct gc_arena gc = gc_new (); local
870 WCHAR *cl = wide_cmd_line (a, &gc);
871 WCHAR *cmd = wide_string (a->argv[0], &gc);
914 wide_string(const char* utf8, struct gc_arena *gc) argument
[all...]
H A Ddhcp.c202 struct gc_arena gc = gc_new (); local
203 msg (D_ROUTE, "Extracted DHCP router address: %s", print_in_addr_t (ret, 0, &gc));
204 gc_free (&gc);
H A Dopenvpn.c171 gc_init (&c.gc);
174 c.es = env_set_create (&c.gc);
273 gc_reset (&c.gc);
H A Dotime.h45 const char* time_string (time_t t, int usec, bool show_usec, struct gc_arena *gc);
49 const char *tv_string (const struct timeval *tv, struct gc_arena *gc);
50 const char *tv_string_abs (const struct timeval *tv, struct gc_arena *gc);
H A Dperf.c274 struct gc_arena gc = gc_new (); local
286 tv_string (&p->start, &gc),
292 gc_free (&gc);
H A Dpkcs11_openssl.c126 pkcs11_certificate_dn (pkcs11h_certificate_t certificate, struct gc_arena *gc) argument
138 dn = x509_get_subject (x509, gc);
H A Dplugin.h108 struct plugin_option_list *plugin_option_list_new (struct gc_arena *gc);
109 bool plugin_option_list_add (struct plugin_option_list *list, char **p, struct gc_arena *gc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlobject.h154 #define gcvalue(o) check_exp(iscollectable(o), val_(o).gc)
156 #define rawtsvalue(o) check_exp(ttisstring(o), &val_(o).gc->ts)
158 #define rawuvalue(o) check_exp(ttisuserdata(o), &val_(o).gc->u)
160 #define clvalue(o) check_exp(ttisclosure(o), &val_(o).gc->cl)
161 #define clLvalue(o) check_exp(ttisLclosure(o), &val_(o).gc->cl.l)
162 #define clCvalue(o) check_exp(ttisCclosure(o), &val_(o).gc->cl.c)
164 #define hvalue(o) check_exp(ttistable(o), &val_(o).gc->h)
166 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th)
167 /* a dead value may get the 'gc' field, but cannot access its contents */
168 #define deadvalue(o) check_exp(ttisdeadkey(o), cast(void *, val_(o).gc))
389 GCObject *gc; /* collectable objects */ member in union:Value
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dbitmap.cpp167 GdkGC *gc = gdk_gc_new( m_bitmap );
168 gdk_gc_set_function(gc, GDK_COPY_INVERT);
169 gdk_draw_drawable(m_bitmap, gc, bitmap.GetPixmap(), 0, 0, 0, 0, bitmap.GetWidth(), bitmap.GetHeight());
170 g_object_unref (gc);
377 GdkGC* gc = gdk_gc_new(bmp.GetPixmap()); local
378 gdk_draw_image(bmp.GetPixmap(), gc, img_scaled, 0, 0, 0, 0, -1, -1);
379 g_object_unref(gc);
487 GdkGC* gc = gdk_gc_new(M_BMPDATA->m_pixmap); local
489 M_BMPDATA->m_pixmap, gc,
492 g_object_unref(gc);
615 GdkGC* gc = gdk_gc_new(pixmap_invert); local
745 GdkGC *gc = gdk_gc_new( ret.GetPixmap() ); local
755 GdkGC *gc = gdk_gc_new( mask->m_bitmap ); local
1023 GdkGC* gc = gdk_gc_new(newRef->m_pixmap); local
1037 GdkGC* gc = gdk_gc_new(newRef->m_mask->m_bitmap); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dnanox.c37 int XSetGraphicsExposures( Display* display, GC gc, Bool graphics_exposures) argument
82 int XCopyArea(Display* display, Drawable src, Drawable dest, GC gc, argument
86 GrCopyArea(dest, gc, dest_x, dest_y,
92 int XCopyPlane(Display* display, Drawable src, Drawable dest, GC gc, argument
96 GrCopyArea(dest, gc, dest_x, dest_y,
313 int XDrawLine(Display* display, Window win, GC gc, argument
322 GrDrawLines(win, gc, points, 2);
330 GR_GC_ID gc = GrNewGC(); local
336 GrSetGCFont(gc, font->fid);
343 GrGetGCTextSize(gc,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A DMakefile4 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dgauge.cpp247 GC gc; member in struct:_XmGaugePart
317 XDrawString(XtDisplay(gw), XtWindow(gw), THIS.gc, sht+gw->core.width/2,
323 XFillRectangle(XtDisplay(gw), XtWindow(gw), THIS.gc,
333 XFillRectangle(XtDisplay(gw), XtWindow(gw), THIS.gc,
344 XSetClipRectangles(XtDisplay(gw), THIS.gc, 0, 0, rects, 1, Unsorted);
345 XSetForeground(XtDisplay(gw), THIS.gc, backgr);
346 XDrawString(XtDisplay(gw), XtWindow(gw), THIS.gc, sht+gw->core.width/2,
354 XDrawString(XtDisplay(gw), XtWindow(gw), THIS.gc, sht,
360 XFillRectangle(XtDisplay(gw), XtWindow(gw), THIS.gc,
370 XFillRectangle(XtDisplay(gw), XtWindow(gw), THIS.gc,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dit8761e_gpio.c78 static int it8761e_gpio_get(struct gpio_chip *gc, unsigned gpio_num) argument
89 static int it8761e_gpio_direction_in(struct gpio_chip *gc, unsigned gpio_num) argument
113 static void it8761e_gpio_set(struct gpio_chip *gc, argument
133 static int it8761e_gpio_direction_out(struct gpio_chip *gc, argument
141 it8761e_gpio_set(gc, gpio_num, val);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ks8695/
H A Dgpio.c99 static int ks8695_gpio_direction_input(struct gpio_chip *gc, unsigned int pin) argument
125 static int ks8695_gpio_direction_output(struct gpio_chip *gc, argument
160 static void ks8695_gpio_set_value(struct gpio_chip *gc, argument
185 static int ks8695_gpio_get_value(struct gpio_chip *gc, unsigned int pin) argument
200 static int ks8695_gpio_to_irq(struct gpio_chip *gc, unsigned int pin) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dgen_gpio.c203 static struct gpio_chip gc = { variable in typeref:struct:gpio_chip
222 gpiochip_add(&gc);
232 (void)gpiochip_remove(&gc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dxv.c43 GC gc; member in struct:__anon3313
96 if (xv->gc)
97 XFreeGC(xv->display, xv->gc);
197 xv->gc = XCreateGC(xv->display, xv->window, 0, 0);
216 XSetForeground(xv->display, xv->gc, fgcolor.pixel);
273 XFillRectangles(xv->display, xv->window, xv->gc, rect, 2);
281 XFillRectangles(xv->display, xv->window, xv->gc, rect, 2);
285 if (XvShmPutImage(xv->display, xv->xv_port, xv->window, xv->gc,

Completed in 186 milliseconds

12345678