Lines Matching defs:dump
794 FILE *dump;
806 dump = fopen(dumpfile, "ab");
807 } while(!dump && ((error = errno) == EINTR));
808 if(!dump) {
818 1, writeleft, dump);
837 res = fclose(dump);
887 /* dump the request received so far to the external file */
928 /* dump the incoming websocket traffic to the external file */
967 /* dump the request received so far to the external file */
985 /* dump request received so far to external file anyway */
991 /* dump request received so far to external file anyway */
998 /* at the end of a request dump it to an external file */
1017 FILE *dump;
1160 dump = fopen(responsedump, "ab");
1161 if(!dump) {
1191 fwrite(buffer, 1, (size_t)written, dump);
1214 res = fclose(dump);