Lines Matching defs:p_list
607 $p_list = [];
608 if (($v_result = $this->privList($p_list)) != 1) {
609 unset($p_list);
615 //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, $p_list);
616 return $p_list;
746 $p_list = [];
748 $p_list,
755 unset($p_list);
761 //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, $p_list);
762 return $p_list;
925 if (($v_result = $this->privExtractByRule($p_list, $v_path, $v_remove_path, $v_remove_all_path, $v_options)) < 1) {
931 //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, $p_list);
932 return $p_list;
1024 $p_list = $this->delete(PCLZIP_OPT_BY_INDEX, $p_index);
1027 //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, $p_list);
1028 return $p_list;
2244 // $p_list : An array containing the file or directory names to add in the tar
2250 // function privAddList($p_list, &$p_result_list, $p_add_dir, $p_remove_dir, $p_remove_all_dir, &$p_options)
2882 public function privList(&$p_list)
2940 $this->privConvertHeader2FileInfo($v_header, $p_list[$i]);