Searched refs:nb_xtemplates (Results 1 – 3 of 3) sorted by relevance
913 xtemplate* cur_template = &buf->pdxf->xtemplates[buf->pdxf->nb_xtemplates]; in parse_template_option_info()972 while (cur_member->idx_template < buf->pdxf->nb_xtemplates) in parse_template_members_list()978 if (cur_member->idx_template == buf->pdxf->nb_xtemplates) in parse_template_members_list()1054 buf->pdxf->xtemplates[buf->pdxf->nb_xtemplates].nb_members = idx_member; in parse_template_members_list()1086 buf->pdxf->xtemplates[buf->pdxf->nb_xtemplates].class_id = *(GUID*)buf->value; in parse_template()1092 …buf->pdxf->nb_xtemplates, buf->pdxf->xtemplates[buf->pdxf->nb_xtemplates].name, debugstr_guid(&buf… in parse_template()1093 buf->pdxf->nb_xtemplates++; in parse_template()1176 for (j = 0; j < buf->pdxf->nb_xtemplates; j++) in parse_object_members_list()1184 if (j == buf->pdxf->nb_xtemplates) in parse_object_members_list()1392 for (i = 0; i < buf->pdxf->nb_xtemplates; i++) in parse_object()[all …]
64 object->nb_xtemplates = 1; in IDirectXFileImpl_Create()264 TRACE("Registered templates (%d):\n", This->nb_xtemplates); in IDirectXFileImpl_CreateEnumObject()265 for (i = 1; i < This->nb_xtemplates; i++) in IDirectXFileImpl_CreateEnumObject()343 TRACE("Registered templates (%d):\n", This->nb_xtemplates); in IDirectXFileImpl_RegisterTemplates()344 for (i = 1; i < This->nb_xtemplates; i++) in IDirectXFileImpl_RegisterTemplates()
90 ULONG nb_xtemplates; member