Home
last modified time | relevance | path

Searched refs:dummy_pointer (Results 1 – 16 of 16) sorted by relevance

/dports/net/sniffit/sniffit-sniffit-0.5/src/
H A Dsn_analyse.c7 dummy_pointer=search_dynam(filename, TCP);
8 if(dummy_pointer!=NULL) status=1;
62 if(dummy_pointer!=NULL)
64 dummy_pointer->log=LOG_LOGIN;
65 dummy_pointer->bytes=0;
68 dummy_pointer->buffer[0]=0;
87 dummy_pointer->log=LOG_PWD; dummy_pointer->bytes=0;
88 dummy_pointer->buffer[0]=0;
99 dummy_pointer->log=LOG_NO_LOG; dummy_pointer->bytes=0;
100 dummy_pointer->buffer[0]=0;
[all …]
H A Dsniffit.c238 delete_dynam (dummy_pointer->filename, dummy_pointer->proto, 0); in add_dynam()
240 delete_dynam (dummy_pointer->filename, dummy_pointer->proto, 1); in add_dynam()
248 dummy_pointer->bytes = 0; in add_dynam()
256 dummy_pointer->f = f; in add_dynam()
264 dummy_pointer->log = 0; in add_dynam()
280 return dummy_pointer; in add_dynam()
315 free (dummy_pointer); in delete_dynam()
375 dummy_pointer->log++; in record_buf()
398 printf ("Record buffer: >%s< (%d)\n", dummy_pointer->buffer, dummy_pointer->bytes); in record_buf()
408 dummy_pointer->scroll_buf[i - 1] = dummy_pointer->scroll_buf[i]; in sb_shift()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Voronoi_diagram_2/
H A DDummy_iterator.h51 reference operator*() { return *dummy_pointer(); }
52 pointer operator->() { return dummy_pointer(); }
54 const_reference operator*() const { return *dummy_pointer(); }
55 const_pointer operator->() const { return dummy_pointer(); }
69 static pointer dummy_pointer() { in dummy_pointer() function
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dglibconfig.inc49 dummy_pointer : pointer;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dglibconfig.inc49 dummy_pointer : pointer;
/dports/multimedia/recordmydesktop/recordmydesktop-0.3.8.1/src/
H A Drmd_types.h290 unsigned char *dummy_pointer, //a dummy pointer to be drawn member
H A Drmd_initialize_data.c68 pdata->dummy_pointer = MakeDummyPointer(pdata->dpy,
H A Drmd_get_frame.c642 pdata->dummy_pointer, in GetFrame()
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathHull.cpp198 static InsetLabel * dummy_pointer = 0; variable
202 numbers_(1, empty_docstring()), label_(1, dummy_pointer), in InsetMathHull()
217 numbers_(1, empty_docstring()), label_(1, dummy_pointer), in InsetMathHull()
931 label_[row] = dummy_pointer; in label()
1300 InsetLabel * label = dummy_pointer; in addRow()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dctr_gfx.c705 static u32* dummy_pointer; in ctr_frame()
707 dummy_pointer = malloc(0x2000000); in ctr_frame()
709 free(dummy_pointer); in ctr_frame()
/dports/lang/php81/php-8.1.1/ext/pcntl/
H A Dpcntl.c89 static void pcntl_signal_dispatch_tick_function(int dummy_int, void *dummy_pointer);
1421 static void pcntl_signal_dispatch_tick_function(int dummy_int, void *dummy_pointer) in pcntl_signal_dispatch_tick_function() argument
/dports/www/mod_php81/php-8.1.1/ext/pcntl/
H A Dpcntl.c89 static void pcntl_signal_dispatch_tick_function(int dummy_int, void *dummy_pointer);
1421 static void pcntl_signal_dispatch_tick_function(int dummy_int, void *dummy_pointer) in pcntl_signal_dispatch_tick_function() argument
/dports/devel/php81-pcntl/php-8.1.1/ext/pcntl/
H A Dpcntl.c89 static void pcntl_signal_dispatch_tick_function(int dummy_int, void *dummy_pointer);
1421 static void pcntl_signal_dispatch_tick_function(int dummy_int, void *dummy_pointer) in pcntl_signal_dispatch_tick_function() argument
/dports/graphics/cogl/cogl-1.22.8/build/autotools/
H A Das-glibconfig.m41711 void *dummy_pointer;
1741 void *dummy_pointer;
/dports/graphics/cogl/cogl-1.22.8/
H A Dconfigure32618 void *dummy_pointer;
32648 void *dummy_pointer;
/dports/devel/R-cran-Rcpp/Rcpp/
H A DChangeLog7085 dummy_pointer to identify such objects, throw exc. back to R