Searched refs:group_id (Results 1 – 11 of 11) sorted by relevance
/reactos/dll/win32/inseng/ |
H A D | icif.c | 64 char *group_id; member 183 static HRESULT enum_components_create(ICifFile *file, struct list *start, char *group_id, IEnumCifC… 866 } while (This->group_id && (!comp->group || strcmp(This->group_id, comp->group))); in enum_components_Next() 891 static HRESULT enum_components_create(ICifFile *file, struct list *start, char *group_id, IEnumCifC… in enum_components_create() argument 903 enumerator->group_id = group_id; in enum_components_create()
|
/reactos/dll/directx/wine/d3drm/ |
H A D | meshbuilder.c | 2571 static HRESULT WINAPI d3drm_mesh_SetVertices(IDirect3DRMMesh *iface, D3DRMGROUPINDEX group_id, in d3drm_mesh_SetVertices() argument 2577 iface, group_id, start_idx, count, values); in d3drm_mesh_SetVertices() 2579 if (group_id >= mesh->nb_groups) in d3drm_mesh_SetVertices() 2582 if ((start_idx + count - 1) >= mesh->groups[group_id].nb_vertices) in d3drm_mesh_SetVertices() 2588 memcpy(mesh->groups[group_id].vertices + start_idx, values, count * sizeof(*values)); in d3drm_mesh_SetVertices() 2714 D3DRMGROUPINDEX group_id, DWORD start_idx, DWORD count, D3DRMVERTEX *vertices) in d3drm_mesh_GetVertices() argument 2719 iface, group_id, start_idx, count, vertices); in d3drm_mesh_GetVertices() 2721 if (group_id >= mesh->nb_groups) in d3drm_mesh_GetVertices() 2724 if ((start_idx + count - 1) >= mesh->groups[group_id].nb_vertices) in d3drm_mesh_GetVertices() 2730 memcpy(vertices, mesh->groups[group_id].vertices + start_idx, count * sizeof(*vertices)); in d3drm_mesh_GetVertices()
|
/reactos/sdk/lib/3rdparty/stlport/ |
H A D | README | 34 https://sourceforge.net/project/showfiles.php?group_id=146814
|
H A D | INSTALL | 106 https://sourceforge.net/tracker/?atid=766246&group_id=146814&func=browse
|
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/ |
H A D | iso9660.h | 325 char group_id [ISODCL(1, 2)]; member
|
/reactos/sdk/include/psdk/ |
H A D | http.h | 438 ULONG WINAPI HttpCreateUrlGroup(HTTP_SERVER_SESSION_ID session_id, HTTP_URL_GROUP_ID *group_id, ULO…
|
/reactos/sdk/lib/3rdparty/stlport/doc/ |
H A D | README.borland | 16 https://sourceforge.net/forum/?group_id=146814
|
H A D | README.evc4 | 15 https://sourceforge.net/forum/?group_id=146814
|
H A D | README.evc3 | 16 https://sourceforge.net/forum/?group_id=146814
|
H A D | README.msvc | 16 https://sourceforge.net/forum/?group_id=146814
|
/reactos/dll/win32/crypt32/ |
H A D | oid.c | 1574 … DWORD len, oid_len, name_len = 0, extra_len = 0, cngalgid_len = 0, cngextra_len = 0, group_id = 0; in read_oid_info() local 1584 group_id = strtol(p + 1, NULL, 10); in read_oid_info() 1618 info->info.dwGroupId = group_id; in read_oid_info()
|