Searched refs:ContextCopy (Results 1 – 1 of 1) sorted by relevance
817 LPWSTR ContextCopy = NULL, QueryCopy = NULL; in MapAnsiQuerySetToUnicode() local856 ContextCopy = UnicodeDupFromAnsi(AnsiCopy->lpszContext); in MapAnsiQuerySetToUnicode()857 if (!ContextCopy) in MapAnsiQuerySetToUnicode()865 UnicodeCopy->lpszContext = ContextCopy; in MapAnsiQuerySetToUnicode()920 if (ContextCopy) HeapFree(WsSockHeap, 0, ContextCopy); in MapAnsiQuerySetToUnicode()938 LPSTR ContextCopy = NULL, QueryCopy = NULL; in MapUnicodeQuerySetToAnsi() local977 ContextCopy = AnsiDupFromUnicode(UnicodeCopy->lpszContext); in MapUnicodeQuerySetToAnsi()978 if (!ContextCopy) in MapUnicodeQuerySetToAnsi()986 AnsiCopy->lpszContext = ContextCopy; in MapUnicodeQuerySetToAnsi()1041 if (ContextCopy) HeapFree(WsSockHeap, 0, ContextCopy); in MapUnicodeQuerySetToAnsi()