Home | History | Annotate | Download | only in python

Lines Matching refs:PyCapsule_New

234     ret = PyCapsule_New((void *) doc, (char *) "xmlDocPtr", NULL);
250 ret = PyCapsule_New((void *) node, (char *) "xmlNodePtr", NULL);
266 ret = PyCapsule_New((void *) uri, (char *) "xmlURIPtr", NULL);
282 ret = PyCapsule_New((void *) ns, (char *) "xmlNsPtr", NULL);
298 ret = PyCapsule_New((void *) attr, (char *) "xmlAttrPtr", NULL);
314 ret = PyCapsule_New((void *) attr, (char *) "xmlAttributePtr", NULL);
330 ret = PyCapsule_New((void *) elem, (char *) "xmlElementPtr", NULL);
346 ret = PyCapsule_New((void *) ctxt, (char *) "xmlXPathContextPtr", NULL);
362 ret = PyCapsule_New((void *)ctxt, (char *)"xmlXPathParserContextPtr", NULL);
379 ret = PyCapsule_New((void *) ctxt, (char *) "xmlParserCtxtPtr", NULL);
461 PyObject *ns = PyCapsule_New((void *) node,
711 PyCapsule_New((void *) valid,
730 PyCapsule_New((void *) catal,
748 PyCapsule_New((void *) buffer,
766 PyCapsule_New((void *) buffer,
785 PyCapsule_New((void *) regexp,
805 PyCapsule_New((void *) reader,
823 PyCapsule_New((void *) locator,
843 PyCapsule_New((void *) ctxt,
861 PyCapsule_New((void *) ctxt,
878 PyCapsule_New((void *) valid,
896 PyCapsule_New((void *) ctxt,
914 PyCapsule_New((void *) ctxt,
934 PyCapsule_New((void *) valid,
953 ret = PyCapsule_New((void *) error, (char *) "xmlErrorPtr", NULL);