headers_in        536 sapi/apache/mod_php5.c 	if (r->headers_in) {
headers_in        537 sapi/apache/mod_php5.c 		authorization = table_get(r->headers_in, "Authorization");
headers_in        272 sapi/apache/php_apache.c 		env_arr = table_elts(r->headers_in);
headers_in        401 sapi/apache/php_apache.c 	env_arr = table_elts(((request_rec *) SG(server_context))->headers_in);
headers_in        162 sapi/apache2filter/php_functions.c 	arr = apr_table_elts(ctx->f->r->headers_in);
headers_in        210 sapi/apache2filter/sapi_apache2.c 	http_cookie = apr_table_get(ctx->r->headers_in, "cookie");
headers_in        404 sapi/apache2filter/sapi_apache2.c 	SG(request_info).content_type = apr_table_get(f->r->headers_in, "Content-Type");
headers_in        418 sapi/apache2filter/sapi_apache2.c 	content_length = (char *) apr_table_get(f->r->headers_in, "Content-Length");
headers_in        426 sapi/apache2filter/sapi_apache2.c 	auth = apr_table_get(f->r->headers_in, "Authorization");
headers_in        186 sapi/apache2handler/php_functions.c 	arr = apr_table_elts(ctx->r->headers_in);
headers_in        457 sapi/apache2handler/php_functions.c 		arr = apr_table_elts(((php_struct *) SG(server_context))->r->headers_in);
headers_in        246 sapi/apache2handler/sapi_apache2.c 	http_cookie = apr_table_get(ctx->r->headers_in, "cookie");
headers_in        477 sapi/apache2handler/sapi_apache2.c 	SG(request_info).content_type = apr_table_get(r->headers_in, "Content-Type");
headers_in        485 sapi/apache2handler/sapi_apache2.c 	content_length = (char *) apr_table_get(r->headers_in, "Content-Length");
headers_in        493 sapi/apache2handler/sapi_apache2.c 	auth = apr_table_get(r->headers_in, "Authorization");
headers_in        588 sapi/apache_hooks/mod_php5.c 	if (r->headers_in) {
headers_in        589 sapi/apache_hooks/mod_php5.c 		authorization = table_get(r->headers_in, "Authorization");
headers_in        570 sapi/apache_hooks/php_apache.c 	apache_table_to_zval(r->headers_in, return_value);
headers_in       1328 sapi/apache_hooks/php_apache.c 	PHP_FALIAS(headers_in,					apache_request_headers_in,			NULL)
headers_in       1683 sapi/apache_hooks/php_apache.c 		env_arr = table_elts(r->headers_in);
headers_in       1791 sapi/apache_hooks/php_apache.c 	apache_table_to_zval(((request_rec *)SG(server_context))->headers_in, return_value);