Searched refs:no_symlink_check (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h87 int no_symlink_check; member in struct:__anon18
191 int no_symlink_check, int vhost, int global_passwd, char* url_pattern,
H A Dlibhttpd.c155 static char* expand_symlinks( char* path, char** restP, int no_symlink_check, int tildemapped );
237 int no_symlink_check, int vhost, int global_passwd, char* url_pattern,
338 hs->no_symlink_check = no_symlink_check;
1470 expand_symlinks( char* path, char** restP, int no_symlink_check, int tildemapped ) argument
1482 if ( no_symlink_check )
2353 cp = expand_symlinks( hc->expnfilename, &pi, hc->hs->no_symlink_check, hc->tildemapped );
3779 cp = expand_symlinks( indexname, &pi, hc->hs->no_symlink_check, hc->tildemapped );
233 httpd_initialize( char* hostname, httpd_sockaddr* sa4P, httpd_sockaddr* sa6P, unsigned short port, char* cgi_pattern, int cgi_limit, char* charset, char* p3p, int max_age, char* cwd, int no_log, FILE* logfp, int no_symlink_check, int vhost, int global_passwd, char* url_pattern, char* local_pattern, int no_empty_referrers ) argument

Completed in 41 milliseconds