Lines Matching refs:p_list
607 $p_list = [];
608 if (($v_result = $this->privList($p_list)) != 1) {
609 unset($p_list);
616 return $p_list;
746 $p_list = [];
748 $p_list,
755 unset($p_list);
762 return $p_list;
925 …if (($v_result = $this->privExtractByRule($p_list, $v_path, $v_remove_path, $v_remove_all_path, $v…
932 return $p_list;
1024 $p_list = $this->delete(PCLZIP_OPT_BY_INDEX, $p_index);
1028 return $p_list;
2882 public function privList(&$p_list) argument
2940 $this->privConvertHeader2FileInfo($v_header, $p_list[$i]);