Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/
H A Dphp_zip.c442 int zep, syp; in php_zip_status() local
444 zip_error_get(za, &zep, &syp); in php_zip_status()
451 int zep, syp; in php_zip_status_sys() local
453 zip_error_get(za, &zep, &syp); in php_zip_status_sys()
454 return syp; in php_zip_status_sys()
1589 int zep, syp, len; in ZIPARCHIVE_METHOD() local
1598 zip_error_get(intern, &zep, &syp); in ZIPARCHIVE_METHOD()
1600 len = zip_error_to_str(error_string, 128, zep, syp); in ZIPARCHIVE_METHOD()

Completed in 19 milliseconds