HomeSort by relevance Sort by last modified time
    Searched full:newctxt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
xinclude.c 664 xmlXIncludeCtxtPtr newctxt; local
682 newctxt = xmlXIncludeNewContext(doc);
683 if (newctxt != NULL) {
687 newctxt->_private = ctxt->_private;
691 newctxt->incMax = ctxt->incMax;
692 newctxt->incNr = ctxt->incNr;
693 newctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(newctxt->incMax *
694 sizeof(newctxt->incTab[0]));
695 if (newctxt->incTab == NULL)
1933 xmlXIncludeCtxtPtr newctxt; local
    [all...]
  /external/libxml2/
xinclude.c 665 xmlXIncludeCtxtPtr newctxt; local
683 newctxt = xmlXIncludeNewContext(doc);
684 if (newctxt != NULL) {
688 newctxt->_private = ctxt->_private;
692 newctxt->incMax = ctxt->incMax;
693 newctxt->incNr = ctxt->incNr;
694 newctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(newctxt->incMax *
695 sizeof(newctxt->incTab[0]));
696 if (newctxt->incTab == NULL)
1961 xmlXIncludeCtxtPtr newctxt; local
    [all...]

Completed in 82 milliseconds