path_cleaned      148 ext/zip/php_zip.c 	char *path_cleaned;
path_cleaned      161 ext/zip/php_zip.c 	path_cleaned =  php_zip_make_relative_path(new_state.cwd, new_state.cwd_length);
path_cleaned      162 ext/zip/php_zip.c 	if(!path_cleaned) {
path_cleaned      165 ext/zip/php_zip.c 	path_cleaned_len = strlen(path_cleaned);
path_cleaned      172 ext/zip/php_zip.c 	if (path_cleaned_len > 1 && IS_SLASH(path_cleaned[path_cleaned_len - 1])) {
path_cleaned      173 ext/zip/php_zip.c 		len = spprintf(&file_dirname_fullpath, 0, "%s/%s", dest, path_cleaned);
path_cleaned      176 ext/zip/php_zip.c 		memcpy(file_dirname, path_cleaned, path_cleaned_len);
path_cleaned      185 ext/zip/php_zip.c 		file_basename =	php_basename(path_cleaned, path_cleaned_len, NULL, 0);