Searched refs:xmlError (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/UserNotification/
H A DKUNCUserNotifications.c128 CFStringRef xmlError = NULL; local
144 dict = IOCFUnserialize(keyRef, NULL, NULL, &xmlError);
147 if (xmlError) {
148 CFShow(xmlError);
149 CFRelease(xmlError);
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXSLTProcessor.h70 static void parseErrorFunc(void* userData, xmlError*);
H A DXSLTProcessorLibxslt.cpp82 void XSLTProcessor::parseErrorFunc(void* userData, xmlError* error)
103 // xmlError->int2 is the column number of the error or 0 if N/A.
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dglobals.h158 xmlError xmlLastError;
270 XMLPUBFUN xmlError * XMLCALL __xmlLastError(void);
275 XMLPUBVAR xmlError xmlLastError;
H A Dxpath.h345 xmlError lastError; /* the last error */
H A Dxmlerror.h71 * xmlError:
76 typedef struct _xmlError xmlError; typedef in typeref:struct:_xmlError
77 typedef xmlError *xmlErrorPtr;
H A Dparser.h301 xmlError lastError;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dglobals.h158 xmlError xmlLastError;
270 XMLPUBFUN xmlError * XMLCALL __xmlLastError(void);
275 XMLPUBVAR xmlError xmlLastError;
H A Dxpath.h343 xmlError lastError; /* the last error */
H A Dxmlerror.h69 * xmlError:
74 typedef struct _xmlError xmlError; typedef in typeref:struct:_xmlError
75 typedef xmlError *xmlErrorPtr;
H A Dparser.h301 xmlError lastError;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dxml.vim53 syn match xmlError "[<&]"
147 \ contains=xmlError,xmlTagName,xmlAttrib,xmlEqual,xmlString,@xmlStartTagHook
199 \ contains=xmlError,xmlTagName,xmlAttrib,xmlEqual,xmlString,@xmlStartTagHook
327 hi def link xmlError Error
/macosx-10.9.5/libxml2-26/libxml2/
H A Dglobals.c326 xmlError xmlLastError;
563 memset(&gs->xmlLastError, 0, sizeof(xmlError));
715 xmlError *
H A Derror.c887 memset(err, 0, sizeof(xmlError));
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dglobals.c326 xmlError xmlLastError;
563 memset(&gs->xmlLastError, 0, sizeof(xmlError));
715 xmlError *
H A Derror.c880 memset(err, 0, sizeof(xmlError));
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dppp_utils.c443 CFStringRef xmlError; local
449 xml, kCFPropertyListImmutable, &xmlError);
/macosx-10.9.5/ppp-727.90.1/Drivers/PPPSerial/PPPSerial-plugin/
H A Dmain.c960 CFStringRef xmlError; local
969 xml, kCFPropertyListImmutable, &xmlError);

Completed in 473 milliseconds