path_cleaned_len  179 ext/zip/php_zip.c 	size_t path_cleaned_len;
path_cleaned_len  194 ext/zip/php_zip.c 	path_cleaned_len = strlen(path_cleaned);
path_cleaned_len  196 ext/zip/php_zip.c 	if (path_cleaned_len >= MAXPATHLEN || zip_stat(za, file, 0, &sb) != 0) {
path_cleaned_len  201 ext/zip/php_zip.c 	if (path_cleaned_len > 1 && IS_SLASH(path_cleaned[path_cleaned_len - 1])) {
path_cleaned_len  205 ext/zip/php_zip.c 		memcpy(file_dirname, path_cleaned, path_cleaned_len);
path_cleaned_len  206 ext/zip/php_zip.c 		dir_len = php_dirname(file_dirname, path_cleaned_len);
path_cleaned_len  214 ext/zip/php_zip.c 		php_basename(path_cleaned, path_cleaned_len, NULL, 0, &file_basename, (size_t *)&file_basename_len TSRMLS_CC);