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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1707 httpd_realloc_str( &hc->origfilename, &hc->maxorigfilename, 1 );
1759 hc->origfilename[0] = '\0';
2067 &hc->origfilename, &hc->maxorigfilename, strlen( hc->decodedurl ) );
2068 (void) strcpy( hc->origfilename, &hc->decodedurl[1] );
2070 if ( hc->origfilename[0] == '\0' )
2071 (void) strcpy( hc->origfilename, "." );
2080 /* Remove query from (decoded) origfilename. */
2081 cp = strchr( hc->origfilename, '?' );
2086 de_dotdot( hc->origfilename );
2087 if ( hc->origfilename[
[all...]
H A Dlibhttpd.h113 char* origfilename; member in struct:__anon19

Completed in 109 milliseconds