Searched refs:filefd (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c125 int filefd, bytes, n, total = 0; local
134 if ((filefd = open(reqfile, O_RDONLY)) == -1) {
140 if (fstat(filefd, &s) < 0) {
161 while ((bytes = read(filefd, buf, OCSP_BUFSIZE)) > 0) {
171 (void) close(filefd);
211 get_encoded_response(int sock, KMF_RESPONSE_TYPE resptype, int filefd, argument
466 if (looping_write(filefd, buf, offset) != offset) {
571 unsigned int maxsecs, int filefd)
582 if (uri == NULL || filefd == -1)
640 ret = get_encoded_response(sock, KMF_RESPONSE_FILE, filefd,
570 download_file(char *uri, char *proxy, int proxy_port, unsigned int maxsecs, int filefd) argument
[all...]

Completed in 21 milliseconds