HomeSort by: relevance | last modified time | path
    Searched refs:mmapsize (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/ftpd/
extern.h 290 LLT mmapsize; /* mmap window size */ member in struct:ftpclass
conf.c 115 curclass.mmapsize = 0;
374 } else if (strcasecmp(word, "mmapsize") == 0) {
375 curclass.mmapsize = 0;
376 CONF_LL(mmapsize, arg, 0, SSIZE_MAX);
ftpd.c 2226 winsize = curclass.mmapsize;
2229 syslog(LOG_INFO, "mmapsize = " LLF ", writesize = " LLF,
2797 if (curclass.mmapsize)
2798 reply(0, "Mmap size: " LLF, (LLT)curclass.mmapsize);

Completed in 15 milliseconds