active            557 Zend/zend.c    	executor_globals->active = 0;
active            815 Zend/zend.c    	if (EG(active))
active            186 Zend/zend_execute_API.c 	EG(active) = 1;
active            411 Zend/zend_execute_API.c 	EG(active) = 0;
active            700 Zend/zend_execute_API.c 	if (!EG(active)) {
active            211 Zend/zend_globals.h 	zend_bool active;
active             82 Zend/zend_signal.c 	if (EXPECTED(SIGG(active))) {
active            142 Zend/zend_signal.c 	if (EXPECTED(SIGG(active))) {
active            293 Zend/zend_signal.c 	SIGG(active) = 1;
active            318 Zend/zend_signal.c 	SIGG(active) = 0;
active             60 Zend/zend_signal.h 	int active;             /* internal signal handling is enabled */
active           1092 ext/mysqlnd/mysqlnd_net.c 			if (EG(active)) {
active             31 ext/standard/assert.c 	zend_bool active;
active             82 ext/standard/assert.c 	 STD_PHP_INI_ENTRY("assert.active",		"1",	PHP_INI_ALL,	OnUpdateBool,		active,	 			zend_assert_globals,		assert_globals)
active            156 ext/standard/assert.c 	if (! ASSERTG(active)) {
active            298 ext/standard/assert.c 		oldint = ASSERTG(active);
active            993 ext/standard/url_scanner_ex.c 	if (!BG(url_adapt_state_ex).active) {
active            996 ext/standard/url_scanner_ex.c 		BG(url_adapt_state_ex).active = 1;
active           1062 ext/standard/url_scanner_ex.c 	BG(url_adapt_state_ex).active = 0;
active           1069 ext/standard/url_scanner_ex.c 	if (BG(url_adapt_state_ex).active) {
active           1071 ext/standard/url_scanner_ex.c 		BG(url_adapt_state_ex).active = 0;
active             49 ext/standard/url_scanner_ex.h 	int active;
active            186 main/output.c  		OG(active) = NULL;
active            235 main/output.c  		|	(OG(active) ? PHP_OUTPUT_ACTIVE : 0)
active            273 main/output.c  	if (OG(active) && (OG(active)->flags & PHP_OUTPUT_HANDLER_FLUSHABLE)) {
active            275 main/output.c  		php_output_handler_op(OG(active), &context);
active            279 main/output.c  			zend_stack_push(&OG(handlers), &OG(active));
active            292 main/output.c  	if (OG(active)) {
active            304 main/output.c  	if (OG(active) && (OG(active)->flags & PHP_OUTPUT_HANDLER_CLEANABLE)) {
active            306 main/output.c  		php_output_handler_op(OG(active), &context);
active            320 main/output.c  	if (OG(active)) {
active            341 main/output.c  	while (OG(active) && php_output_stack_pop(PHP_OUTPUT_POP_FORCE));
active            360 main/output.c  	while (OG(active)) {
active            370 main/output.c  	return OG(active) ? zend_stack_count(&OG(handlers)) : 0;
active            378 main/output.c  	if (OG(active)) {
active            379 main/output.c  		ZVAL_STRINGL(p, OG(active)->buffer.data, OG(active)->buffer.used);
active            391 main/output.c  	if (OG(active)) {
active            392 main/output.c  		ZVAL_LONG(p, OG(active)->buffer.used);
active            405 main/output.c  	return OG(active);
active            566 main/output.c  	OG(active) = handler;
active            763 main/output.c  	if (op && OG(active) && OG(running)) {
active           1036 main/output.c  	php_output_handler **active;
active           1050 main/output.c  	if (OG(active) && (obh_cnt = zend_stack_count(&OG(handlers)))) {
active           1056 main/output.c  		} else if ((active = zend_stack_top(&OG(handlers))) && (!((*active)->flags & PHP_OUTPUT_HANDLER_DISABLED))) {
active           1057 main/output.c  			php_output_handler_op(*active, &context);
active           1196 main/output.c  	php_output_handler **current, *orphan = OG(active);
active           1227 main/output.c  			OG(active) = *current;
active           1229 main/output.c  			OG(active) = NULL;
active           1325 main/output.c  	if (!OG(active)) {
active           1331 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to flush buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
active           1346 main/output.c  	if (!OG(active)) {
active           1352 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
active           1367 main/output.c  	if (!OG(active)) {
active           1384 main/output.c  	if (!OG(active)) {
active           1407 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
active           1420 main/output.c  	if(!OG(active)) {
active           1430 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
active           1485 main/output.c  	if (!OG(active)) {
active           1503 main/output.c  	if (!OG(active)) {
active           1512 main/output.c  		php_output_handler_status(OG(active), return_value);
active            142 main/php_output.h 	php_output_handler *active;
active            371 main/streams/streams.c 	if (EG(active)) {
active            115 sapi/cli/php_cli_server.c 	} active;
active            780 sapi/cli/php_cli_server.c 	memmove(&poller->active.rfds, &poller->rfds, sizeof(poller->rfds));
active            781 sapi/cli/php_cli_server.c 	memmove(&poller->active.wfds, &poller->wfds, sizeof(poller->wfds));
active            782 sapi/cli/php_cli_server.c 	return php_select(poller->max_fd + 1, &poller->active.rfds, &poller->active.wfds, NULL, tv);
active            796 sapi/cli/php_cli_server.c 	for (i = 0; i < poller->active.rfds.fd_count; i++) {
active            798 sapi/cli/php_cli_server.c 		n->fd = poller->active.rfds.fd_array[i];
active            803 sapi/cli/php_cli_server.c 	for (i = 0; i < poller->active.wfds.fd_count; i++) {
active            805 sapi/cli/php_cli_server.c 		SOCKET fd = poller->active.wfds.fd_array[i];
active            833 sapi/cli/php_cli_server.c 		if (PHP_SAFE_FD_ISSET(fd, &poller->active.rfds)) {
active            838 sapi/cli/php_cli_server.c 		if (PHP_SAFE_FD_ISSET(fd, &poller->active.wfds)) {
active            318 sapi/fpm/fpm/fpm_process_ctl.c 		int active = 0;
active            335 sapi/fpm/fpm/fpm_process_ctl.c 				active++;
active            356 sapi/fpm/fpm/fpm_process_ctl.c 		fpm_scoreboard_update(idle, active, cur_lq, -1, -1, -1, 0, FPM_SCOREBOARD_ACTION_SET, wp->scoreboard);
active            362 sapi/fpm/fpm/fpm_process_ctl.c 			zlog(ZLOG_DEBUG, "[pool %s] currently %d active children, %d spare children", wp->config->name, active, idle);
active            379 sapi/fpm/fpm/fpm_process_ctl.c 		zlog(ZLOG_DEBUG, "[pool %s] currently %d active children, %d spare children, %d running children. Spawning rate %d", wp->config->name, active, idle, wp->running_children, wp->idle_spawn_rate);
active             76 sapi/fpm/fpm/fpm_scoreboard.c void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children_reached, int slow_rq, int action, struct fpm_scoreboard_s *scoreboard) /* {{{ */
active             92 sapi/fpm/fpm/fpm_scoreboard.c 		if (active >= 0) {
active             93 sapi/fpm/fpm/fpm_scoreboard.c 			scoreboard->active = active;
active            123 sapi/fpm/fpm/fpm_scoreboard.c 		if (scoreboard->active + active > 0) {
active            124 sapi/fpm/fpm/fpm_scoreboard.c 			scoreboard->active += active;
active            126 sapi/fpm/fpm/fpm_scoreboard.c 			scoreboard->active = 0;
active            148 sapi/fpm/fpm/fpm_scoreboard.c 	if (scoreboard->active > scoreboard->active_max) {
active            149 sapi/fpm/fpm/fpm_scoreboard.c 		scoreboard->active_max = scoreboard->active;
active             58 sapi/fpm/fpm/fpm_scoreboard.h 	int active;
active             74 sapi/fpm/fpm/fpm_scoreboard.h void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children_reached, int slow_rq, int action, struct fpm_scoreboard_s *scoreboard);
active            109 sapi/fpm/fpm/fpm_status.c 		if (scoreboard.idle < 0 || scoreboard.active < 0) {
active            373 sapi/fpm/fpm/fpm_status.c 				scoreboard.active,
active            374 sapi/fpm/fpm/fpm_status.c 				scoreboard.idle + scoreboard.active,
active             15 sapi/fpm/fpm/fpm_status.h 	int active;
active             25 sapi/fpm/fpm/fpm_status.h void fpm_status_update_activity(struct fpm_shm_s *shm, int idle, int active, int total, unsigned cur_lq, int max_lq, int clear_last_update);
active             19 sapi/fpm/fpm/fpm_systemd.c 	int active=0, idle=0;
active             24 sapi/fpm/fpm/fpm_systemd.c 			active   += wp->scoreboard->active;
active             40 sapi/fpm/fpm/fpm_systemd.c 				active, idle, requests, slow_req, ((float)requests - last) * 1000.0 / fpm_global_config.systemd_interval)) {
active            107 sapi/phpdbg/phpdbg.c 	pg->err_buf.active = 0;
active            287 sapi/phpdbg/phpdbg.h 		zend_bool active;
active           1120 sapi/phpdbg/phpdbg_out.c 	if (PHPDBG_G(err_buf).active && type != P_STDOUT && type != P_STDERR) {
active           1163 sapi/phpdbg/phpdbg_out.c PHPDBG_API void phpdbg_activate_err_buf(zend_bool active) {
active           1164 sapi/phpdbg/phpdbg_out.c 	PHPDBG_G(err_buf).active = active;
active           1170 sapi/phpdbg/phpdbg_out.c 	int errbuf_active = PHPDBG_G(err_buf).active;
active           1176 sapi/phpdbg/phpdbg_out.c 	PHPDBG_G(err_buf).active = 0;
active           1182 sapi/phpdbg/phpdbg_out.c 	PHPDBG_G(err_buf).active = errbuf_active;
active             77 sapi/phpdbg/phpdbg_out.h PHPDBG_API void phpdbg_activate_err_buf(zend_bool active);