Searched refs:FreeOutputs (Results 1 – 1 of 1) sorted by relevance
107 static ConnectionOutputPtr FreeOutputs = (ConnectionOutputPtr) NULL; variable740 if ((oco = FreeOutputs)) { in WriteToClient()741 FreeOutputs = oco->next; in WriteToClient()968 oco->next = FreeOutputs; in FlushClient()969 FreeOutputs = oco; in FlushClient()1037 if (FreeOutputs) { in FreeOsBuffers()1042 FreeOutputs = oco; in FreeOsBuffers()1060 while ((oco = FreeOutputs)) { in ResetOsBuffers()1061 FreeOutputs = oco->next; in ResetOsBuffers()