In file get.c:

int get_dir(request * req, struct stat *statbuf)

Called from process_get if the request is a directory

Documentation

Called from process_get if the request is a directory. statbuf must describe directory on input, since we may need its device, inode, and mtime. statbuf is updated, since we may need to check mtimes of a cache.
Returns:
-1 for error, 0 for cgi (either gunzip or auto-generated), and anything > 0 is the file descriptor of the file.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.