Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_ssi.c52 p->stat_fn = buffer_init(); in INIT_FUNC()
86 buffer_free(p->stat_fn); in FREE_FUNC()
560 buffer_copy_string_len(p->stat_fn, CONST_STR_LEN("/")); in process_ssi_stmt()
568 buffer_append_string_buffer(p->stat_fn, srv->tmp_buf); in process_ssi_stmt()
573 buffer_copy_string(p->stat_fn, virt_path); in process_ssi_stmt()
579 buffer_append_string(p->stat_fn, virt_path); in process_ssi_stmt()
582 buffer_urldecode_path(p->stat_fn); in process_ssi_stmt()
583 buffer_path_simplify(srv->tmp_buf, p->stat_fn); in process_ssi_stmt()
588 buffer_append_string_buffer(p->stat_fn, srv->tmp_buf); in process_ssi_stmt()
591 if (0 == stat(p->stat_fn->ptr, &st)) { in process_ssi_stmt()
[all …]
H A Dmod_ssi.h30 buffer *stat_fn; member