Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dimage.c204 unsigned long len=64, szlength; in php_handle_swc() local
233 szlength=slength*(1<<factor++); in php_handle_swc()
234 buf = (char *) erealloc(buf,szlength); in php_handle_swc()
235 status = uncompress(buf, &szlength, bufz, slength); in php_handle_swc()

Completed in 11 milliseconds