Searched refs:new_wpp_output (Results 1 – 1 of 1) sorted by relevance
286 char *new_wpp_output; in wpp_write() local302 new_wpp_output = HeapReAlloc(GetProcessHeap(), 0, wpp_output, in wpp_write()304 if(!new_wpp_output) in wpp_write()309 wpp_output = new_wpp_output; in wpp_write()317 char *new_wpp_output = HeapReAlloc(GetProcessHeap(), 0, wpp_output, in wpp_close_output() local319 if(!new_wpp_output) return 0; in wpp_close_output()320 wpp_output = new_wpp_output; in wpp_close_output()