apr_table_get     234 sapi/apache2handler/php_functions.c 	old_note_val = (char *) apr_table_get(ctx->r->notes, note_name);
apr_table_get     313 sapi/apache2handler/php_functions.c 	env_val = (char*) apr_table_get(r->subprocess_env, variable);
apr_table_get     248 sapi/apache2handler/sapi_apache2.c 	http_cookie = apr_table_get(ctx->r->headers_in, "cookie");
apr_table_get     264 sapi/apache2handler/sapi_apache2.c 	env_var = apr_table_get(ctx->r->subprocess_env, name);
apr_table_get     484 sapi/apache2handler/sapi_apache2.c 	SG(request_info).content_type = apr_table_get(r->headers_in, "Content-Type");
apr_table_get     492 sapi/apache2handler/sapi_apache2.c 	content_length = (char *) apr_table_get(r->headers_in, "Content-Length");
apr_table_get     504 sapi/apache2handler/sapi_apache2.c 	auth = apr_table_get(r->headers_in, "Authorization");