Searched refs:xmlXPathContext (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.h39 typedef struct _xmlXPathContext xmlXPathContext; typedef in typeref:struct:_xmlXPathContext
40 typedef xmlXPathContext *xmlXPathContextPtr;
270 * xmlXPathContext:
366 * an xmlXPathContext, and the stack of objects.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/include/libxml/
H A Dxpath.h39 typedef struct _xmlXPathContext xmlXPathContext; typedef in typeref:struct:_xmlXPathContext
40 typedef xmlXPathContext *xmlXPathContextPtr;
270 * xmlXPathContext:
366 * an xmlXPathContext, and the stack of objects.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/include/libxml/
H A Dxpath.h39 typedef struct _xmlXPathContext xmlXPathContext; typedef in typeref:struct:_xmlXPathContext
40 typedef xmlXPathContext *xmlXPathContextPtr;
270 * xmlXPathContext:
366 * an xmlXPathContext, and the stack of objects.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dxpath.c5987 * Create a new xmlXPathContext
5989 * Returns the xmlXPathContext just allocated. The caller will need to free it.
5995 ret = (xmlXPathContextPtr) xmlMalloc(sizeof(xmlXPathContext));
6000 memset(ret, 0 , (size_t) sizeof(xmlXPathContext));
6038 * Free up an xmlXPathContext
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dxpath.c5987 * Create a new xmlXPathContext
5989 * Returns the xmlXPathContext just allocated. The caller will need to free it.
5995 ret = (xmlXPathContextPtr) xmlMalloc(sizeof(xmlXPathContext));
6000 memset(ret, 0 , (size_t) sizeof(xmlXPathContext));
6038 * Free up an xmlXPathContext
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dxpath.c5987 * Create a new xmlXPathContext
5989 * Returns the xmlXPathContext just allocated. The caller will need to free it.
5995 ret = (xmlXPathContextPtr) xmlMalloc(sizeof(xmlXPathContext));
6000 memset(ret, 0 , (size_t) sizeof(xmlXPathContext));
6038 * Free up an xmlXPathContext

Completed in 315 milliseconds