table_get         160 sapi/apache/mod_php5.c 	return (char *) table_get(((request_rec *) SG(server_context))->subprocess_env, "HTTP_COOKIE");
table_get         386 sapi/apache/mod_php5.c 	return (char *) table_get(((request_rec *) SG(server_context))->subprocess_env, name);
table_get         523 sapi/apache/mod_php5.c 	char *content_length = (char *) table_get(r->subprocess_env, "CONTENT_LENGTH");
table_get         531 sapi/apache/mod_php5.c 	SG(request_info).content_type = (char *) table_get(r->subprocess_env, "CONTENT_TYPE");
table_get         537 sapi/apache/mod_php5.c 		authorization = table_get(r->headers_in, "Authorization");
table_get         323 sapi/apache/php_apache.c 	old_val = (char *) table_get(((request_rec *)SG(server_context))->notes, note_name);
table_get         305 sapi/apache_hooks/mod_php5.c 	return (char *) table_get(((request_rec *) SG(server_context))->subprocess_env, "HTTP_COOKIE");
table_get         508 sapi/apache_hooks/mod_php5.c 	return (char *) table_get(((request_rec *) SG(server_context))->subprocess_env, name);
table_get         575 sapi/apache_hooks/mod_php5.c 	char *content_length = (char *) table_get(r->subprocess_env, "CONTENT_LENGTH");
table_get         584 sapi/apache_hooks/mod_php5.c 	SG(request_info).content_type = (char *) table_get(r->subprocess_env, "CONTENT_TYPE");
table_get         589 sapi/apache_hooks/mod_php5.c 		authorization = table_get(r->headers_in, "Authorization");
table_get        1560 sapi/apache_hooks/php_apache.c 	note_val = (char *) table_get(((request_rec *)SG(server_context))->notes, arg_name);