Searched refs:xmlXPathParserContext (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.h41 typedef struct _xmlXPathParserContext xmlXPathParserContext; typedef in typeref:struct:_xmlXPathParserContext
42 typedef xmlXPathParserContext *xmlXPathParserContextPtr;
363 * xmlXPathParserContext:
/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.h41 typedef struct _xmlXPathParserContext xmlXPathParserContext; typedef in typeref:struct:_xmlXPathParserContext
42 typedef xmlXPathParserContext *xmlXPathParserContextPtr;
363 * xmlXPathParserContext:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.in.h41 typedef struct _xmlXPathParserContext xmlXPathParserContext; typedef in typeref:struct:_xmlXPathParserContext
42 typedef xmlXPathParserContext *xmlXPathParserContextPtr;
360 * xmlXPathParserContext:
H A Dxpath.c6058 * Create a new xmlXPathParserContext
6060 * Returns the xmlXPathParserContext just allocated.
6066 ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
6071 memset(ret, 0 , (size_t) sizeof(xmlXPathParserContext));
6094 * Create a new xmlXPathParserContext when processing a compiled expression
6096 * Returns the xmlXPathParserContext just allocated.
6102 ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
6107 memset(ret, 0 , (size_t) sizeof(xmlXPathParserContext));
6131 * Free up an xmlXPathParserContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxpath.h41 typedef struct _xmlXPathParserContext xmlXPathParserContext; typedef in typeref:struct:_xmlXPathParserContext
42 typedef xmlXPathParserContext *xmlXPathParserContextPtr;
363 * xmlXPathParserContext:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.in.h41 typedef struct _xmlXPathParserContext xmlXPathParserContext; typedef in typeref:struct:_xmlXPathParserContext
42 typedef xmlXPathParserContext *xmlXPathParserContextPtr;
360 * xmlXPathParserContext:
H A Dxpath.c6058 * Create a new xmlXPathParserContext
6060 * Returns the xmlXPathParserContext just allocated.
6066 ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
6071 memset(ret, 0 , (size_t) sizeof(xmlXPathParserContext));
6094 * Create a new xmlXPathParserContext when processing a compiled expression
6096 * Returns the xmlXPathParserContext just allocated.
6102 ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
6107 memset(ret, 0 , (size_t) sizeof(xmlXPathParserContext));
6131 * Free up an xmlXPathParserContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c6093 * Create a new xmlXPathParserContext
6095 * Returns the xmlXPathParserContext just allocated.
6101 ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
6106 memset(ret, 0 , (size_t) sizeof(xmlXPathParserContext));
6129 * Create a new xmlXPathParserContext when processing a compiled expression
6131 * Returns the xmlXPathParserContext just allocated.
6137 ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
6142 memset(ret, 0 , (size_t) sizeof(xmlXPathParserContext));
6166 * Free up an xmlXPathParserContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxpath.c6093 * Create a new xmlXPathParserContext
6095 * Returns the xmlXPathParserContext just allocated.
6101 ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
6106 memset(ret, 0 , (size_t) sizeof(xmlXPathParserContext));
6129 * Create a new xmlXPathParserContext when processing a compiled expression
6131 * Returns the xmlXPathParserContext just allocated.
6137 ret = (xmlXPathParserContextPtr) xmlMalloc(sizeof(xmlXPathParserContext));
6142 memset(ret, 0 , (size_t) sizeof(xmlXPathParserContext));
6166 * Free up an xmlXPathParserContext

Completed in 340 milliseconds