Home
last modified time | relevance | path

Searched refs:parallel_instructions (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/turboxsl/turboxsl-b03c2c9/src/
H A Dtransform.c457 dict_free(pctx->parallel_instructions); in XSLTFreeProcessor()
566 dict_free(ctx->parallel_instructions); in XSLTSetParallelInstructions()
567 ctx->parallel_instructions = dict_new(32); in XSLTSetParallelInstructions()
572 dict_add(ctx->parallel_instructions, tag_string, tag_string); in XSLTSetParallelInstructions()
H A Dtemplate_task.c73 if (dict_find(context->context->parallel_instructions, instruction->name) == NULL) in template_task_run()
H A Dinstructions.c535 pctx->parallel_instructions = dict_new(32); in instructions_set_parallel()
536 dict_add(pctx->parallel_instructions, xsl_apply, xsl_apply); in instructions_set_parallel()
537 dict_add(pctx->parallel_instructions, xsl_foreach, xsl_foreach); in instructions_set_parallel()
H A Dltr_xsl.h111 XMLDICT *parallel_instructions; member