Lines Matching defs:pyobj_schema

2462     PyObject *pyobj_schema;
2464 if (!PyArg_ParseTuple(args, (char *)"O:xmlRelaxNGNewValidCtxt", &pyobj_schema))
2466 schema = (xmlRelaxNGPtr) PyrelaxNgSchema_Get(pyobj_schema);
2615 PyObject *pyobj_schema;
2617 if (!PyArg_ParseTuple(args, (char *)"OO:xmlTextReaderRelaxNGSetSchema", &pyobj_reader, &pyobj_schema))
2620 schema = (xmlRelaxNGPtr) PyrelaxNgSchema_Get(pyobj_schema);
3986 PyObject *pyobj_schema;
3988 if (!PyArg_ParseTuple(args, (char *)"OO:xmlRelaxNGDumpTree", &pyobj_output, &pyobj_schema))
3991 schema = (xmlRelaxNGPtr) PyrelaxNgSchema_Get(pyobj_schema);
4836 PyObject *pyobj_schema;
4838 if (!PyArg_ParseTuple(args, (char *)"O:xmlSchemaNewValidCtxt", &pyobj_schema))
4840 schema = (xmlSchemaPtr) PySchema_Get(pyobj_schema);
4967 PyObject *pyobj_schema;
4969 if (!PyArg_ParseTuple(args, (char *)"O:xmlRelaxNGFree", &pyobj_schema))
4971 schema = (xmlRelaxNGPtr) PyrelaxNgSchema_Get(pyobj_schema);
6773 PyObject *pyobj_schema;
6775 if (!PyArg_ParseTuple(args, (char *)"OO:xmlRelaxNGDump", &pyobj_output, &pyobj_schema))
6778 schema = (xmlRelaxNGPtr) PyrelaxNgSchema_Get(pyobj_schema);
6990 PyObject *pyobj_schema;
6992 if (!PyArg_ParseTuple(args, (char *)"O:xmlSchemaFree", &pyobj_schema))
6994 schema = (xmlSchemaPtr) PySchema_Get(pyobj_schema);
8498 PyObject *pyobj_schema;
8500 if (!PyArg_ParseTuple(args, (char *)"OO:xmlTextReaderSetSchema", &pyobj_reader, &pyobj_schema))
8503 schema = (xmlSchemaPtr) PySchema_Get(pyobj_schema);
13397 PyObject *pyobj_schema;
13399 if (!PyArg_ParseTuple(args, (char *)"OO:xmlSchemaDump", &pyobj_output, &pyobj_schema))
13402 schema = (xmlSchemaPtr) PySchema_Get(pyobj_schema);