Searched refs:sizeAndParser (Results 1 – 1 of 1) sorted by relevance
1242 void *const sizeAndParser local1245 if (sizeAndParser != NULL) {1246 *(size_t *)sizeAndParser = sizeof(struct XML_ParserStruct);1247 parser = (XML_Parser)((char *)sizeAndParser + sizeof(size_t)1261 void *const sizeAndParser = malloc(sizeof(size_t) + EXPAT_MALLOC_PADDING local1263 if (sizeAndParser != NULL) {1264 *(size_t *)sizeAndParser = sizeof(struct XML_ParserStruct);1265 parser = (XML_Parser)((char *)sizeAndParser + sizeof(size_t)