Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTChunk.c113 BOOL HTChunkRealloc(HTChunk *ch, int growby) in HTChunkRealloc() function
140 if (!HTChunkRealloc(ch, ch->growby)) in HTChunkPutc()
188 if (!HTChunkRealloc(ch, growby)) in HTChunkPutb()
246 if (!HTChunkRealloc(ch, growby)) in HTChunkPutUtf8Char()
309 if (!HTChunkRealloc(ch, ch->growby)) in HTChunkPuts()
DHTChunk.h122 extern BOOL HTChunkRealloc(HTChunk *ch, int growby);