| /src/external/bsd/nsd/dist/ |
| nsd-control.c | 467 send_file(SSL* ssl, int fd, FILE* in, char* buf, size_t sz) function 498 send_file(ssl, fd, stdin, buf, sizeof(buf));
|
| /src/external/bsd/unbound/dist/smallapp/ |
| unbound-control.c | 868 send_file(SSL* ssl, int fd, FILE* in, char* buf, size_t sz) function 902 send_file(ssl, fd, stdin, buf, sizeof(buf)); 910 send_file(ssl, fd, stdin, buf, sizeof(buf));
|
| /src/external/apache2/llvm/dist/clang/tools/scan-view/share/ |
| ScanView.py | 734 return self.send_file(f, ctype) 736 def send_file(self, f, ctype): member in class:ScanViewRequestHandler
|