Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dmod_dirlisting.c135 #define DIRLIST_BATCH 32 macro
1038 while (++count < DIRLIST_BATCH && (dent = readdir(p->dp)) != NULL) { in http_read_directory()
1130 if (count == DIRLIST_BATCH) in http_read_directory()