send_php           44 sapi/apache/mod_php5.c static int send_php(request_rec *r, int display_source_mode, char *filename);
send_php          679 sapi/apache/mod_php5.c 	int result = send_php(r, 0, NULL);
send_php          693 sapi/apache/mod_php5.c 	return send_php(r, 1, NULL);
send_php           43 sapi/apache_hooks/mod_php5.c static int send_php(request_rec *r, int display_source_mode, char *filename);
send_php          738 sapi/apache_hooks/mod_php5.c 	int result = send_php(r, 0, NULL);
send_php          752 sapi/apache_hooks/mod_php5.c 	return send_php(r, 1, NULL);