Searched refs:xmlNewStreamComp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dpattern.c1479 * xmlNewStreamComp:
1487 xmlNewStreamComp(int size) { function
1496 "xmlNewStreamComp: malloc failed\n");
1504 "xmlNewStreamComp: malloc failed\n");
1550 "xmlNewStreamComp: malloc failed\n");
1587 stream = xmlNewStreamComp(0);
1596 stream = xmlNewStreamComp((comp->nbStep / 2) + 1);

Completed in 47 milliseconds