elts              258 sapi/apache/mod_php5.c 	table_entry *elts = (table_entry *) arr->elts;
elts              267 sapi/apache/mod_php5.c 		if (elts[i].val) {
elts              268 sapi/apache/mod_php5.c 			val = elts[i].val;
elts              273 sapi/apache/mod_php5.c 		if (sapi_module.input_filter(PARSE_SERVER, elts[i].key, &val, val_len, &new_val_len TSRMLS_CC)) {
elts              274 sapi/apache/mod_php5.c 			php_register_variable_safe(elts[i].key, val, new_val_len, track_vars_array TSRMLS_CC);
elts              245 sapi/apache/php_apache.c 		table_entry *elts;
elts              250 sapi/apache/php_apache.c 		elts = (table_entry *)arr->elts;
elts              256 sapi/apache/php_apache.c 			php_info_print_table_row(2, elts[i].key, elts[i].val);
elts              273 sapi/apache/php_apache.c 		env = (table_entry *)env_arr->elts;
elts              281 sapi/apache/php_apache.c 		env = (table_entry *)env_arr->elts;
elts              402 sapi/apache/php_apache.c 	tenv = (table_entry *)env_arr->elts;
elts              424 sapi/apache/php_apache.c 	tenv = (table_entry *)env_arr->elts;
elts               62 sapi/apache2filter/php_apache.h 	apr_table_entry_t *elts;						\
elts               64 sapi/apache2filter/php_apache.h 	elts = (apr_table_entry_t *) arr->elts;			\
elts               66 sapi/apache2filter/php_apache.h 		key = elts[i].key;							\
elts               67 sapi/apache2filter/php_apache.h 		val = elts[i].val;
elts               60 sapi/apache2handler/php_apache.h 	apr_table_entry_t *elts;						\
elts               62 sapi/apache2handler/php_apache.h 	elts = (apr_table_entry_t *) arr->elts;			\
elts               64 sapi/apache2handler/php_apache.h 		key = elts[i].key;							\
elts               65 sapi/apache2handler/php_apache.h 		val = elts[i].val;
elts              388 sapi/apache_hooks/mod_php5.c 	table_entry *elts = (table_entry *) arr->elts;
elts              395 sapi/apache_hooks/mod_php5.c 		if (elts[i].val) {
elts              396 sapi/apache_hooks/mod_php5.c 			val = elts[i].val;
elts              400 sapi/apache_hooks/mod_php5.c 		php_register_variable(elts[i].key, val, track_vars_array  TSRMLS_CC);
elts             1656 sapi/apache_hooks/php_apache.c 		table_entry *elts;
elts             1661 sapi/apache_hooks/php_apache.c 		elts = (table_entry *)arr->elts;
elts             1667 sapi/apache_hooks/php_apache.c 			php_info_print_table_row(2, elts[i].key, elts[i].val);
elts             1684 sapi/apache_hooks/php_apache.c 		env = (table_entry *)env_arr->elts;
elts             1692 sapi/apache_hooks/php_apache.c 		env = (table_entry *)env_arr->elts;
elts             1764 sapi/apache_hooks/php_apache.c     tenv = (table_entry *)env_arr->elts;