Source
static void zbx_pp_manager_queue_test(zbx_pp_manager_t *manager, zbx_pp_item_preproc_t *preproc, zbx_variant_t *value,
/*
** Copyright (C) 2001-2025 Zabbix SIA
**
** This program is free software: you can redistribute it and/or modify it under the terms of
** the GNU Affero General Public License as published by the Free Software Foundation, version 3.
**
** This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
** without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
** See the GNU Affero General Public License for more details.
**
** You should have received a copy of the GNU Affero General Public License along with this program.
** If not, see <https://www.gnu.org/licenses/>.
**/
static zbx_preproc_prepare_value_func_t preproc_prepare_value_func_cb = NULL;
static zbx_preproc_flush_value_func_t preproc_flush_value_func_cb = NULL;
static zbx_get_progname_f get_progname_func_cb = NULL;
/******************************************************************************
* *
* Purpose: initialize xml library, called before creating worker threads *
* *
******************************************************************************/
static void pp_xml_init(void)
{
xmlInitParser();
}