Home | History | Annotate | Download | only in server

Lines Matching refs:totalsize

133 static void storerequest(char *reqbuf, size_t totalsize);
837 static void storerequest(char *reqbuf, size_t totalsize)
848 if (totalsize == 0)
861 writeleft = totalsize;
863 written = fwrite(&reqbuf[totalsize-writeleft],
872 logmsg("Wrote request (%zu bytes) input to %s", totalsize, dumpfile);
877 totalsize-writeleft, totalsize, dumpfile);