Searched refs:p_entry (Results 1 – 2 of 2) sorted by relevance
/plugin/tindexmenu/inc/ |
D | pclzip.lib.php | 3497 function privExtractFile(&$p_entry, $p_path, $p_remove_path, $p_remove_all_path, &$p_options) argument 3513 if ($this->privCheckFileHeaders($v_header, $p_entry) != 1) { 3520 if (($p_entry['external']&0x00000010)==0x00000010) { 3523 $p_entry['status'] = "filtered"; 3531 $p_entry['filename'] = basename($p_entry['filename']); 3538 if (PclZipUtilPathInclusion($p_remove_path, $p_entry['filename']) == 2) 3543 $p_entry['status'] = "filtered"; 3551 if (substr($p_entry['filename'], 0, $p_remove_path_size) == $p_remove_path) 3556 $p_entry['filename'] = substr($p_entry['filename'], $p_remove_path_size); 3564 $p_entry['filename'] = $p_path."/".$p_entry['filename']; [all …]
|
/plugin/indexmenu/inc/ |
D | pclzip.lib.php | 3393 …public function privExtractFile(&$p_entry, $p_path, $p_remove_path, $p_remove_all_path, &$p_option… argument 3408 if ($this->privCheckFileHeaders($v_header, $p_entry) != 1) { 3415 if (($p_entry['external'] & 0x00000010) == 0x00000010) { 3418 $p_entry['status'] = "filtered"; 3425 $p_entry['filename'] = basename($p_entry['filename']); 3428 if (PclZipUtilPathInclusion($p_remove_path, $p_entry['filename']) == 2) { 3432 $p_entry['status'] = "filtered"; 3439 if (substr($p_entry['filename'], 0, $p_remove_path_size) == $p_remove_path) { 3443 $p_entry['filename'] = substr($p_entry['filename'], $p_remove_path_size); 3451 $p_entry['filename'] = $p_path . "/" . $p_entry['filename']; [all …]
|