Searched refs:entityData (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFXMLParser.c992 CFXMLEntityInfo entityData; local
1000 entityData.replacementText = NULL;
1001 entityData.entityID.publicID = NULL;
1002 entityData.entityID.systemID = NULL;
1003 entityData.notationName = NULL;
1016 entityData.replacementText = CFStringCreateMutableWithExternalCharactersNoCopy(CFGetAllocator(parser), NULL, 0, 0, CFGetAllocator(parser));
1017 success = _inputStreamScanQuotedString(&parser->input, (CFMutableStringRef)entityData.replacementText);
1023 success = parseExternalID(parser, false, report ? &(entityData.entityID) : NULL);
1026 // Don't we need to set entityData.notationName? -- REW, 3/6/2000
1045 if (isPEDecl) entityData
[all...]

Completed in 260 milliseconds