Home
last modified time | relevance | path

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

/reactos/dll/win32/rpcrt4/
H A Drpc_assoc.c89 static BOOL compare_networkoptions(LPCWSTR opts1, LPCWSTR opts2) in compare_networkoptions() argument
91 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()