Searched refs:p_size (Results 1 – 2 of 2) sorted by relevance
/plugin/tindexmenu/inc/ |
H A D | pclzip.lib.php | 1454 while ($i<$p_size) { 5599 while ($p_size != 0) 5601 $v_read_size = ($p_size < PCLZIP_READ_BLOCK_SIZE ? $p_size : PCLZIP_READ_BLOCK_SIZE); 5605 $p_size -= $v_read_size; 5612 while ($p_size != 0) 5614 $v_read_size = ($p_size < PCLZIP_READ_BLOCK_SIZE ? $p_size : PCLZIP_READ_BLOCK_SIZE); 5618 $p_size -= $v_read_size; 5623 while ($p_size != 0) 5625 $v_read_size = ($p_size < PCLZIP_READ_BLOCK_SIZE ? $p_size : PCLZIP_READ_BLOCK_SIZE); 5634 while ($p_size != 0) [all …]
|
/plugin/indexmenu/inc/ |
H A D | pclzip.lib.php | 1336 // $p_size) and generate an array with the options and values ($v_result_list). 1347 public function privParseOptions(&$p_options_list, $p_size, &$v_result_list, $v_requested_options = false) 1354 while ($i < $p_size) { 1374 if (($i + 1) >= $p_size) { 1391 if (($i + 1) >= $p_size) { 1416 if (($i + 1) >= $p_size) { 1447 if (($i + 1) >= $p_size) { argument 1476 if (($i + 1) >= $p_size) { 1513 if (($i + 1) >= $p_size) { 1620 if (($i + 1) >= $p_size) { 2949 privWriteCentralHeader($p_nb_entries, $p_size, $p_offset, $p_comment) global() argument 5314 privDecrypt($p_encryption_header, & $p_buffer, $p_size, $p_crc) global() argument 5590 PclZipUtilCopyBlock($p_src, $p_dest, $p_size, $p_mode = 0) global() argument [all...] |