Searched refs:xmlXPathContext (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/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.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/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.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.in.h39 typedef struct _xmlXPathContext xmlXPathContext; typedef in typeref:struct:_xmlXPathContext
40 typedef xmlXPathContext *xmlXPathContextPtr;
270 * xmlXPathContext:
363 * an xmlXPathContext, and the stack of objects.
H A Dxpath.c5950 * Create a new xmlXPathContext
5952 * Returns the xmlXPathContext just allocated. The caller will need to free it.
5958 ret = (xmlXPathContextPtr) xmlMalloc(sizeof(xmlXPathContext));
5963 memset(ret, 0 , (size_t) sizeof(xmlXPathContext));
6001 * Free up an xmlXPathContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/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.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.in.h39 typedef struct _xmlXPathContext xmlXPathContext; typedef in typeref:struct:_xmlXPathContext
40 typedef xmlXPathContext *xmlXPathContextPtr;
270 * xmlXPathContext:
363 * an xmlXPathContext, and the stack of objects.
H A Dxpath.c5950 * Create a new xmlXPathContext
5952 * Returns the xmlXPathContext just allocated. The caller will need to free it.
5958 ret = (xmlXPathContextPtr) xmlMalloc(sizeof(xmlXPathContext));
5963 memset(ret, 0 , (size_t) sizeof(xmlXPathContext));
6001 * Free up an xmlXPathContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c5985 * Create a new xmlXPathContext
5987 * Returns the xmlXPathContext just allocated. The caller will need to free it.
5993 ret = (xmlXPathContextPtr) xmlMalloc(sizeof(xmlXPathContext));
5998 memset(ret, 0 , (size_t) sizeof(xmlXPathContext));
6036 * Free up an xmlXPathContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxpath.c5985 * Create a new xmlXPathContext
5987 * Returns the xmlXPathContext just allocated. The caller will need to free it.
5993 ret = (xmlXPathContextPtr) xmlMalloc(sizeof(xmlXPathContext));
5998 memset(ret, 0 , (size_t) sizeof(xmlXPathContext));
6036 * Free up an xmlXPathContext

Completed in 193 milliseconds