Searched refs:sizeAndParser (Results 1 – 1 of 1) sorted by relevance
1363 void *const sizeAndParser local1366 if (sizeAndParser != NULL) {1367 *(size_t *)sizeAndParser = sizeof(struct XML_ParserStruct);1368 parser = (XML_Parser)((char *)sizeAndParser + sizeof(size_t)1382 void *const sizeAndParser = malloc(sizeof(size_t) + EXPAT_MALLOC_PADDING local1384 if (sizeAndParser != NULL) {1385 *(size_t *)sizeAndParser = sizeof(struct XML_ParserStruct);1386 parser = (XML_Parser)((char *)sizeAndParser + sizeof(size_t)