Searched refs:opts2 (Results 1 – 1 of 1) sorted by relevance
89 static BOOL compare_networkoptions(LPCWSTR opts1, LPCWSTR opts2) in compare_networkoptions() argument91 if ((opts1 == NULL) && (opts2 == NULL)) in compare_networkoptions()93 if ((opts1 == NULL) || (opts2 == NULL)) in compare_networkoptions()95 return !wcscmp(opts1, opts2); in compare_networkoptions()