Home
last modified time | relevance | path

Searched refs:index_str (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/shlwapi/
H A Dstring.c2903 WCHAR *index_str; in SHLoadIndirectString() local
2915 index_str = strchrW(dllname, ','); in SHLoadIndirectString()
2917 if(!index_str) goto end; in SHLoadIndirectString()
2919 *index_str = 0; in SHLoadIndirectString()
2920 index_str++; in SHLoadIndirectString()
2921 index = atoiW(index_str); in SHLoadIndirectString()
/reactos/dll/win32/oleaut32/
H A Dtypelib.c3291 LPWSTR index_str, file = (LPWSTR)pszFileName; in TLB_ReadTypeLib() local
3299 index_str = wcsrchr(pszFileName, '\\'); in TLB_ReadTypeLib()
3300 if(index_str && *++index_str != '\0') in TLB_ReadTypeLib()
3303 LONG idx = wcstol(index_str, &end_ptr, 10); in TLB_ReadTypeLib()
3306 int str_len = index_str - pszFileName - 1; in TLB_ReadTypeLib()