Lines Matching refs:docroot
199 buffer *docroot; member
556 f->docroot = buffer_init(); in fastcgi_host_init()
571 buffer_free(h->docroot); in fastcgi_host_free()
1291 fcv[1].destination = host->docroot; in SETDEFAULTS_FUNC()
1436 if (buffer_is_empty(host->docroot)) { in SETDEFAULTS_FUNC()
1945 if (!buffer_is_empty(host->docroot)) { in fcgi_create_env()
1946 buffer_copy_string_buffer(p->path, host->docroot); in fcgi_create_env()
1965 if (!buffer_is_empty(host->docroot)) { in fcgi_create_env()
1971 buffer_copy_string_buffer(p->path, host->docroot); in fcgi_create_env()
1975 …_CHECK(fcgi_env_add(p->fcgi_env, CONST_STR_LEN("DOCUMENT_ROOT"), CONST_BUF_LEN(host->docroot)),con) in fcgi_create_env()
3250 buffer_copy_string_buffer(con->physical.doc_root, host->docroot); in fcgi_handle_fdevent()
3251 buffer_copy_string_buffer(con->physical.basedir, host->docroot); in fcgi_handle_fdevent()
3253 buffer_copy_string_buffer(con->physical.path, host->docroot); in fcgi_handle_fdevent()