Source
897
897
898
898
void zbx_load_lld_override_operations(const zbx_vector_uint64_t *overrideids, char **sql, size_t *sql_alloc,
899
899
zbx_vector_lld_override_operation_t *ops);
900
900
901
901
#define ZBX_TIMEZONE_DEFAULT_VALUE "default"
902
902
903
903
int zbx_db_check_version_info(struct zbx_db_version_info_t *info, int allow_unsupported,
904
904
unsigned char program_type);
905
905
void zbx_db_version_info_clear(struct zbx_db_version_info_t *version_info);
906
906
907
-
#define ZBX_MAX_HRECORDS 1000
908
-
#define ZBX_MAX_HRECORDS_TOTAL 10000
909
-
910
907
#define ZBX_PROXY_DATA_DONE 0
911
908
#define ZBX_PROXY_DATA_MORE 1
912
909
913
910
void zbx_calc_timestamp(const char *line, int *timestamp, const char *format);
914
911
915
912
char *zbx_get_proxy_protocol_version_str(const struct zbx_json_parse *jp);
916
913
int zbx_get_proxy_protocol_version_int(const char *version_str);
917
914
918
915
/* condition evaluation types */
919
916
#define ZBX_CONDITION_EVAL_TYPE_AND_OR 0