OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newctxt
(Results
1 - 1
of
1
) sorted by null
/external/libxml2/
xinclude.c
666
xmlXIncludeCtxtPtr
newctxt
;
local
684
newctxt
= xmlXIncludeNewContext(doc);
685
if (
newctxt
!= NULL) {
689
newctxt
->_private = ctxt->_private;
693
newctxt
->incMax = ctxt->incMax;
694
newctxt
->incNr = ctxt->incNr;
695
newctxt
->incTab = (xmlXIncludeRefPtr *) xmlMalloc(
newctxt
->incMax *
696
sizeof(
newctxt
->incTab[0]));
697
if (
newctxt
->incTab == NULL)
1964
xmlXIncludeCtxtPtr
newctxt
;
local
[
all
...]
Completed in 282 milliseconds