Home
last modified time | relevance | path

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

/dports/sysutils/fluent-bit/fluent-bit-1.8.11/include/fluent-bit/stream_processor/
H A Dflb_sp.h141 struct flb_sp *sp; /* parent context */
151 struct flb_sp { struct
156 struct flb_sp *flb_sp_create(struct flb_config *config); argument
157 void flb_sp_destroy(struct flb_sp *sp);
159 int flb_sp_do(struct flb_sp *sp, struct flb_input_instance *in,
162 int flb_sp_test_do(struct flb_sp *sp, struct flb_sp_task *task,
170 struct flb_sp_task *flb_sp_task_create(struct flb_sp *sp, const char *name,
172 int flb_sp_fd_event(int fd, struct flb_sp *sp);
H A Dflb_sp_stream.h35 struct flb_sp *sp);
36 void flb_sp_stream_destroy(struct flb_sp_stream *stream, struct flb_sp *sp);
H A Dflb_sp_snapshot.h45 int flb_sp_snapshot_flush(struct flb_sp *sp, struct flb_sp_task *task,
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/stream_processor/
H A Dflb_sp_stream.c37 struct flb_sp *sp) in flb_sp_stream_create()
162 void flb_sp_stream_destroy(struct flb_sp_stream *stream, struct flb_sp *sp) in flb_sp_stream_destroy()
H A Dflb_sp.c58 static int sp_config_file(struct flb_config *config, struct flb_sp *sp, in sp_config_file()
170 static void sp_info(struct flb_sp *sp) in sp_info()
676 struct flb_sp *flb_sp_create(struct flb_config *config) in flb_sp_create()
682 struct flb_sp *sp; in flb_sp_create()
687 sp = flb_malloc(sizeof(struct flb_sp)); in flb_sp_create()
1384 struct flb_sp *sp) in sp_process_data_aggr()
1560 struct flb_sp *sp) in sp_process_data()
1959 int flb_sp_test_do(struct flb_sp *sp, struct flb_sp_task *task, in flb_sp_test_do()
2023 int flb_sp_do(struct flb_sp *sp, struct flb_input_instance *in, in flb_sp_do()
2117 int flb_sp_fd_event(int fd, struct flb_sp *sp) in flb_sp_fd_event()
[all …]
H A Dflb_sp_snapshot.c186 int flb_sp_snapshot_flush(struct flb_sp *sp, struct flb_sp_task *task,
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/tests/internal/
H A Dstream_processor.c994 struct flb_sp *sp; in invalid_queries()
1035 struct flb_sp *sp; in test_select_keys()
1122 struct flb_sp *sp; in test_select_subkeys()
1392 struct flb_sp *sp; in test_window()
1611 struct flb_sp *sp; in test_snapshot()