Lines Matching refs:p_list
637 $p_list = array();
638 if (($v_result = $this->privList($p_list)) != 1)
640 unset($p_list);
647 return $p_list;
791 $p_list = array();
792 $v_result = $this->privExtractByRule($p_list, $v_path, $v_remove_path,
795 unset($p_list);
802 return $p_list;
971 …if (($v_result = $this->privExtractByRule($p_list, $v_path, $v_remove_path, $v_remove_all_path, $v…
978 return $p_list;
1069 $p_list = $this->delete(PCLZIP_OPT_BY_INDEX, $p_index);
1073 return $p_list;
2980 function privList(&$p_list) argument
3043 $this->privConvertHeader2FileInfo($v_header, $p_list[$i]);