Lines Matching refs:p_size
1347 …public function privParseOptions(&$p_options_list, $p_size, &$v_result_list, $v_requested_options … argument
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) argument
2857 $p_size,
5122 public function privDecrypt($p_encryption_header, &$p_buffer, $p_size, $p_crc) argument
5132 $p_size,
5399 function PclZipUtilCopyBlock($p_src, $p_dest, $p_size, $p_mode = 0) argument
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;