Home
last modified time | relevance | path

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

/xen/tools/libxc/
A Dxc_dom_core.c330 size_t unziplen; in xc_dom_check_gzip() local
352 return unziplen + 16; in xc_dom_check_gzip()
390 size_t unziplen; in xc_dom_try_gunzip() local
393 if ( unziplen == 0 ) in xc_dom_try_gunzip()
399 unzip = xc_dom_malloc(dom, unziplen); in xc_dom_try_gunzip()
407 *size = unziplen; in xc_dom_try_gunzip()
975 size_t unziplen, modulelen; in xc_dom_build_module() local
983 unziplen = 0; in xc_dom_build_module()
991 if ( unziplen > modulelen ) in xc_dom_build_module()
992 unziplen = 0; in xc_dom_build_module()
[all …]

Completed in 3 milliseconds