Searched refs:str2v (Results 1 – 1 of 1) sorted by relevance
1559 VARIANT *startv, *str1v, *str2v; in Global_InStr() local1572 str2v = args+1; in Global_InStr()1577 str2v = args+2; in Global_InStr()1597 if(V_VT(str1v) == VT_NULL || V_VT(str2v) == VT_NULL) in Global_InStr()1606 if(V_VT(str2v) != VT_BSTR) { in Global_InStr()1607 FIXME("Unsupported str2 type %s\n", debugstr_variant(str2v)); in Global_InStr()1610 str2 = V_BSTR(str2v); in Global_InStr()