Home
last modified time | relevance | path

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

/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dhtmlparse.c1409 htmlsyntax_error (YYSIZE_T *htmlmsg_alloc, char **htmlmsg, in htmlsyntax_error() argument
1505 if (*htmlmsg_alloc < htmlsize) in htmlsyntax_error()
1507 *htmlmsg_alloc = 2 * htmlsize; in htmlsyntax_error()
1508 if (! (htmlsize <= *htmlmsg_alloc in htmlsyntax_error()
1509 && *htmlmsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) in htmlsyntax_error()
1510 *htmlmsg_alloc = YYSTACK_ALLOC_MAXIMUM; in htmlsyntax_error()
1607 YYSIZE_T htmlmsg_alloc = sizeof htmlmsgbuf; in htmlparse() local
2174 # define YYSYNTAX_ERROR htmlsyntax_error (&htmlmsg_alloc, &htmlmsg, \ in htmlparse()
2186 htmlmsg = (char *) YYSTACK_ALLOC (htmlmsg_alloc); in htmlparse()
2190 htmlmsg_alloc = sizeof htmlmsgbuf; in htmlparse()