HomeSort by: relevance | last modified time | path
    Searched defs:sub_base_read (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
packet-parse.c 222 sub_base_read(pgp_stream_t *stream, void *dest, size_t length, pgp_error_t **errors, function
237 (void) fprintf(stderr, "sub_base_read: bad read\n");
254 (void) fprintf(stderr, "sub_base_read: bad size\n");
264 "sub_base_read: bad alloc\n");
270 (void) fprintf(stderr, "sub_base_read: bad realloc\n");
288 return sub_base_read(stream, dest, length, errors, readinfo->next, cbinfo);
295 return sub_base_read(stream, dest, length, &stream->errors, &stream->readinfo,
317 r = sub_base_read(stream, dest + t, length - t, errors, readinfo,

Completed in 18 milliseconds