Home
last modified time | relevance | path

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

/dports/devel/liblogging/liblogging-1.0.6/rfc3195/src/
H A Dstringbuf.c64 pThis->iAllocIncrement = STRINGBUF_ALLOC_INCREMENT; in sbStrBConstruct()
121 if((pNewBuf = malloc((pThis->iBufSize + pThis->iAllocIncrement) * sizeof(char))) == NULL) in sbStrBAppendChar()
124 pThis->iBufSize += pThis->iAllocIncrement; in sbStrBAppendChar()
180 pThis->iAllocIncrement = iNewIncrement; in sbStrBSetAllocIncrement()
H A Dstringbuf.h63 int iAllocIncrement; /**< the amount of bytes the string should be expanded if it needs to */ member