Lines Matching defs:p_result_list
312 $p_result_list = [];
370 $v_result = $this->privCreate($v_filedescr_list, $p_result_list, $v_options);
377 //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, $p_result_list);
378 return $p_result_list;
485 $p_result_list = [];
539 $v_result = $this->privAdd($v_filedescr_list, $p_result_list, $v_options);
546 //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, $p_result_list);
547 return $p_result_list;
1961 public function privCreate($p_filedescr_list, &$p_result_list, &$p_options)
1977 $v_result = $this->privAddList($p_filedescr_list, $p_result_list, $p_options);
1997 public function privAdd($p_filedescr_list, &$p_result_list, &$p_options)
2007 $v_result = $this->privCreate($p_filedescr_list, $p_result_list, $p_options);
2122 $this->privConvertHeader2FileInfo($v_header_list[$i], $p_result_list[$i]);
2245 // $p_result_list : list of added files with their properties (specially the status field)
2250 // function privAddList($p_list, &$p_result_list, $p_add_dir, $p_remove_dir, $p_remove_all_dir, &$p_options)
2251 public function privAddList($p_filedescr_list, &$p_result_list, &$p_options)
2282 $this->privConvertHeader2FileInfo($v_header_list[$i], $p_result_list[$i]);
2316 // $p_result_list : list of added files with their properties (specially the status field)
2319 public function privAddFileList($p_filedescr_list, &$p_result_list, &$p_options)
2326 $v_nb = count($p_result_list);
2371 $p_result_list[$v_nb++] = $v_header;
4433 public function privDeleteByRule(&$p_result_list, &$p_options)
4706 $v_temp_zip->privConvertHeader2FileInfo($v_header_list[$i], $p_result_list[$i]);