Home
last modified time | relevance | path

Searched refs:block (Results 51 – 75 of 104) sorted by relevance

12345

/PHP-7.0/ext/shmop/
H A DREADME18 key - the key of/for the shared memory block
27 size - size of the block in bytes
/PHP-7.0/ext/standard/tests/file/
H A Dfiletype_error.phpt8 dir, block, link, file, and unknown.
/PHP-7.0/ext/hash/
H A Dhash_ripemd.c203 static void RIPEMD128Transform(php_hash_uint32 state[4], const unsigned char block[64]) in RIPEMD128Transform()
210 RIPEMDDecode(x, block, 64); in RIPEMD128Transform()
294 static void RIPEMD256Transform(php_hash_uint32 state[8], const unsigned char block[64]) in RIPEMD256Transform()
301 RIPEMDDecode(x, block, 64); in RIPEMD256Transform()
392 static void RIPEMD160Transform(php_hash_uint32 state[5], const unsigned char block[64]) in RIPEMD160Transform()
399 RIPEMDDecode(x, block, 64); in RIPEMD160Transform()
491 static void RIPEMD320Transform(php_hash_uint32 state[10], const unsigned char block[64]) in RIPEMD320Transform()
498 RIPEMDDecode(x, block, 64); in RIPEMD320Transform()
H A Dhash_sha.c222 static void SHA1Transform(php_hash_uint32 state[5], const unsigned char block[64]) in SHA1Transform()
227 SHADecode32(x, block, 64); in SHA1Transform()
480 static void SHA256Transform(php_hash_uint32 state[8], const unsigned char block[64]) in SHA256Transform()
487 SHADecode32(x, block, 64); in SHA256Transform()
790 static void SHA512Transform(php_hash_uint64 state[8], const unsigned char block[128]) in SHA512Transform()
797 SHADecode64(x, block, 128); in SHA512Transform()
/PHP-7.0/ext/pgsql/
H A DREADME71 WIN32_NON_BLOCKING_CONNECTIONS, non-blocking connection will block.
73 Async function may also block if you have not retrive result and
75 pg_send_query() will block until last query is completed.
106 pg_result()/pg_fetch_*(). pg_get_result() may block if result is not
/PHP-7.0/ext/oci8/tests/
H A Dconnect_scope_try2.phpt60 // Verify data was committed in the Catch block
H A Dconnect_scope_try6.phpt60 // Verify data was committed in the Catch block
H A Dconnect_scope_try1.phpt60 // Verify data was committed in the Catch block
H A Dconnect_scope_try3.phpt60 // Verify data was committed in the Catch block
H A Dconnect_scope_try4.phpt60 // Verify data was committed in the Catch block
H A Dconnect_scope_try5.phpt60 // Verify data was committed in the Catch block
/PHP-7.0/ext/standard/
H A Dfile.h78 PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block);
H A Dsha1.c255 static void SHA1Transform(state, block) in SHA1Transform() argument
257 const unsigned char block[64];
262 SHA1Decode(x, block, 64);
/PHP-7.0/ext/xml/tests/
H A Dxml001.phpt87 ]}{CDATA[ ]}{?[<![CDATA[]}{CDATA[CDATA block]}{?[]]>]}{CDATA[
H A Dxml003.phpt86 ]}{CDATA[ ]}{?[<![CDATA[]}{CDATA[CDATA block]}{?[]]>]}{CDATA[
H A Dxml002.phpt88 ]}{CDATA[ ]}{?[<![CDATA[]}{CDATA[CDATA block]}{?[]]>]}{CDATA[
/PHP-7.0/ext/mcrypt/tests/
H A Dmcrypt_ecb_3des_encrypt.phpt29 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_cbc_3des_encrypt.phpt26 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_decrypt_3des_ecb.phpt37 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_ecb_3des_decrypt.phpt35 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_cbc_3des_decrypt.phpt33 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_decrypt_3des_cbc.phpt37 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_encrypt_3des_cbc.phpt37 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_rijndael128_256BitKey.phpt46 // rijndael128 is a block cipher of 128 bits (16 bytes)
/PHP-7.0/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt14 /* This is the wrong way to do it. The parent will block till it has read all the STDIN.

Completed in 38 milliseconds

12345