active            579 Zend/zend.c    	EG(active) = 0;
active            823 Zend/zend.c    	if (EG(active))
active            193 Zend/zend_execute_API.c 	EG(active) = 1;
active            333 Zend/zend_execute_API.c 	EG(active) = 0;
active            638 Zend/zend_execute_API.c 	if (!EG(active)) {
active            258 Zend/zend_globals.h 	zend_bool active; 
active             79 Zend/zend_signal.c 	if (SIGG(active)) {
active            139 Zend/zend_signal.c 	if (SIGG(active)) {
active            290 Zend/zend_signal.c 	SIGG(active) = 1;
active            315 Zend/zend_signal.c 	SIGG(active) = 0;
active             60 Zend/zend_signal.h 	int active;             /* internal signal handling is enabled */
active           1072 ext/mysqlnd/mysqlnd_net.c 			if (EG(active)) {
active             28 ext/standard/assert.c 	long active;
active             82 ext/standard/assert.c 	 STD_PHP_INI_ENTRY("assert.active",		"1",	PHP_INI_ALL,	OnUpdateLong,		active,	 			zend_assert_globals,		assert_globals)
active            148 ext/standard/assert.c 	if (! ASSERTG(active)) {
active            277 ext/standard/assert.c 		oldint = ASSERTG(active);
active            962 ext/standard/url_scanner_ex.c 	if (! BG(url_adapt_state_ex).active) {
active            965 ext/standard/url_scanner_ex.c 		BG(url_adapt_state_ex).active = 1;
active           1024 ext/standard/url_scanner_ex.c 	BG(url_adapt_state_ex).active = 0;
active           1031 ext/standard/url_scanner_ex.c 	if (BG(url_adapt_state_ex).active) {
active           1033 ext/standard/url_scanner_ex.c 		BG(url_adapt_state_ex).active = 0;
active             49 ext/standard/url_scanner_ex.h 	int active;
active            179 main/output.c  		OG(active) = NULL;
active            228 main/output.c  		|	(OG(active) ? PHP_OUTPUT_ACTIVE : 0)
active            283 main/output.c  	if (OG(active) && (OG(active)->flags & PHP_OUTPUT_HANDLER_FLUSHABLE)) {
active            285 main/output.c  		php_output_handler_op(OG(active), &context);
active            289 main/output.c  			zend_stack_push(&OG(handlers), &OG(active), sizeof(php_output_handler *));
active            302 main/output.c  	if (OG(active)) {
active            314 main/output.c  	if (OG(active) && (OG(active)->flags & PHP_OUTPUT_HANDLER_CLEANABLE)) {
active            316 main/output.c  		php_output_handler_op(OG(active), &context);
active            330 main/output.c  	if (OG(active)) {
active            351 main/output.c  	while (OG(active) && php_output_stack_pop(PHP_OUTPUT_POP_FORCE TSRMLS_CC));
active            370 main/output.c  	while (OG(active)) {
active            380 main/output.c  	return OG(active) ? zend_stack_count(&OG(handlers)) : 0;
active            388 main/output.c  	if (OG(active)) {
active            389 main/output.c  		ZVAL_STRINGL(p, OG(active)->buffer.data, OG(active)->buffer.used, 1);
active            401 main/output.c  	if (OG(active)) {
active            402 main/output.c  		ZVAL_LONG(p, OG(active)->buffer.used);
active            415 main/output.c  	return OG(active);
active            580 main/output.c  	OG(active) = handler;
active            776 main/output.c  	if (op && OG(active) && OG(running)) {
active           1057 main/output.c  	php_output_handler **active;
active           1071 main/output.c  	if (OG(active) && (obh_cnt = zend_stack_count(&OG(handlers)))) {
active           1077 main/output.c  		} else if ((SUCCESS == zend_stack_top(&OG(handlers), (void *) &active)) && (!((*active)->flags & PHP_OUTPUT_HANDLER_DISABLED))) {
active           1078 main/output.c  			php_output_handler_op(*active, &context);
active           1219 main/output.c  	php_output_handler **current, *orphan = OG(active);
active           1250 main/output.c  			OG(active) = *current;
active           1252 main/output.c  			OG(active) = NULL;
active           1349 main/output.c  	if (!OG(active)) {
active           1355 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to flush buffer of %s (%d)", OG(active)->name, OG(active)->level);
active           1370 main/output.c  	if (!OG(active)) {
active           1376 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer of %s (%d)", OG(active)->name, OG(active)->level);
active           1391 main/output.c  	if (!OG(active)) {
active           1408 main/output.c  	if (!OG(active)) {
active           1431 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer of %s (%d)", OG(active)->name, OG(active)->level);
active           1444 main/output.c  	if(!OG(active)) {
active           1454 main/output.c  		php_error_docref("ref.outcontrol" TSRMLS_CC, E_NOTICE, "failed to delete buffer of %s (%d)", OG(active)->name, OG(active)->level);
active           1509 main/output.c  	if (!OG(active)) {
active           1529 main/output.c  	if (!OG(active)) {
active           1536 main/output.c  		php_output_handler_status(OG(active), return_value);
active            149 main/php_output.h 	php_output_handler *active;
active            393 main/streams/streams.c 	if (EG(active)) {
active            118 sapi/cli/php_cli_server.c 	} active;
active            909 sapi/cli/php_cli_server.c 	memmove(&poller->active.rfds, &poller->rfds, sizeof(poller->rfds));
active            910 sapi/cli/php_cli_server.c 	memmove(&poller->active.wfds, &poller->wfds, sizeof(poller->wfds));
active            911 sapi/cli/php_cli_server.c 	return php_select(poller->max_fd + 1, &poller->active.rfds, &poller->active.wfds, NULL, tv);
active            926 sapi/cli/php_cli_server.c 	for (i = 0; i < poller->active.rfds.fd_count; i++) {
active            928 sapi/cli/php_cli_server.c 		n->fd = poller->active.rfds.fd_array[i];
active            933 sapi/cli/php_cli_server.c 	for (i = 0; i < poller->active.wfds.fd_count; i++) {
active            935 sapi/cli/php_cli_server.c 		SOCKET fd = poller->active.wfds.fd_array[i];
active            963 sapi/cli/php_cli_server.c 		if (PHP_SAFE_FD_ISSET(fd, &poller->active.rfds)) {
active            968 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            108 sapi/fpm/fpm/fpm_status.c 		if (scoreboard.idle < 0 || scoreboard.active < 0) {
active            371 sapi/fpm/fpm/fpm_status.c 				scoreboard.active,
active            372 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)) {