Home
last modified time | relevance | path

Searched refs:scriptlen (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.sbin/httpd/
H A Dserver_fcgi.c98 size_t scriptlen; in server_fcgi() local
181 scriptlen = path_info(script); in server_fcgi()
186 if (scriptlen < strlen(srv_conf->root)) in server_fcgi()
187 scriptlen = strlen(srv_conf->root); in server_fcgi()
188 if ((int)scriptlen < pathlen) { in server_fcgi()
190 script + scriptlen, clt) == -1) { in server_fcgi()
194 script[scriptlen] = '\0'; in server_fcgi()
208 scriptlen += (stripped - alias) - strlen(srv_conf->root); in server_fcgi()
209 if ((str = strndup(alias, scriptlen)) == NULL) in server_fcgi()