Lines Matching defs:p_size

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) {
1476 if (($i + 1) >= $p_size) {
1513 if (($i + 1) >= $p_size) {
1620 if (($i + 1) >= $p_size) {
1647 if (($i + 1) >= $p_size) {
2844 public function privWriteCentralHeader($p_nb_entries, $p_size, $p_offset, $p_comment)
2846 //--(MAGIC-PclTrace)--//PclTraceFctStart(__FILE__, __LINE__, "PclZip::privWriteCentralHeader", 'nb_entries='.$p_nb_entries.', size='.$p_size.', offset='.$p_offset.', comment="'.$p_comment.'"');
2857 $p_size,
5122 public function privDecrypt($p_encryption_header, &$p_buffer, $p_size, $p_crc)
5124 //--(MAGIC-PclTrace)--//PclTraceFctStart(__FILE__, __LINE__, 'PclZip::privDecrypt', "size=".$p_size."");
5132 $p_size,
5399 function PclZipUtilCopyBlock($p_src, $p_dest, $p_size, $p_mode = 0)
5401 //--(MAGIC-PclTrace)--//PclTraceFctStart(__FILE__, __LINE__, "PclZipUtilCopyBlock", "size=$p_size, mode=$p_mode");
5407 while ($p_size != 0) {
5408 $v_read_size = ($p_size < PCLZIP_READ_BLOCK_SIZE ? $p_size : PCLZIP_READ_BLOCK_SIZE);
5412 $p_size -= $v_read_size;
5417 while ($p_size != 0) {
5418 $v_read_size = ($p_size < PCLZIP_READ_BLOCK_SIZE ? $p_size : PCLZIP_READ_BLOCK_SIZE);
5422 $p_size -= $v_read_size;
5425 while ($p_size != 0) {
5426 $v_read_size = ($p_size < PCLZIP_READ_BLOCK_SIZE ? $p_size : PCLZIP_READ_BLOCK_SIZE);
5430 $p_size -= $v_read_size;
5433 while ($p_size != 0) {
5434 $v_read_size = ($p_size < PCLZIP_READ_BLOCK_SIZE ? $p_size : PCLZIP_READ_BLOCK_SIZE);
5438 $p_size -= $v_read_size;