Searched refs:url_pattern (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/poorman/libhttpd/ |
H A D | libhttpd.h | 90 char* url_pattern; member 191 int no_symlink_check, int vhost, int global_passwd, char* url_pattern,
|
H A D | libhttpd.c | 224 if ( hs->url_pattern != (char*) 0 ) in free_httpd_server() 225 free( (void*) hs->url_pattern ); in free_httpd_server() 237 int no_symlink_check, int vhost, int global_passwd, char* url_pattern, in httpd_initialize() argument 313 if ( url_pattern == (char*) 0 ) in httpd_initialize() 314 hs->url_pattern = (char*) 0; in httpd_initialize() 317 hs->url_pattern = strdup( url_pattern ); in httpd_initialize() 318 if ( hs->url_pattern == (char*) 0 ) in httpd_initialize() 4046 if ( hc->hs->url_pattern == (char*) 0 ) in check_referrer() 4090 if ( hs->no_empty_referrers && match( hs->url_pattern, hc->origfilename ) ) in really_check_referrer() 4139 if ( ! match( lp, refhost ) && match( hs->url_pattern, hc->origfilename ) ) in really_check_referrer()
|