path_cleaned      178 ext/zip/php_zip.c 	char *path_cleaned;
path_cleaned      190 ext/zip/php_zip.c 	path_cleaned =  php_zip_make_relative_path(new_state.cwd, new_state.cwd_length);
path_cleaned      191 ext/zip/php_zip.c 	if(!path_cleaned) {
path_cleaned      194 ext/zip/php_zip.c 	path_cleaned_len = strlen(path_cleaned);
path_cleaned      201 ext/zip/php_zip.c 	if (path_cleaned_len > 1 && IS_SLASH(path_cleaned[path_cleaned_len - 1])) {
path_cleaned      202 ext/zip/php_zip.c 		len = spprintf(&file_dirname_fullpath, 0, "%s/%s", dest, path_cleaned);
path_cleaned      205 ext/zip/php_zip.c 		memcpy(file_dirname, path_cleaned, path_cleaned_len);
path_cleaned      214 ext/zip/php_zip.c 		php_basename(path_cleaned, path_cleaned_len, NULL, 0, &file_basename, (size_t *)&file_basename_len TSRMLS_CC);