Home
last modified time | relevance | path

Searched refs:block (Results 76 – 100 of 119) sorted by relevance

12345

/PHP-7.1/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-7.1/ext/xml/tests/
H A Dxml002.phpt88 ]}{CDATA[ ]}{?[<![CDATA[]}{CDATA[CDATA block]}{?[]]>]}{CDATA[
/PHP-7.1/ext/standard/
H A Dsha1.c255 static void SHA1Transform(state, block) in SHA1Transform() argument
257 const unsigned char block[64];
262 SHA1Decode(x, block, 64);
H A Dmd5.c177 (ctx->block[(n)] = \
183 (ctx->block[(n)])
H A Dstreamsfuncs.c1292 zend_bool block; in PHP_FUNCTION() local
1297 Z_PARAM_BOOL(block) in PHP_FUNCTION()
1302 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, block, NULL) == -1) { in PHP_FUNCTION()
/PHP-7.1/ext/hash/
H A Dhash_sha.c222 static void SHA1Transform(uint32_t state[5], const unsigned char block[64]) in SHA1Transform()
227 SHADecode32(x, block, 64); in SHA1Transform()
480 static void SHA256Transform(uint32_t state[8], const unsigned char block[64]) in SHA256Transform()
487 SHADecode32(x, block, 64); in SHA256Transform()
790 static void SHA512Transform(uint64_t state[8], const unsigned char block[128]) in SHA512Transform()
797 SHADecode64(x, block, 128); in SHA512Transform()
/PHP-7.1/ext/mcrypt/tests/
H A Dmcrypt_ecb_3des_encrypt.phpt29 // 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_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_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_128BitKey.phpt40 // rijndael128 is a block cipher of 128 bits (16 bytes)
H A Dmcrypt_rijndael128_256BitKey.phpt46 // rijndael128 is a block cipher of 128 bits (16 bytes)
/PHP-7.1/ext/readline/
H A Dreadline_cli.c141 static zend_string *cli_get_prompt(char *block, char prompt) /* {{{ */ in cli_get_prompt() argument
172 smart_str_appends(&retval, block); in cli_get_prompt()
/PHP-7.1/main/
H A Dphp_network.h326 PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block);
H A Dnetwork.c1160 PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block) argument
1168 flags = !block;
1181 if (!block) {
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c149 struct { void *block; char *p; size_t len; } heap; member
875 if (chunk->data.heap.block != chunk) { in php_cli_server_chunk_dtor()
876 pefree(chunk->data.heap.block, 1); in php_cli_server_chunk_dtor()
947 static php_cli_server_chunk *php_cli_server_chunk_heap_new(void *block, char *buf, size_t len) /* {… in php_cli_server_chunk_heap_new() argument
956 chunk->data.heap.block = block; in php_cli_server_chunk_heap_new()
971 chunk->data.heap.block = chunk; in php_cli_server_chunk_heap_new_self_contained()
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_ssa.c34 const zend_cfg *cfg, const zend_basic_block *block, int check, int exclude) { in dominates_other_predecessors() argument
36 for (i = 0; i < block->predecessors_count; i++) { in dominates_other_predecessors()
37 int predecessor = cfg->predecessors[block->predecessor_offset + i]; in dominates_other_predecessors()
1059 phi->block = i; in zend_ssa_compute_use_def_chains()
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_change_user_old.phpt51 // Reconnect because Percona and MariaDB block any commands after 3 failed
/PHP-7.1/Zend/
H A DZEND_CHANGES491 compared with the classtype of each catch block from top to bottom
492 and the first block that has a 'instanceof' match gets executed.
493 When the catch block finishes execution continues at the end of
494 the last catch block. If no catch block has a 'instanceof' match
495 then the next try/catch block is searched until no more try/catch
/PHP-7.1/ext/spl/internal/
H A Dsplfileobject.inc116 * @retval $wouldblock whether the operation would block
/PHP-7.1/
H A DCODING_STANDARDS211 variable declaration section and the statements in a block, as well as
212 between logical statement groups in a block. Maintain at least one empty
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic1824 >8 belong x \b, start block %d
5547 # no positiv block length
5567 # next available block
5593 # next available block
5749 >4 belong x (block length=%d,
8101 >8240 lelong x block size %d,
8161 >8240 belong x block size %d,
8814 >20 lelong x \b block size %u,
12220 #>36 lelong x \b, block size %u
17604 # block
[all …]

Completed in 107 milliseconds

12345