Home
last modified time | relevance | path

Searched refs:ops (Results 51 – 64 of 64) sorted by relevance

123

/PHP-7.4/ext/standard/
H A Dphp_fopen_wrapper.c402 stream->ops = &php_stream_socket_ops; in php_stream_url_wrap_php()
H A Dstreamsfuncs.c530 add_assoc_string(return_value, "stream_type", (char *)stream->ops->label); in PHP_FUNCTION()
551 …add_assoc_bool(return_value, "seekable", (stream->ops->seek) && (stream->flags & PHP_STREAM_FLAG_N… in PHP_FUNCTION()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_vio.c449 int was_blocked = net_stream->ops->set_option(net_stream, opt, 0, NULL); in MYSQLND_METHOD()
466 net_stream->ops->set_option(net_stream, opt, 1, NULL); in MYSQLND_METHOD()
H A Dmysqlnd_auth.c1222 return strcmp(conn->vio->data->stream->ops->label, "unix_socket") == 0; in is_secure_transport()
/PHP-7.4/main/streams/
H A Dfilter.c473 ssize_t count = stream->ops->write(stream, bucket->buf, bucket->buflen); in _php_stream_filter_flush()
H A Dmemory.c758 stream->ops = &php_stream_rfc2397_ops; in php_stream_url_wrap_rfc2397()
/PHP-7.4/sapi/phpdbg/
H A Dxml.md336 - compiled: yes/no - are there actual compiled ops?
340 - ops: number of opcodes in current executing context
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c1198 …((ssa->ops[opline - op_array->opcodes].op1_def >= 0) ? (OP1_DEF_INFO() & (MAY_BE_UNDEF|MAY_BE_ANY|… in zend_redo_pass_two_ex()
1314 zend_ssa_op *ssa_op = &func_info->ssa.ops[def_opline - op_array->opcodes]; in needs_live_range()
/PHP-7.4/ext/posix/
H A Dposix.c791 stream->ops->label); in php_posix_stream_get_fd()
/PHP-7.4/
H A DUPGRADING.INTERNALS28 y. Stream wrapper read/write ops
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1766 if (cparam->inputs.session->ops != &php_openssl_socket_ops) { in php_openssl_setup_crypto()
2349 xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+"); in php_openssl_tcp_sockop_accept()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1008 !stream->ops || in zend_get_file_handle_timestamp()
1009 !stream->ops->stat) { in zend_get_file_handle_timestamp()
1016 ret = stream->ops->stat(stream, &sb); in zend_get_file_handle_timestamp()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます22479 >12 lelong x %d bytecode ops)
H A Dmagic22479 >12 lelong x %d bytecode ops)

Completed in 188 milliseconds

123