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

/dovecot/src/plugins/mail-filter/
H A Dostream-ext-filter.c93 if (!i_stream_have_bytes_left(mstream->ext_in) &&
H A Distream-ext-filter.c123 if (ret == -1 && !i_stream_have_bytes_left(&stream->istream) &&
/dovecot/src/lib/
H A Distream.h173 bool i_stream_have_bytes_left(struct istream *stream);
H A Distream.c528 bool i_stream_have_bytes_left(struct istream *stream) function
537 return !i_stream_have_bytes_left(stream);
H A Dostream.c401 i_assert(!i_stream_have_bytes_left(instream));
497 if (i_stream_have_bytes_left(instream))
H A Djson-parser.c141 !i_stream_have_bytes_left(parser->input) &&
/dovecot/src/lib-program-client/
H A Dprogram-client.c189 i_stream_have_bytes_left(pclient->program_input)) {
198 i_stream_have_bytes_left(efds[i].input)) {
401 if (efd->input->closed || !i_stream_have_bytes_left(efd->input)) {
H A Dprogram-client-remote.c575 i_stream_have_bytes_left(pclient->program_input))
/dovecot/src/lib-smtp/
H A Dsmtp-server-cmd-data.c202 if (!i_stream_have_bytes_left(conn->state.data_input)) {
208 !i_stream_have_bytes_left(data_cmd->chunk_input)) {
H A Dsmtp-command-parser.c381 return i_stream_have_bytes_left(parser->data);
H A Dtest-smtp-payload.c221 } if (i_stream_have_bytes_left(ctrans->file)) {
H A Dsmtp-server-connection.c128 i_stream_have_bytes_left(conn->conn.input)) {
H A Dsmtp-client-connection.c1050 } else if (!i_stream_have_bytes_left(conn->conn.input)) {
/dovecot/src/lib-storage/index/
H A Dindex-mail-binary.c356 i_assert(block_count == 0 || !i_stream_have_bytes_left(cur_block->input));
422 i_assert(!i_stream_have_bytes_left(is));
H A Dindex-mail.c1070 i_stream_have_bytes_left(parser_input))
/dovecot/src/lib-http/
H A Dhttp-request-parser.c349 return i_stream_have_bytes_left(parser->parser.payload);
H A Dtest-http-payload.c786 } if (i_stream_have_bytes_left(tcreq->file)) {
1023 } if (i_stream_have_bytes_left(tcreq->file)) {
H A Dhttp-server-connection.c376 !i_stream_have_bytes_left(conn->incoming_payload))) {
H A Dhttp-server-request.c842 !i_stream_have_bytes_left(input)) {
/dovecot/src/imap/
H A Dcmd-append.c223 i_assert(!i_stream_have_bytes_left(mpresult.input));

Completed in 128 milliseconds