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

/external/chromium_org/third_party/libxml/src/
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);
/external/libxml2/
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 115 milliseconds