Lines Matching defs:hasread
63 void *instream, bool *hasread);
790 char *buffer, size_t bufsize, bool *hasread)
816 sz = mime_subparts_read(buffer, 1, bufsize, part->arg, hasread);
825 if(*hasread)
827 *hasread = TRUE;
855 size_t bufsize, bool *hasread)
894 sizeof(st->buf) - st->bufend, hasread);
915 char *buffer, size_t bufsize, bool *hasread)
963 sz = read_encoded_part_content(part, buffer, bufsize, hasread);
965 sz = read_part_content(part, buffer, bufsize, hasread);
999 void *instream, bool *hasread)
1039 sz = readback_part(part, buffer, nitems, hasread);
1586 bool hasread;
1591 hasread = FALSE;
1592 ret = readback_part(part, buffer, nitems, &hasread);