Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_simple_vhost.c16 buffer *document_root; member
56 buffer_free(s->document_root); in FREE_FUNC()
100 s->document_root = buffer_init(); in SETDEFAULTS_FUNC()
110 cv[2].destination = s->document_root; in SETDEFAULTS_FUNC()
148 if (p->conf.document_root->used > 2 && p->conf.document_root->ptr[0] == '/') { in build_doc_root()
149 buffer_append_string_len(out, p->conf.document_root->ptr + 1, p->conf.document_root->used - 2); in build_doc_root()
151 buffer_append_string_buffer(out, p->conf.document_root); in build_doc_root()
155 buffer_copy_string_buffer(out, con->conf.document_root); in build_doc_root()
181 PATCH(document_root); in mod_simple_vhost_patch_connection()
209 PATCH(document_root); in mod_simple_vhost_patch_connection()
H A Dmod_mysql_vhost.c65 buffer *document_root; member
138 c->document_root = buffer_init(); in mod_mysql_vhost_connection_data()
160 buffer_free(c->document_root); in CONNECTION_FUNC()
399 buffer_copy_string_buffer(c->document_root, p->tmp_buf);
420 buffer_copy_string_buffer(con->physical.doc_root, c->document_root);
H A Dconfigfile.c171 s->document_root = buffer_init(); in config_insert()
226 cv[14].destination = s->document_root; in config_insert()
322 PATCH(document_root); in config_setup_connection()
396 PATCH(document_root); in config_patch_connection()
1260 if (buffer_is_empty(s->document_root)) { in config_set_defaults()
1268 if (-1 == stat(s->document_root->ptr, &st1)) { in config_set_defaults()
1271 s->document_root); in config_set_defaults()
1277 buffer_append_string_buffer(srv->tmp_buf, s->document_root); in config_set_defaults()
1288 buffer_copy_string_buffer(srv->tmp_buf, s->document_root); in config_set_defaults()
1298 is_lower = buffer_is_equal(srv->tmp_buf, s->document_root); in config_set_defaults()
[all …]
H A Dbase.h254 buffer *document_root; member
H A Dserver.c339 buffer_free(s->document_root); in server_free()
1379 if (srv->config_storage[0]->document_root->used <= 1) { in main()
H A Dresponse.c432 buffer_copy_string_buffer(con->physical.doc_root, con->conf.document_root); in http_response_prepare()