Home
last modified time | relevance | path

Searched refs:link_t (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/dports/net-mgmt/etherape/etherape-0.9.20/src/stats/
H A Dlinks.c41 static void link_protocol_sort(link_t *link);
42 static gchar *link_xml(link_t *link);
111 link_t *link; in link_create()
113 link = g_malloc(sizeof(link_t)); in link_create()
124 void link_delete(link_t *link) in link_delete()
137 gchar *link_dump(const link_t *link) in link_dump()
177 gchar *link_xml(link_t *link) in link_xml()
312 link_t *link; in links_catalog_find_create()
371 link_t *link; in links_catalog_add_packet()
384 const link_t *link = (const link_t *)value; in link_dump_tvs()
[all …]
H A Dlinks.h41 } link_t; typedef
43 link_t *link_create(const link_id_t *link_id); /* creates a new link object */
44 void link_delete(link_t *link); /* destroys a link, releasing memory */
45 gchar *link_dump(const link_t *link); /* dumps link to newly allocated string */
51 void links_catalog_insert(link_t *new_link); /* insert a new link */
53 link_t *links_catalog_find(const link_id_t *key); /* finds a link */
54 link_t *links_catalog_find_create(const link_id_t *key); /* finds a link, creating one if necessary…
/dports/games/quakeforge/quakeforge-0.7.2/include/QF/
H A Dlink.h39 } link_t; typedef
41 void ClearLink (link_t *l);
42 void RemoveLink (link_t *l);
43 void InsertLinkBefore (link_t *l, link_t *before);
44 void InsertLinkAfter (link_t *l, link_t *after);
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dlink_ops.h29 } link_t; typedef
38 void ClearLink (link_t *l);
39 void RemoveLink (link_t *l);
40 void InsertLinkBefore (link_t *l, link_t *before);
41 void InsertLinkAfter (link_t *l, link_t *after);
H A Dlink_ops.c27 void ClearLink (link_t *l) in ClearLink()
32 void RemoveLink (link_t *l) in RemoveLink()
38 void InsertLinkBefore (link_t *l, link_t *before) in InsertLinkBefore()
46 void InsertLinkAfter (link_t *l, link_t *after) in InsertLinkAfter()
/dports/net-mgmt/xymon-client/xymon-4.3.30/lib/
H A Dlinks.c27 typedef struct link_t { struct
31 } link_t; argument
62 static link_t *init_link(char *filename, char *urlprefix) in init_link()
65 link_t *newlink = NULL; in init_link()
69 newlink = (link_t *) malloc(sizeof(link_t)); in init_link()
98 link_t *newlink; in load_links()
158 static link_t *find_link(char *key) in find_link()
160 link_t *l = NULL; in find_link()
164 if (handle != xtreeEnd(linkstree)) l = (link_t *)xtreeData(linkstree, handle); in find_link()
173 link_t *link; in columnlink()
[all …]
/dports/net-mgmt/xymon-server/xymon-4.3.30/lib/
H A Dlinks.c27 typedef struct link_t { struct
31 } link_t; argument
62 static link_t *init_link(char *filename, char *urlprefix) in init_link()
65 link_t *newlink = NULL; in init_link()
69 newlink = (link_t *) malloc(sizeof(link_t)); in init_link()
98 link_t *newlink; in load_links()
158 static link_t *find_link(char *key) in find_link()
160 link_t *l = NULL; in find_link()
164 if (handle != xtreeEnd(linkstree)) l = (link_t *)xtreeData(linkstree, handle); in find_link()
173 link_t *link; in columnlink()
[all …]
/dports/multimedia/libdvdnav/libdvdnav-6.1.1/src/vm/
H A Dplay.h25 link_t play_PGC(vm_t *vm);
26 link_t play_PGC_PG(vm_t *vm, int pgN);
27 link_t play_PGC_post(vm_t *vm);
28 link_t play_PG(vm_t *vm);
29 link_t play_Cell(vm_t *vm);
30 link_t play_Cell_post(vm_t *vm);
H A Dplay.c47 link_t play_PGC(vm_t *vm) { in play_PGC()
48 link_t link_values; in play_PGC()
101 link_t play_PGC_PG(vm_t *vm, int pgN) { in play_PGC_PG()
102 link_t link_values; in play_PGC_PG()
140 link_t play_PGC_post(vm_t *vm) { in play_PGC_post()
141 link_t link_values = { LinkNoLink, 0, 0, 0 }; in play_PGC_post()
170 link_t play_PG(vm_t *vm) { in play_PG()
190 link_t play_Cell(vm_t *vm) { in play_Cell()
191 static const link_t play_this = {PlayThis, /* Block in Cell */ 0, 0, 0}; in play_Cell()
263 link_t play_Cell_post(vm_t *vm) { in play_Cell_post()
[all …]
/dports/multimedia/handbrake/libdvdnav-6.1.1/src/vm/
H A Dplay.h25 link_t play_PGC(vm_t *vm);
26 link_t play_PGC_PG(vm_t *vm, int pgN);
27 link_t play_PGC_post(vm_t *vm);
28 link_t play_PG(vm_t *vm);
29 link_t play_Cell(vm_t *vm);
30 link_t play_Cell_post(vm_t *vm);
H A Dplay.c47 link_t play_PGC(vm_t *vm) { in play_PGC()
48 link_t link_values; in play_PGC()
101 link_t play_PGC_PG(vm_t *vm, int pgN) { in play_PGC_PG()
102 link_t link_values; in play_PGC_PG()
140 link_t play_PGC_post(vm_t *vm) { in play_PGC_post()
141 link_t link_values = { LinkNoLink, 0, 0, 0 }; in play_PGC_post()
170 link_t play_PG(vm_t *vm) { in play_PG()
190 link_t play_Cell(vm_t *vm) { in play_Cell()
191 static const link_t play_this = {PlayThis, /* Block in Cell */ 0, 0, 0}; in play_Cell()
263 link_t play_Cell_post(vm_t *vm) { in play_Cell_post()
[all …]
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dworld.h40 } link_t; typedef
53 link_t areagrid[AREA_GRIDNODES];
54 link_t areagrid_outside;
67 void World_ClearLink(link_t *l);
68 void World_RemoveLink(link_t *l);
69 void World_InsertLinkBefore(link_t *l, link_t *before, int entitynumber);
/dports/games/quakeforge/quakeforge-0.7.2/libs/util/
H A Dlink.c36 ClearLink (link_t *l) in ClearLink()
42 RemoveLink (link_t *l) in RemoveLink()
49 InsertLinkBefore (link_t *l, link_t *before) in InsertLinkBefore()
58 InsertLinkAfter (link_t *l, link_t *after) in InsertLinkAfter()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dworld.h40 } link_t; typedef
78 link_t areagrid[AREA_GRIDNODES];
79 link_t areagrid_outside;
95 void World_ClearLink(link_t *l);
96 void World_RemoveLink(link_t *l);
97 void World_InsertLinkBefore(link_t *l, link_t *before, int entitynumber);
/dports/games/darkplaces/darkplaces/
H A Dworld.h40 } link_t; typedef
78 link_t areagrid[AREA_GRIDNODES];
79 link_t areagrid_outside;
95 void World_ClearLink(link_t *l);
96 void World_RemoveLink(link_t *l);
97 void World_InsertLinkBefore(link_t *l, link_t *before, int entitynumber);
/dports/math/yices/yices-2.6.2/src/solvers/cdcl/
H A Dsat_solver.h202 typedef uintptr_t link_t; typedef
205 link_t link[2];
276 #define NULL_LINK ((link_t) 0)
278 static inline link_t mk_link(clause_t *c, uint32_t i) { in mk_link()
280 return (link_t)(((uintptr_t) c) | ((uintptr_t) i)); in mk_link()
283 static inline clause_t *clause_of(link_t lnk) { in clause_of()
287 static inline uint32_t idx_of(link_t lnk) { in idx_of()
291 static inline link_t next_of(link_t lnk) { in next_of()
301 static inline link_t cons(uint32_t i, clause_t *c, link_t lnk) { in cons()
307 static inline link_t *cdr_ptr(link_t lnk) { in cdr_ptr()
[all …]
/dports/net/arp-scan/arp-scan-1.9.7/
H A Dlink-packet-socket.c51 } link_t; typedef
64 static link_t *
66 link_t *handle; in link_open()
96 link_close(link_t *handle) { in link_close()
118 link_t *handle; in get_hardware_address()
/dports/games/tenebrae/tenebrae_0/
H A Dcommon.h55 } link_t; typedef
58 void ClearLink (link_t *l);
59 void RemoveLink (link_t *l);
60 void InsertLinkBefore (link_t *l, link_t *before);
61 void InsertLinkAfter (link_t *l, link_t *after);
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dcommon.h55 } link_t; typedef
61 void ClearLink (link_t *l);
62 void RemoveLink (link_t *l);
63 void InsertLinkBefore (link_t *l, link_t *before);
64 void InsertLinkAfter (link_t *l, link_t *after);
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/parse/
H A Dtypes.h19 } link_t; typedef
54 G_GNUC_INTERNAL link_t *__gst_parse_link_new (void);
55 G_GNUC_INTERNAL void __gst_parse_link_free (link_t *data);
67 # define gst_parse_link_new() g_slice_new0 (link_t)
68 # define gst_parse_link_free(l) g_slice_free (link_t, l)
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dhtml.cxx28 } link_t; typedef
38 static link_t *links;
62 static link_t *find_link(uchar *name);
63 static int compare_links(link_t *n1, link_t *n2);
901 link_t *temp; /* New name */ in add_link()
915 temp = (link_t *)malloc(sizeof(link_t) * alloc_links); in add_link()
917 temp = (link_t *)realloc(links, sizeof(link_t) * alloc_links); in add_link()
948 static link_t *
952 link_t key, /* Search key */ in find_link()
963 match = (link_t *)bsearch(&key, links, num_links, sizeof(link_t), in find_link()
[all …]
H A Dhtmlsep.cxx29 } link_t; typedef
44 static link_t *links; // Links
72 static link_t *find_link(uchar *name);
73 static int compare_links(link_t *n1, link_t *n2);
993 link_t *temp; /* New name */ in add_link()
1012 temp = (link_t *)malloc(sizeof(link_t) * alloc_links); in add_link()
1014 temp = (link_t *)realloc(links, sizeof(link_t) * alloc_links); in add_link()
1045 static link_t *
1049 link_t key, /* Search key */ in find_link()
1061 match = (link_t *)bsearch(&key, links, num_links, sizeof(link_t), in find_link()
[all …]
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dhblocks.c137 typedef struct link_t struct
143 link_t; argument
163 PRIVATE link_t *HLInewlink(int32 file_id,
776 link_t *l, *next; in HLIstaccess()
1045 PRIVATE link_t *
1054 link_t *new_link = NULL; in HLIgetlink()
1058 new_link = (link_t *) HDmalloc((uint32) sizeof(link_t)); in HLIgetlink()
1068 new_link->next = (link_t *) NULL; in HLIgetlink()
1578 PRIVATE link_t *
1587 link_t *t_link = NULL; in HLInewlink()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/range/detail/
H A Djoin_iterator.hpp173 typedef join_iterator_link<Iterator1, Iterator2> link_t; typedef in boost::range_detail::join_iterator
182 , m_link(link_t(iterator1_t(), iterator2_t())) in join_iterator()
188 , m_link(link_t(last1, first2)) in join_iterator()
196 , m_link(link_t(boost::end(r1), boost::begin(r2))) in join_iterator()
204 , m_link(link_t(boost::const_end(r1), boost::const_begin(r2))) in join_iterator()
212 , m_link(link_t(boost::end(r1), boost::begin(r2))) in join_iterator()
220 , m_link(link_t(boost::const_end(r1), boost::const_begin(r2))) in join_iterator()
349 link_t m_link;
/dports/devel/hyperscan/boost_1_75_0/boost/range/detail/
H A Djoin_iterator.hpp173 typedef join_iterator_link<Iterator1, Iterator2> link_t; typedef in boost::range_detail::join_iterator
182 , m_link(link_t(iterator1_t(), iterator2_t())) in join_iterator()
188 , m_link(link_t(last1, first2)) in join_iterator()
196 , m_link(link_t(boost::end(r1), boost::begin(r2))) in join_iterator()
204 , m_link(link_t(boost::const_end(r1), boost::const_begin(r2))) in join_iterator()
212 , m_link(link_t(boost::end(r1), boost::begin(r2))) in join_iterator()
220 , m_link(link_t(boost::const_end(r1), boost::const_begin(r2))) in join_iterator()
349 link_t m_link;

12345678910>>...12