Searched refs:sizeAndParser (Results 1 – 1 of 1) sorted by relevance
1333 void *const sizeAndParser local1336 if (sizeAndParser != NULL) {1337 *(size_t *)sizeAndParser = sizeof(struct XML_ParserStruct);1338 parser = (XML_Parser)((char *)sizeAndParser + sizeof(size_t)1352 void *const sizeAndParser = malloc(sizeof(size_t) + EXPAT_MALLOC_PADDING local1354 if (sizeAndParser != NULL) {1355 *(size_t *)sizeAndParser = sizeof(struct XML_ParserStruct);1356 parser = (XML_Parser)((char *)sizeAndParser + sizeof(size_t)