Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dimage.c200 unsigned long len=64, szlength; in php_handle_swc() local
229 szlength=slength*(1<<factor++); in php_handle_swc()
230 buf = (char *) erealloc(buf,szlength); in php_handle_swc()
231 status = uncompress(buf, &szlength, bufz, slength); in php_handle_swc()

Completed in 6 milliseconds