Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/oci8/tests/
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
H A Dconnect_scope_try6.phpt60 // Verify data was committed in the Catch block
/PHP-5.5/ext/standard/
H A Dfile.h76 PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC);
H A Dsha1.c260 static void SHA1Transform(state, block) in SHA1Transform() argument
262 const unsigned char block[64];
267 SHA1Decode(x, block, 64);
H A Dmd5.c174 (ctx->block[(n)] = \
180 (ctx->block[(n)])
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb_3des_encrypt.phpt33 // 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.phpt39 // 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_decrypt_3des_cbc.phpt37 // tripledes is a block cipher of 64 bits (8 bytes)
H A Dmcrypt_cbc_3des_encrypt.phpt30 // 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)
H A Dmcrypt_cbc_3des_decrypt.phpt37 // tripledes is a block cipher of 64 bits (8 bytes)
/PHP-5.5/ext/xml/tests/
H A Dxml003.phpt86 ]}{CDATA[ ]}{?[<![CDATA[]}{CDATA[CDATA block]}{?[]]>]}{CDATA[
H A Dxml001.phpt87 ]}{CDATA[ ]}{?[<![CDATA[]}{CDATA[CDATA block]}{?[]]>]}{CDATA[
H A Dxml002.phpt88 ]}{CDATA[ ]}{?[<![CDATA[]}{CDATA[CDATA block]}{?[]]>]}{CDATA[
/PHP-5.5/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.
/PHP-5.5/ext/hash/
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-5.5/sapi/apache2filter/
H A Dsapi_apache2.c360 ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) in php_input_filter() argument
371 return ap_get_brigade(f->next, bb, mode, block, readbytes); in php_input_filter()
381 if ((rv = ap_get_brigade(f->next, bb, mode, block, readbytes)) != APR_SUCCESS) { in php_input_filter()
/PHP-5.5/sapi/thttpd/
H A DREADME8 script will block all other requests. Choose another web server,
/PHP-5.5/ext/readline/
H A Dreadline_cli.c137 static char *cli_get_prompt(char *block, char prompt TSRMLS_DC) /* {{{ */ in cli_get_prompt() argument
168 smart_str_appends(&retval, block); in cli_get_prompt()
/PHP-5.5/main/
H A Dnetwork.c1079 PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC)
1087 flags = !block;
1098 if (!block) {
/PHP-5.5/
H A D.gdbinit607 printf " block size status file:line\n"
657 printf "no such block that begins at %p.\n", $aptr
666 show status of a memory block.

Completed in 38 milliseconds

1234