headers_in 186 sapi/apache2handler/php_functions.c arr = apr_table_elts(ctx->r->headers_in); headers_in 461 sapi/apache2handler/php_functions.c arr = apr_table_elts(((php_struct *) SG(server_context))->r->headers_in); headers_in 248 sapi/apache2handler/sapi_apache2.c http_cookie = apr_table_get(ctx->r->headers_in, "cookie"); headers_in 484 sapi/apache2handler/sapi_apache2.c SG(request_info).content_type = apr_table_get(r->headers_in, "Content-Type"); headers_in 492 sapi/apache2handler/sapi_apache2.c content_length = (char *) apr_table_get(r->headers_in, "Content-Length"); headers_in 504 sapi/apache2handler/sapi_apache2.c auth = apr_table_get(r->headers_in, "Authorization");