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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c909 static char headstr[] = "WWW-Authenticate: Basic realm=\""; local
912 &header, &maxheader, sizeof(headstr) + strlen( realm ) + 3 );
913 (void) my_snprintf( header, maxheader, "%s%s\"\015\012", headstr, realm );
1185 static char headstr[] = "Location: "; local
1206 &header, &maxheader, sizeof(headstr) + strlen( location ) );
1208 "%s%s\015\012", headstr, location );

Completed in 18 milliseconds