Home
last modified time | relevance | path

Searched refs:block (Results 101 – 125 of 125) sorted by relevance

12345

/PHP-7.3/main/
H A Dnetwork.c1152 PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block) argument
1160 flags = !block;
1173 if (!block) {
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c147 struct { void *block; char *p; size_t len; } heap; member
882 if (chunk->data.heap.block != chunk) { in php_cli_server_chunk_dtor()
883 pefree(chunk->data.heap.block, 1); in php_cli_server_chunk_dtor()
951 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
957 chunk->data.heap.block = block; in php_cli_server_chunk_heap_new()
969 chunk->data.heap.block = chunk; in php_cli_server_chunk_heap_new_self_contained()
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_change_user_old.phpt51 // Reconnect because Percona and MariaDB block any commands after 3 failed
/PHP-7.3/ext/standard/
H A Dstreamsfuncs.c1342 zend_bool block; in PHP_FUNCTION() local
1347 Z_PARAM_BOOL(block) in PHP_FUNCTION()
1352 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, block, NULL) == -1) { in PHP_FUNCTION()
/PHP-7.3/ext/spl/internal/
H A Dsplfileobject.inc116 * @retval $wouldblock whether the operation would block
/PHP-7.3/ext/fileinfo/
H A Dmagicdata.patch101 # block
H A Dlibmagic.patch2542 - * a block device, if nothing else.
2622 - * are block special files and go on to the next file.
2641 + * are block special files and go on to the next file.
2666 - * If -s has been specified, treat block special files
2668 - * are block special files and go on to the next file.
/PHP-7.3/ext/opcache/Optimizer/
H A Descape_analysis.c98 for (j = 0; j < ssa->cfg.blocks[p->block].predecessors_count; j++) { in zend_build_equi_escape_sets()
H A Dzend_inference.c296 for (j = 0; j < ssa->cfg.blocks[p->block].predecessors_count; j++) { in zend_ssa_find_false_dependencies()
961 for (i = 0; i < ssa->cfg.blocks[p->block].predecessors_count; i++) { in zend_inference_calc_range()
3581 for (i = 0; i < blocks[p->block].predecessors_count; i++) { in zend_infer_types_ex()
3585 for (i = 0; i < blocks[p->block].predecessors_count; i++) { in zend_infer_types_ex()
/PHP-7.3/
H A DCODING_STANDARDS230 variable declaration section and the statements in a block, as well as
231 between logical statement groups in a block. Maintain at least one empty
H A Drun-tests.php1232 function show_file_block($file, $block, $section = null) argument
1243 echo rtrim($block);
H A DREADME.STREAMS150 NOTE: If the origstream is network based, this function will block
H A DNEWS1335 frees in one block). (Nikita)
1785 . block sizes >= 256 bytes are now supposed by sodium_pad() even
2145 . Fixed bug #75969 (Assertion failure in live range DCE due to block pass
H A Dphp.ini-development276 ; automatically after every output block. This is equivalent to calling the
278 ; and every HTML block. Turning this option on has serious performance
H A Dphp.ini-production276 ; automatically after every output block. This is equivalent to calling the
278 ; and every HTML block. Turning this option on has serious performance
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic6249 # Disk info block. (block 1)
7757 # no positiv block length
7779 # next available block
7805 # next available block
8239 >4 belong x (block length=%d,
10631 >8240 lelong x block size %d,
10691 >8240 belong x block size %d,
11401 >20 lelong x \b block size %u,
16165 #>36 lelong x \b, block size %u
22921 # block
[all …]
H A Dmagic私はガラスを食べられます6249 # Disk info block. (block 1)
7757 # no positiv block length
7779 # next available block
7805 # next available block
8239 >4 belong x (block length=%d,
10631 >8240 lelong x block size %d,
10691 >8240 belong x block size %d,
11401 >20 lelong x \b block size %u,
16165 #>36 lelong x \b, block size %u
22921 # block
[all …]
/PHP-7.3/sapi/litespeed/
H A DREADME.md125 shared memory block for the opcode cache.
/PHP-7.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic5.phpt554 [█] => &block;
H A Dhtml_entity_decode_html5.phpt711 "&block;",
2845 &block; => █ e29688
H A Dhtmlentities_html5.phpt1021 &block; U+02588
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c161 static void php_pcre_free(void *block, void *data) in php_pcre_free() argument
163 pefree(block, 1); in php_pcre_free()
/PHP-7.3/ext/standard/html_tables/
H A Dents_html5.txt706 block 02588
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c174256 rc = fts3WriteSegment(p, pNode->iBlock, pNode->block.a, pNode->block.n);
174260 pNode->block.n = 1 + sqlite3Fts3PutVarint(&pNode->block.a[1], iPtr+1);
174375 if( pLeaf->block.n>0 && (pLeaf->block.n + nSpace)>p->nNodeSize ){
174376 rc = fts3WriteSegment(p, pLeaf->iBlock, pLeaf->block.a, pLeaf->block.n);
174398 pLeaf->block.n = 0;
174407 blobGrowBuffer(&pLeaf->block, pLeaf->block.n + nSpace, &rc);
174492 rc = fts3WriteSegment(p, pNode->iBlock, pNode->block.a, pNode->block.n);
174507 pRoot->block.a, pRoot->block.n /* root */
174673 rc = nodeReaderInit(&reader, pNode->block.a, pNode->block.n);
175017 rc = fts3WriteSegment(p, iNewStart, block.a, block.n);
[all …]
/PHP-7.3/ext/imap/
H A Dphp_imap.c94 void fs_give(void **block);

Completed in 667 milliseconds

12345