Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dxmlparse.c239 #define INIT_TAG_BUF_SIZE 32 /* must be a multiple of sizeof(XML_Char) */ macro
2916 tag->buf = (char *)MALLOC(parser, INIT_TAG_BUF_SIZE); in doContent()
2921 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE; in doContent()