Home
last modified time | relevance | path

Searched refs:sizeRet (Results 1 – 1 of 1) sorted by relevance

/third_party/libxml2/fuzz/
Dfuzz.c329 xmlSlurpFile(const char *path, size_t *sizeRet) { in xmlSlurpFile() argument
348 if (sizeRet != NULL) in xmlSlurpFile()
349 *sizeRet = size; in xmlSlurpFile()