Home
last modified time | relevance | path

Searched refs:zval_is_true (Results 1 – 25 of 139) sorted by relevance

123456

/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_async_coro.cc85 SwooleG.enable_signalfd = zval_is_true(ztmp); in PHP_FUNCTION()
88 SwooleG.wait_signal = zval_is_true(ztmp); in PHP_FUNCTION()
105 SwooleG.socket_dontwait = zval_is_true(ztmp); in PHP_FUNCTION()
108 SwooleG.dns_lookup_random = zval_is_true(ztmp); in PHP_FUNCTION()
111 SwooleG.use_async_resolver = zval_is_true(ztmp); in PHP_FUNCTION()
114 SWOOLE_G(enable_coroutine) = zval_is_true(ztmp); in PHP_FUNCTION()
H A Dswoole_server_port.cc327 port->open_tcp_nodelay = zval_is_true(ztmp);
338 port->open_tcp_keepalive = zval_is_true(ztmp);
342 port->open_eof_check = zval_is_true(ztmp);
346 port->protocol.split_by_eof = zval_is_true(ztmp);
366 port->open_http_protocol = zval_is_true(ztmp);
370 port->open_websocket_protocol = zval_is_true(ztmp);
382 port->open_websocket_ping_frame = zval_is_true(ztmp);
390 port->open_http2_protocol = zval_is_true(ztmp);
398 port->open_mqtt_protocol = zval_is_true(ztmp);
429 port->tcp_fastopen = zval_is_true(ztmp);
[all …]
H A Dswoole_http_server_coro.cc456 hs->http_parse_cookie = zval_is_true(ztmp); in PHP_METHOD()
460 hs->http_parse_post = zval_is_true(ztmp); in PHP_METHOD()
464 hs->http_parse_files = zval_is_true(ztmp); in PHP_METHOD()
469 hs->http_compression = zval_is_true(ztmp); in PHP_METHOD()
487 hs->websocket_compression = zval_is_true(ztmp); in PHP_METHOD()
H A Dswoole_client.cc280 cli->ssl_context->disable_compress = !zval_is_true(ztmp); in php_swoole_client_check_ssl_setting()
307 cli->ssl_context->verify_peer = zval_is_true(ztmp); in php_swoole_client_check_ssl_setting()
310 cli->ssl_context->allow_self_signed = zval_is_true(ztmp); in php_swoole_client_check_ssl_setting()
344 cli->open_eof_check = zval_is_true(ztmp); in php_swoole_client_check_setting()
348 cli->protocol.split_by_eof = zval_is_true(ztmp); in php_swoole_client_check_setting()
368 cli->open_length_check = zval_is_true(ztmp); in php_swoole_client_check_setting()
369 if (zval_is_true(ztmp)) { in php_swoole_client_check_setting()
375 cli->open_length_check = zval_is_true(ztmp); in php_swoole_client_check_setting()
485 if (zval_is_true(ztmp)) { in php_swoole_client_check_setting()
H A Dswoole_coroutine_scheduler.cc150 PHPCoroutine::set_deadlock_check(zval_is_true(ztmp)); in php_swoole_set_coroutine_option()
156 PHPCoroutine::enable_preemptive_scheduler(zval_is_true(ztmp)); in php_swoole_set_coroutine_option()
H A Dswoole_client_coro.cc322 cli->get_socket()->set_tcp_nodelay(zval_is_true(ztmp)); in php_swoole_client_set()
407 sock->get_ssl_context()->disable_compress = !zval_is_true(ztmp); in php_swoole_socket_set_ssl()
409 sock->get_ssl_context()->disable_compress = !zval_is_true(ztmp); in php_swoole_socket_set_ssl()
445 sock->get_ssl_context()->verify_peer = zval_is_true(ztmp); in php_swoole_socket_set_ssl()
448 sock->get_ssl_context()->allow_self_signed = zval_is_true(ztmp); in php_swoole_socket_set_ssl()
H A Dswoole_server.cc2192 serv->daemonize = zval_is_true(ztmp); in PHP_METHOD()
2205 serv->single_thread = zval_is_true(ztmp); in PHP_METHOD()
2223 serv->enable_coroutine = zval_is_true(ztmp); in PHP_METHOD()
2235 serv->send_yield = zval_is_true(ztmp); in PHP_METHOD()
2298 serv->task_object = zval_is_true(ztmp); in PHP_METHOD()
2301 serv->event_object = zval_is_true(ztmp); in PHP_METHOD()
2369 serv->reload_async = zval_is_true(ztmp); in PHP_METHOD()
2416 serv->http_parse_post = zval_is_true(ztmp); in PHP_METHOD()
2420 serv->http_parse_files = zval_is_true(ztmp); in PHP_METHOD()
2425 serv->http_compression = zval_is_true(ztmp); in PHP_METHOD()
[all …]
/dports/devel/pecl-event/event-3.0.6/php5/classes/
H A Dssl_context.c220 if (zval_is_true(*ppzval)) { in set_ssl_ctx_options()
239 if (zval_is_true(*ppzval)) { in set_ssl_ctx_options()
257 if (zval_is_true(*ppzval)) { in set_ssl_ctx_options()
275 if (zval_is_true(*ppzval)) { in set_ssl_ctx_options()
294 if (zval_is_true(*ppzval)) { in set_ssl_ctx_options()
303 if (zval_is_true(*ppzval)) { in set_ssl_ctx_options()
310 ectx->allow_self_signed = (zend_bool) zval_is_true(*ppzval); in set_ssl_ctx_options()
313 if (zval_is_true(*ppzval)) { in set_ssl_ctx_options()
/dports/security/snuffleupagus/snuffleupagus-0.7.0/src/
H A Dsp_cookie_encryption.c60 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()
63 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dhead.c213 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()
215 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dhead.c213 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()
215 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dhead.c213 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()
215 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dhead.c213 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()
215 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dhead.c210 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()
213 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dhead.c206 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()
209 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dhead.c210 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()
213 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dhead.c206 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()
209 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
/dports/devel/swig/swig-4.0.2/Lib/php/
H A Dutils.i3 lvar = (t) zval_is_true(&invar);
/dports/www/mod_php80/php-8.0.15/main/streams/
H A Duserspace.c363 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opener()
437 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opendir()
683 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_read()
742 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) in php_userstreamop_flush()
786 } else if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_seek()
908 ret = zval_is_true(&retval) ? PHP_STREAM_OPTION_RETURN_ERR : PHP_STREAM_OPTION_RETURN_OK; in php_userstreamop_set_option()
/dports/www/mod_php81/php-8.1.1/main/streams/
H A Duserspace.c363 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opener()
437 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opendir()
683 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_read()
742 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) in php_userstreamop_flush()
786 } else if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_seek()
908 ret = zval_is_true(&retval) ? PHP_STREAM_OPTION_RETURN_ERR : PHP_STREAM_OPTION_RETURN_OK; in php_userstreamop_set_option()
/dports/lang/php80/php-8.0.15/main/streams/
H A Duserspace.c363 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opener()
437 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opendir()
683 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_read()
742 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) in php_userstreamop_flush()
786 } else if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_seek()
908 ret = zval_is_true(&retval) ? PHP_STREAM_OPTION_RETURN_ERR : PHP_STREAM_OPTION_RETURN_OK; in php_userstreamop_set_option()
/dports/lang/php73/php-7.3.33/main/streams/
H A Duserspace.c389 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opener()
464 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opendir()
700 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_read()
760 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) in php_userstreamop_flush()
805 } else if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_seek()
927 ret = zval_is_true(&retval) ? PHP_STREAM_OPTION_RETURN_ERR : PHP_STREAM_OPTION_RETURN_OK; in php_userstreamop_set_option()
/dports/lang/php74/php-7.4.27/main/streams/
H A Duserspace.c389 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opener()
464 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opendir()
717 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_read()
776 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) in php_userstreamop_flush()
821 } else if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_seek()
943 ret = zval_is_true(&retval) ? PHP_STREAM_OPTION_RETURN_ERR : PHP_STREAM_OPTION_RETURN_OK; in php_userstreamop_set_option()
/dports/lang/php81/php-8.1.1/main/streams/
H A Duserspace.c363 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opener()
437 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opendir()
683 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_read()
742 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) in php_userstreamop_flush()
786 } else if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_seek()
908 ret = zval_is_true(&retval) ? PHP_STREAM_OPTION_RETURN_ERR : PHP_STREAM_OPTION_RETURN_OK; in php_userstreamop_set_option()
/dports/www/mod_php73/php-7.3.33/main/streams/
H A Duserspace.c389 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opener()
464 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opendir()
700 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_read()
760 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) in php_userstreamop_flush()
805 } else if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_seek()
927 ret = zval_is_true(&retval) ? PHP_STREAM_OPTION_RETURN_ERR : PHP_STREAM_OPTION_RETURN_OK; in php_userstreamop_set_option()

123456