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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/include/libxml/
H A Dxpath.h41 typedef struct _xmlXPathParserContext xmlXPathParserContext; typedef in typeref:struct:_xmlXPathParserContext
42 typedef xmlXPathParserContext *xmlXPathParserContextPtr;
363 * xmlXPathParserContext:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/include/libxml/
H A Dxpath.h41 typedef struct _xmlXPathParserContext xmlXPathParserContext; typedef in typeref:struct:_xmlXPathParserContext
42 typedef xmlXPathParserContext *xmlXPathParserContextPtr;
363 * xmlXPathParserContext:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/include/libxml/
H A Dxpath.h41 typedef struct _xmlXPathParserContext xmlXPathParserContext; typedef in typeref:struct:_xmlXPathParserContext
42 typedef xmlXPathParserContext *xmlXPathParserContextPtr;
363 * xmlXPathParserContext:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dxpath.c6095 * Create a new xmlXPathParserContext
6097 * Returns the xmlXPathParserContext just allocated.
6103 ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
6108 memset(ret, 0 , (size_t) sizeof(xmlXPathParserContext));
6131 * Create a new xmlXPathParserContext when processing a compiled expression
6133 * Returns the xmlXPathParserContext just allocated.
6139 ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
6144 memset(ret, 0 , (size_t) sizeof(xmlXPathParserContext));
6168 * Free up an xmlXPathParserContext
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dxpath.c6095 * Create a new xmlXPathParserContext
6097 * Returns the xmlXPathParserContext just allocated.
6103 ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
6108 memset(ret, 0 , (size_t) sizeof(xmlXPathParserContext));
6131 * Create a new xmlXPathParserContext when processing a compiled expression
6133 * Returns the xmlXPathParserContext just allocated.
6139 ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
6144 memset(ret, 0 , (size_t) sizeof(xmlXPathParserContext));
6168 * Free up an xmlXPathParserContext
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dxpath.c6095 * Create a new xmlXPathParserContext
6097 * Returns the xmlXPathParserContext just allocated.
6103 ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
6108 memset(ret, 0 , (size_t) sizeof(xmlXPathParserContext));
6131 * Create a new xmlXPathParserContext when processing a compiled expression
6133 * Returns the xmlXPathParserContext just allocated.
6139 ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
6144 memset(ret, 0 , (size_t) sizeof(xmlXPathParserContext));
6168 * Free up an xmlXPathParserContext

Completed in 295 milliseconds