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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h122 char* acceptl; member in struct:__anon19
H A Dlibhttpd.c1768 hc->acceptl = "";
2184 hc->acceptl = cp;
3133 if ( hc->acceptl[0] != '\0' )
3134 envp[envn++] = build_env( "HTTP_ACCEPT_LANGUAGE=%s", hc->acceptl );

Completed in 90 milliseconds