send_php           40 sapi/apache/mod_php5.c static int send_php(request_rec *r, int display_source_mode, char *filename);
send_php          693 sapi/apache/mod_php5.c 	int result = send_php(r, 0, NULL);
send_php          707 sapi/apache/mod_php5.c 	return send_php(r, 1, NULL);
send_php           39 sapi/apache_hooks/mod_php5.c static int send_php(request_rec *r, int display_source_mode, char *filename);
send_php          745 sapi/apache_hooks/mod_php5.c 	int result = send_php(r, 0, NULL);
send_php          759 sapi/apache_hooks/mod_php5.c 	return send_php(r, 1, NULL);