Searched refs:FactoryList (Results 1 – 2 of 2) sorted by relevance
3242 for (entry = head->FactoryList; in DupFormatterFactoryList()3258 if (newHead.FactoryList == NULL) in DupFormatterFactoryList()3259 newHead.FactoryList = newEntry; in DupFormatterFactoryList()3294 ctx ->FactoryList = NULL; in _cmsRegisterFormattersPlugin()3303 fl ->Next = ctx -> FactoryList; in _cmsRegisterFormattersPlugin()3304 ctx ->FactoryList = fl; in _cmsRegisterFormattersPlugin()3317 for (f =ctx->FactoryList; f != NULL; f = f ->Next) { in _cmsGetFormatter()
535 struct _cms_formatters_factory_list* FactoryList; member