Home
last modified time | relevance | path

Searched refs:send_php (Results 1 – 2 of 2) sorted by path

/PHP-5.5/sapi/apache/
H A Dmod_php5.c40 static int send_php(request_rec *r, int display_source_mode, char *filename);
596 static int send_php(request_rec *r, int display_source_mode, char *filename) in send_php() function
693 int result = send_php(r, 0, NULL); in send_parsed_php()
707 return send_php(r, 1, NULL); in send_parsed_php_source()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c39 static int send_php(request_rec *r, int display_source_mode, char *filename);
646 static int send_php(request_rec *r, int display_source_mode, char *filename) in send_php() function
745 int result = send_php(r, 0, NULL); in send_parsed_php()
759 return send_php(r, 1, NULL); in send_parsed_php_source()

Completed in 10 milliseconds