Home
last modified time | relevance | path

Searched refs:ts_tdt (Results 1 – 7 of 7) sorted by relevance

/dports/net/mptsd/mptsd-1.1/libtsfuncs/
H A Dtdt.c17 struct ts_tdt *ts_tdt_alloc() { in ts_tdt_alloc()
18 struct ts_tdt *tdt = calloc(1, sizeof(struct ts_tdt)); in ts_tdt_alloc()
23 void ts_tdt_clear(struct ts_tdt *tdt) { in ts_tdt_clear()
32 memset(tdt, 0, sizeof(struct ts_tdt)); in ts_tdt_clear()
37 void ts_tdt_free(struct ts_tdt **ptdt) { in ts_tdt_free()
38 struct ts_tdt *tdt = *ptdt; in ts_tdt_free()
46 struct ts_tdt *ts_tdt_push_packet(struct ts_tdt *tdt, uint8_t *ts_packet) { in ts_tdt_push_packet()
97 int ts_tdt_parse(struct ts_tdt *tdt) { in ts_tdt_parse()
157 struct ts_tdt *ts_tdt_copy(struct ts_tdt *tdt) { in ts_tdt_copy()
173 struct ts_tdt *tdt1 = ts_tdt_alloc(); in ts_tdt_check_generator()
[all …]
H A Dtdt_desc.c17 static void ts_tdt_regenerate_packet_data(struct ts_tdt *tdt) { in ts_tdt_regenerate_packet_data()
26 static struct ts_tdt *ts_tdt_init_empty(struct ts_tdt *tdt, time_t ts, int tot) { in ts_tdt_init_empty()
54 struct ts_tdt *ts_tdt_init(struct ts_tdt *tdt, time_t ts) { in ts_tdt_init()
58 struct ts_tdt *ts_tot_init(struct ts_tdt *tot, time_t ts) { in ts_tot_init()
62 struct ts_tdt *ts_tdt_alloc_init(time_t ts) { in ts_tdt_alloc_init()
66 struct ts_tdt *ts_tot_alloc_init(time_t ts) { in ts_tot_alloc_init()
70 void ts_tdt_set_time(struct ts_tdt *tdt, time_t now) { in ts_tdt_set_time()
76 void ts_tot_set_localtime_offset(struct ts_tdt *tdt, time_t now, time_t change_time, uint8_t polari… in ts_tot_set_localtime_offset()
146 void ts_tot_set_localtime_offset_sofia(struct ts_tdt *tdt, time_t now) { in ts_tot_set_localtime_offset_sofia()
H A Dtsfuncs.h253 struct ts_tdt * ts_tdt_alloc(void);
254 struct ts_tdt * ts_tdt_init (struct ts_tdt *tdt, time_t ts);
255 struct ts_tdt * ts_tot_init (struct ts_tdt *tot, time_t ts);
256 struct ts_tdt * ts_tdt_alloc_init (time_t ts);
258 void ts_tdt_clear (struct ts_tdt *tdt);
259 void ts_tdt_free (struct ts_tdt **tdt);
261 int ts_tdt_parse (struct ts_tdt *tdt);
262 struct ts_tdt * ts_tdt_push_packet (struct ts_tdt *tdt, uint8_t *ts_packet);
264 void ts_tdt_dump (struct ts_tdt *tdt);
271 struct ts_tdt * ts_tdt_copy (struct ts_tdt *tdt);
[all …]
H A Dtstest.c39 struct ts_tdt *tdt = ts_tdt_alloc_init(NOW); in ts_tdt_test()
47 struct ts_tdt *tot; in ts_tot_test()
H A Dtsdata.h242 struct ts_tdt { struct
/dports/net/mptsd/mptsd-1.1/
H A Ddata.h195 struct ts_tdt *tdt;
198 struct ts_tdt *tot;
H A Doutput_psi.c155 static void output_add_pid0x14(OUTPUT *o, struct ts_tdt *tdt) { in output_add_pid0x14()