In file get.c:

int index_directory(request * req, char *dest_filename)

Called from get_cachedir_file if a directory html has to be generated on the fly

Documentation

Called from get_cachedir_file if a directory html has to be generated on the fly. This version is the fastest, ugliest, and most accurate yet. It solves the "stale size or type" problem by not ever giving the size or type. This also speeds it up since no per-file stat() is required.
Returns:
-1 for problem, else 0

Alphabetic index Hierarchy of classes



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