Home
last modified time | relevance | path

Searched refs:HTChunk_ensure (Results 1 – 7 of 7) sorted by relevance

/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTChunk.h95 extern void HTChunk_ensure (HTChunk * ch, int extra_size);
222 #define HTChunkEnsure(ch, s) HTChunk_ensure((ch), (s))
H A DHTChunk.c98 HTChunk_ensure(ch, length - ch->size); in HTChunk_setSize()
210 PUBLIC void HTChunk_ensure (HTChunk * ch, int len) in HTChunk_ensure() function
H A DHTSChunk.c84 if (cl > 0) HTChunk_ensure(me->chunk, cl); in HTSC_putBlock()
H A DHTTChunk.c316 HTChunk_ensure(me->buf, length); in HTChunkedEncoder()
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/windows/
H A Dwwwutils.def41 HTChunk_ensure @ 415
/dports/www/libwww/w3c-libwww-5.4.2/
H A DChangeLog556 * Fixed the HT_OUTOFMEM() calls in HTChunk_ensure() to have the
562 rather than using HTChunk_ensure() and writing data past the "size".
571 * Fixed the comments for HTChunk_ensure() (it was describing the
/dports/www/libwww/w3c-libwww-5.4.2/Library/User/Patch/
H A Dlib_4.0C_1.fix2748 ! HTChunk_ensure @ 405
2761 ! HTChunk_ensure @ 407