PARAMETERS_CHUNK_SIZE 282 src/ftdm_config.c newnode->parameters = ftdm_calloc(PARAMETERS_CHUNK_SIZE, sizeof(*newnode->parameters)); PARAMETERS_CHUNK_SIZE 287 src/ftdm_config.c newnode->t_parameters = PARAMETERS_CHUNK_SIZE; PARAMETERS_CHUNK_SIZE 326 src/ftdm_config.c newparameters = ftdm_realloc(node->parameters, (node->t_parameters + PARAMETERS_CHUNK_SIZE) * sizeof(*node->parameters)); PARAMETERS_CHUNK_SIZE 331 src/ftdm_config.c node->t_parameters = node->n_parameters + PARAMETERS_CHUNK_SIZE;