Home
last modified time | relevance | path

Searched refs:CHECK_ERROR_GERROR (Results 1 – 25 of 103) sorted by relevance

12345

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/filter/
H A Dfilter-expr-grammar.y109 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
524CHECK_ERROR_GERROR(log_template_compile(left, $1, &error), @1, error, "compiling the left-hand-sid…
525CHECK_ERROR_GERROR(log_template_compile(right, $3, &error), @3, error, "compiling the right-hand-s…
561CHECK_ERROR_GERROR(filter_re_compile_pattern(last_filter_expr, $2, &error), @2, error, "compiling …
581CHECK_ERROR_GERROR(filter_re_compile_pattern(last_filter_expr, $2, &error), @2, error, "compiling …
915CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
922CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
925CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
1082CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1287CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
H A Dfilter-expr-grammar.ym179CHECK_ERROR_GERROR(log_template_compile(left, $1, &error), @1, error, "compiling the left-hand-sid…
180CHECK_ERROR_GERROR(log_template_compile(right, $3, &error), @3, error, "compiling the right-hand-s…
216CHECK_ERROR_GERROR(filter_re_compile_pattern(last_filter_expr, $2, &error), @2, error, "compiling …
236CHECK_ERROR_GERROR(filter_re_compile_pattern(last_filter_expr, $2, &error), @2, error, "compiling …
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/affile/
H A Daffile-grammar.y131 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
596CHECK_ERROR_GERROR(log_proto_multi_line_server_options_set_prefix(&last_log_proto_options->super, …
603CHECK_ERROR_GERROR(log_proto_multi_line_server_options_set_garbage(&last_log_proto_options->super,…
910CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
917CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
920CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
1077CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1282CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/regexp-parser/
H A Dregexp-parser-grammar.y97 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
415CHECK_ERROR_GERROR(regexp_parser_compile(last_parser, &error), @$, error, "compiling the regexp fa…
669CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
676CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
679CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
836CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1041CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/geoip2/
H A Dgeoip-parser-grammar.y97 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
423 CHECK_ERROR_GERROR(template != NULL, @1, error, "Error compiling template");
678CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
685CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
688CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
845CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1050CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/rewrite/
H A Drewrite-expr-grammar.y110 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
440CHECK_ERROR_GERROR(log_rewrite_subst_compile_pattern(last_rewrite, $3, &error), @3, error, "error …
824CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
831CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
834CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
991CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1196CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/examples/destinations/example_destination/
H A Dexample_destination-grammar.y93 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
654CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
661CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
664CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
821CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1026CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/afuser/
H A Dafuser-grammar.y103 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
662CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
669CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
672CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
829CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1034CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/examples/inner-destinations/http-test-slots/
H A Dhttp-test-slots-grammar.y100 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
664CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
671CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
674CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
831CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1036CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/examples/sources/threaded-diskq-source/
H A Dthreaded-diskq-source-grammar.y104 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
672CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
679CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
682CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
839CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1044CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Dblock-ref-grammar.y91 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
651CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
658CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
661CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
818CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1023CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
H A Dpragma-grammar.y94 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
762CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
769CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
772CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
929CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1134CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/map-value-pairs/
H A Dmap-value-pairs-grammar.y94 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
651CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
658CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
661CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
818CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1023CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/tagsparser/
H A Dtags-parser-grammar.y100 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
662CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
669CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
672CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
829CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1034CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/openbsd/
H A Dopenbsd-grammar.y102 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
667CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
674CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
677CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
834CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1039CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/parser/
H A Dparser-expr-grammar.y99 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
666CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
673CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
676CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
833CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1038CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/add-contextual-data/
H A Dadd-contextual-data-grammar.y101 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
704CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
711CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
714CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
871CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1076CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/afprog/
H A Dafprog-grammar.y102 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
702CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
709CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
712CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
869CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1074CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/afsmtp/
H A Dafsmtp-grammar.y96 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
749CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
756CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
759CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
916CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1121CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/appmodel/
H A Dappmodel-grammar.y100 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
687CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
694CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
697CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
854CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1059CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/csvparser/
H A Dcsvparser-grammar.y100 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
726CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
733CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
736CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
893CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1098CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/azure-auth-header/
H A Dazure-auth-header-grammar.y99 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
681CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
688CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
691CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
848CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1053CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/examples/sources/msg-generator/
H A Dmsg-generator-grammar.y106 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
705CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
712CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
715CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
872CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1077CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/examples/sources/threaded-random-generator/
H A Dthreaded-random-generator-grammar.y104 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
685CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
692CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
695CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
852CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1057CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/systemd-journal/
H A Dsystemd-journal-grammar.y104 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ macro
709CHECK_ERROR_GERROR(log_template_compile(last_template, $1, &error), @1, error, "Error compiling te…
716CHECK_ERROR_GERROR(log_template_compile(last_template, $3, &error), @3, error, "Error compiling te…
719CHECK_ERROR_GERROR(log_template_set_type_hint(last_template, $1, &error), @1, error, "Error settin…
876CHECK_ERROR_GERROR(template != NULL, @3, error, "Error compiling template");
1081CHECK_ERROR_GERROR(last_writer_options->template != NULL, @3, error, "Error compiling template");

12345