Searched defs:locator (Results 1 - 14 of 14) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/python/
H A Dtypes.c714 libxml_xmlTextReaderLocatorPtrWrap(xmlTextReaderLocatorPtr locator) argument
719 printf("libxml_xmlTextReaderLocatorPtrWrap: locator = %p\n", locator);
721 if (locator == NULL) {
726 PyCObject_FromVoidPtrAndDesc((void *) locator,
H A Dlibxml.c1910 xmlTextReaderLocatorPtr locator)
1921 PyTuple_SetItem(list, 3, libxml_xmlTextReaderLocatorPtrWrap(locator));
1907 libxml_xmlTextReaderErrorCallback(void *arg, const char *msg, int severity, xmlTextReaderLocatorPtr locator) argument
H A Dlibxml2-py.c3541 xmlTextReaderLocatorPtr locator; local
3546 locator = (xmlTextReaderLocatorPtr) PyxmlTextReaderLocator_Get(pyobj_locator);
3548 c_retval = xmlTextReaderLocatorBaseURI(locator);
10720 xmlTextReaderLocatorPtr locator; local
10725 locator = (xmlTextReaderLocatorPtr) PyxmlTextReaderLocator_Get(pyobj_locator);
10727 c_retval = xmlTextReaderLocatorLineNumber(locator);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
H A Dstreambuffer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/stream/ ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlreader.c3993 reader->errorFunc(reader->errorFuncArg, str, XML_PARSER_SEVERITY_VALIDITY_ERROR, NULL /* locator */);
4011 reader->errorFunc(reader->errorFuncArg, str, XML_PARSER_SEVERITY_VALIDITY_WARNING, NULL /* locator */);
4534 * @locator: the xmlTextReaderLocatorPtr used
4536 * Obtain the line number for the given locator.
4541 xmlTextReaderLocatorLineNumber(xmlTextReaderLocatorPtr locator) { argument
4542 /* we know that locator is a xmlParserCtxtPtr */
4543 xmlParserCtxtPtr ctx = (xmlParserCtxtPtr)locator;
4546 if (locator == NULL)
4570 * @locator: the xmlTextReaderLocatorPtr used
4572 * Obtain the base URI for the given locator
4577 xmlTextReaderLocatorBaseURI(xmlTextReaderLocatorPtr locator) argument
[all...]
H A Dtestapi.c23995 xmlChar * path; /* the resource locator in a filesystem notation */
24135 xmlChar * path; /* the resource locator in a filesystem notation */
31156 xmlTextReaderLocatorPtr locator; /* the xmlTextReaderLocatorPtr used */ local
31161 locator = gen_xmlTextReaderLocatorPtr(n_locator, 0);
31163 ret_val = xmlTextReaderLocatorBaseURI(locator);
31166 des_xmlTextReaderLocatorPtr(n_locator, locator, 0);
31190 xmlTextReaderLocatorPtr locator; /* the xmlTextReaderLocatorPtr used */ local
31195 locator = gen_xmlTextReaderLocatorPtr(n_locator, 0);
31197 ret_val = xmlTextReaderLocatorLineNumber(locator);
31200 des_xmlTextReaderLocatorPtr(n_locator, locator,
[all...]

Completed in 227 milliseconds