Lines Matching refs:physical
1948 buffer_copy_string_buffer(p->path, con->physical.basedir); in fcgi_create_env()
1977 buffer_copy_string_buffer(p->path, con->physical.path); in fcgi_create_env()
1988 …cgi_env_add(p->fcgi_env, CONST_STR_LEN("DOCUMENT_ROOT"), CONST_BUF_LEN(con->physical.basedir)),con) in fcgi_create_env()
3195 buffer_reset(con->physical.path); in SUBREQUEST_FUNC()
3205 buffer_reset(con->physical.path); in SUBREQUEST_FUNC()
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()
3254 buffer_append_string_buffer(con->physical.path, con->uri.path); in fcgi_handle_fdevent()
3337 buffer_reset(con->physical.path); in fcgi_handle_fdevent()
3470 fn = uri_path_handler ? con->uri.path : con->physical.path; in fcgi_check_extension()
3563 buffer_reset(con->physical.path); in fcgi_check_extension()