/***********************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 2003-2011 AT&T Intellectual Property *
* and is licensed under the *
* Eclipse Public License, Version 1.0 *
* by AT&T Intellectual Property *
* *
* A copy of the License is available at *
* (with md5 checksum b35adb5213ca9657e911e9befb180842) *
* *
* Information and Software Systems Research *
* AT&T Research *
* Florham Park NJ *
* *
* Phong Vo <kpv@research.att.com> *
* *
***********************************************************************/
#include "vchdr.h"
/* Managing buffered data for a handle.
**
** Written by Kiem-Phong Vo (kpv@research.att.com)
*/
#if __STD_C
#else
#endif
{
Vcbuffer_t *b, *n;
#ifdef VMFL
#endif
if(!vc)
if(trunc) /* truncating a buffer */
{ /* find the buffer */
break;
if(!b) /* not in this handle */
continue;
if(n) /* isolate b from buffer pool */
if(size < 0 ) /* just free the buffer */
free(b);
}
}
if(n != b)
b = n;
}
}
}
else if(size < 0) /* free all buffers */
{ n = b->next;
free(b);
}
}
}
else
}
}