apr_table_get     206 sapi/apache2filter/php_functions.c 	old_note_val = (char *) apr_table_get(ctx->r->notes, note_name);
apr_table_get     272 sapi/apache2filter/php_functions.c 	env_val = (char*) apr_table_get(ctx->r->subprocess_env, variable);
apr_table_get     210 sapi/apache2filter/sapi_apache2.c 	http_cookie = apr_table_get(ctx->r->headers_in, "cookie");
apr_table_get     222 sapi/apache2filter/sapi_apache2.c 	env_var = apr_table_get(ctx->r->subprocess_env, name);
apr_table_get     404 sapi/apache2filter/sapi_apache2.c 	SG(request_info).content_type = apr_table_get(f->r->headers_in, "Content-Type");
apr_table_get     418 sapi/apache2filter/sapi_apache2.c 	content_length = (char *) apr_table_get(f->r->headers_in, "Content-Length");
apr_table_get     426 sapi/apache2filter/sapi_apache2.c 	auth = apr_table_get(f->r->headers_in, "Authorization");
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     246 sapi/apache2handler/sapi_apache2.c 	http_cookie = apr_table_get(ctx->r->headers_in, "cookie");
apr_table_get     262 sapi/apache2handler/sapi_apache2.c 	env_var = apr_table_get(ctx->r->subprocess_env, name);
apr_table_get     477 sapi/apache2handler/sapi_apache2.c 	SG(request_info).content_type = apr_table_get(r->headers_in, "Content-Type");
apr_table_get     485 sapi/apache2handler/sapi_apache2.c 	content_length = (char *) apr_table_get(r->headers_in, "Content-Length");
apr_table_get     493 sapi/apache2handler/sapi_apache2.c 	auth = apr_table_get(r->headers_in, "Authorization");