Searched refs:index_str (Results 1 – 2 of 2) sorted by relevance
2903 WCHAR *index_str; in SHLoadIndirectString() local2915 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()
3291 LPWSTR index_str, file = (LPWSTR)pszFileName; in TLB_ReadTypeLib() local3299 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()