Searched refs:xmlBuffer (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/bless-103/libbless/EFI/
H A DBLCreateEFIXMLRepresentationForDevice.c68 const UInt8 *xmlBuffer; local
112 xmlBuffer = CFDataGetBytePtr(xmlData);
115 memcpy(outBuffer, xmlBuffer, count);
H A DBLCreateEFIXMLRepresentationForElToritoEntry.c164 const UInt8 * xmlBuffer = NULL; local
210 xmlBuffer = CFDataGetBytePtr (xmlData);
212 memcpy (outBuffer, xmlBuffer, count);
H A DBLCreateEFIXMLRepresentationForNetworkPath.c65 const UInt8 *xmlBuffer; local
183 xmlBuffer = CFDataGetBytePtr(xmlData);
186 memcpy(outBuffer, xmlBuffer, count);
H A DBLCreateEFIXMLRepresentationForLegacyDevice.c82 const UInt8 *xmlBuffer; local
204 xmlBuffer = CFDataGetBytePtr(xmlData);
207 memcpy(outBuffer, xmlBuffer, count);
H A DBLCreateEFIXMLRepresentationForPath.c75 const UInt8 *xmlBuffer; local
178 xmlBuffer = CFDataGetBytePtr(xmlData);
181 memcpy(outBuffer, xmlBuffer, count);
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dtree.h83 * xmlBuffer:
88 typedef struct _xmlBuffer xmlBuffer; typedef in typeref:struct:_xmlBuffer
89 typedef xmlBuffer *xmlBufferPtr;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dtree.h81 * xmlBuffer:
85 typedef struct _xmlBuffer xmlBuffer; typedef in typeref:struct:_xmlBuffer
86 typedef xmlBuffer *xmlBufferPtr;
/macosx-10.10/libxml2-26/libxml2/
H A Dtree.c6973 ret = (xmlBufferPtr) xmlMalloc(sizeof(xmlBuffer));
7003 ret = (xmlBufferPtr) xmlMalloc(sizeof(xmlBuffer));
7071 ret = (xmlBufferPtr) xmlMalloc(sizeof(xmlBuffer));
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtree.c6853 ret = (xmlBufferPtr) xmlMalloc(sizeof(xmlBuffer));
6883 ret = (xmlBufferPtr) xmlMalloc(sizeof(xmlBuffer));
6923 ret = (xmlBufferPtr) xmlMalloc(sizeof(xmlBuffer));

Completed in 243 milliseconds