Searched refs:FactoryList (Results 1 – 2 of 2) sorted by relevance
3224 for (entry = head->FactoryList; in DupFormatterFactoryList()3240 if (newHead.FactoryList == NULL) in DupFormatterFactoryList()3241 newHead.FactoryList = newEntry; in DupFormatterFactoryList()3276 ctx ->FactoryList = NULL; in _cmsRegisterFormattersPlugin()3285 fl ->Next = ctx -> FactoryList; in _cmsRegisterFormattersPlugin()3286 ctx ->FactoryList = fl; in _cmsRegisterFormattersPlugin()3299 for (f =ctx->FactoryList; f != NULL; f = f ->Next) { in _cmsGetFormatter()
600 struct _cms_formatters_factory_list* FactoryList; member