Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlXPathContext

5985  * 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