apr_table_elts    162 sapi/apache2filter/php_functions.c 	arr = apr_table_elts(ctx->f->r->headers_in);
apr_table_elts    182 sapi/apache2filter/php_functions.c 	arr = apr_table_elts(ctx->f->r->headers_out);
apr_table_elts    231 sapi/apache2filter/sapi_apache2.c 	const apr_array_header_t *arr = apr_table_elts(ctx->r->subprocess_env);
apr_table_elts    186 sapi/apache2handler/php_functions.c 	arr = apr_table_elts(ctx->r->headers_in);
apr_table_elts    210 sapi/apache2handler/php_functions.c 	arr = apr_table_elts(ctx->r->headers_out);
apr_table_elts    437 sapi/apache2handler/php_functions.c 		const apr_array_header_t *arr = apr_table_elts(((php_struct *) SG(server_context))->r->subprocess_env);
apr_table_elts    457 sapi/apache2handler/php_functions.c 		arr = apr_table_elts(((php_struct *) SG(server_context))->r->headers_in);
apr_table_elts    466 sapi/apache2handler/php_functions.c 		arr = apr_table_elts(((php_struct *) SG(server_context))->r->headers_out);
apr_table_elts    271 sapi/apache2handler/sapi_apache2.c 	const apr_array_header_t *arr = apr_table_elts(ctx->r->subprocess_env);