block_size 512 ext/bz2/bz2.c block_size = 4, /* Block size for compression algorithm */ block_size 535 ext/bz2/bz2.c block_size = zblock_size; block_size 542 ext/bz2/bz2.c error = BZ2_bzBuffToBuffCompress(ZSTR_VAL(dest), &dest_len, source, source_len, block_size, 0, work_factor); block_size 719 ext/gd/libgd/gd.h int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode); block_size 3 ext/gd/libgd/gd_pixelate.c int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode) block_size 7 ext/gd/libgd/gd_pixelate.c if (block_size <= 0) { block_size 9 ext/gd/libgd/gd_pixelate.c } else if (block_size == 1) { block_size 14 ext/gd/libgd/gd_pixelate.c for (y = 0; y < im->sy; y += block_size) { block_size 15 ext/gd/libgd/gd_pixelate.c for (x = 0; x < im->sx; x += block_size) { block_size 18 ext/gd/libgd/gd_pixelate.c gdImageFilledRectangle(im, x, y, x + block_size - 1, y + block_size - 1, c); block_size 24 ext/gd/libgd/gd_pixelate.c for (y = 0; y < im->sy; y += block_size) { block_size 25 ext/gd/libgd/gd_pixelate.c for (x = 0; x < im->sx; x += block_size) { block_size 32 ext/gd/libgd/gd_pixelate.c for (cy = 0; cy < block_size; cy++) { block_size 33 ext/gd/libgd/gd_pixelate.c for (cx = 0; cx < block_size; cx++) { block_size 48 ext/gd/libgd/gd_pixelate.c gdImageFilledRectangle(im, x, y, x + block_size - 1, y + block_size - 1, c); block_size 216 ext/hash/hash.c memset(K, 0, ops->block_size); block_size 217 ext/hash/hash.c if (key_len > ops->block_size) { block_size 226 ext/hash/hash.c php_hash_string_xor_char(K, K, 0x36, ops->block_size); block_size 231 ext/hash/hash.c ops->hash_update(context, key, ops->block_size); block_size 271 ext/hash/hash.c K = emalloc(ops->block_size); block_size 280 ext/hash/hash.c ops->hash_update(context, K, ops->block_size); block_size 290 ext/hash/hash.c php_hash_string_xor_char(K, K, 0x6A, ops->block_size); block_size 295 ext/hash/hash.c ZEND_SECURE_ZERO(K, ops->block_size); block_size 371 ext/hash/hash.c char *K = emalloc(ops->block_size); block_size 374 ext/hash/hash.c memset(K, 0, ops->block_size); block_size 376 ext/hash/hash.c if (key_len > ops->block_size) { block_size 387 ext/hash/hash.c for(i=0; i < ops->block_size; i++) { block_size 390 ext/hash/hash.c ops->hash_update(context, (unsigned char *) K, ops->block_size); block_size 521 ext/hash/hash.c for(i=0; i < hash->ops->block_size; i++) { block_size 527 ext/hash/hash.c hash->ops->hash_update(hash->context, hash->key, hash->ops->block_size); block_size 532 ext/hash/hash.c ZEND_SECURE_ZERO(hash->key, hash->ops->block_size); block_size 585 ext/hash/hash.c copy_hash->key = ecalloc(1, hash->ops->block_size); block_size 587 ext/hash/hash.c memcpy(copy_hash->key, hash->key, hash->ops->block_size); block_size 648 ext/hash/hash.c K1 = emalloc(ops->block_size); block_size 649 ext/hash/hash.c K2 = emalloc(ops->block_size); block_size 656 ext/hash/hash.c php_hash_string_xor_char(K2, K1, 0x6A, ops->block_size); block_size 709 ext/hash/hash.c ZEND_SECURE_ZERO(K1, ops->block_size); block_size 710 ext/hash/hash.c ZEND_SECURE_ZERO(K2, ops->block_size); block_size 786 ext/hash/hash.c memset(hash->key, 0, hash->ops->block_size); block_size 966 ext/hash/hash.c int block_size = ops->digest_size; block_size 967 ext/hash/hash.c int times = bytes / block_size; block_size 968 ext/hash/hash.c if (bytes % block_size != 0) times++; block_size 973 ext/hash/hash.c key = ecalloc(1, times * block_size); block_size 985 ext/hash/hash.c memcpy( &key[i*block_size], digest, block_size); block_size 51 ext/hash/php_hash.h int block_size; block_size 620 ext/mcrypt/mcrypt.c int block_size, data_size; block_size 638 ext/mcrypt/mcrypt.c block_size = mcrypt_enc_get_block_size(pm->td); block_size 639 ext/mcrypt/mcrypt.c data_size = ((((int)data_len - 1) / block_size) + 1) * block_size; block_size 666 ext/mcrypt/mcrypt.c int block_size, data_size; block_size 684 ext/mcrypt/mcrypt.c block_size = mcrypt_enc_get_block_size(pm->td); block_size 685 ext/mcrypt/mcrypt.c data_size = ((((int)data_len - 1) / block_size) + 1) * block_size; block_size 1274 ext/mcrypt/mcrypt.c int block_size = mcrypt_enc_get_block_size(td); block_size 1275 ext/mcrypt/mcrypt.c data_size = ((((zend_long)data_len - 1) / block_size) + 1) * block_size; block_size 287 ext/opcache/zend_shared_alloc.c size_t block_size = ZSMMG(shared_segments)[i]->size - ZSMMG(shared_segments)[i]->pos; block_size 289 ext/opcache/zend_shared_alloc.c if (block_size>largest_block_size) { block_size 290 ext/opcache/zend_shared_alloc.c largest_block_size = block_size; block_size 308 ext/opcache/zend_shared_alloc.c unsigned int block_size = ZEND_ALIGNED_SIZE(size); block_size 315 ext/opcache/zend_shared_alloc.c if (block_size > ZSMMG(shared_free)) { /* No hope to find a big-enough block */ block_size 320 ext/opcache/zend_shared_alloc.c if (ZSMMG(shared_segments)[i]->size - ZSMMG(shared_segments)[i]->pos >= block_size) { /* found a valid block */ block_size 323 ext/opcache/zend_shared_alloc.c ZSMMG(shared_segments)[i]->pos += block_size; block_size 324 ext/opcache/zend_shared_alloc.c ZSMMG(shared_free) -= block_size; block_size 325 ext/opcache/zend_shared_alloc.c memset(retval, 0, block_size);