Searched defs:pending (Results 1 - 10 of 10) sorted by relevance

/dovecot/src/lib-mail/
H A Distream-dot.c10 char pending[3]; /* max. \r\n */ member in struct:dot_istream
61 for (; dstream->pending[i] != '\0' && dest < stream->buffer_size; i++)
62 stream->w_buffer[dest++] = dstream->pending[i];
63 memmove(dstream->pending, dstream->pending + i,
64 sizeof(dstream->pending) - i);
74 dstream->pending[i++] = '\r';
78 dstream->pending[i++] = '\n';
79 dstream->pending[i] = '\0';
118 if (dstream->pending[
[all...]
/dovecot/src/lib-dict/
H A Dtest-dict-client.c9 static int pending = 0; variable
20 pending--;
28 pending--;
63 pending++;
69 pending++;
78 pending++;
95 while (pending > 100) {
97 printf("%d\n", pending); fflush(stdout);
/dovecot/src/lib-ldap/
H A Dldap-private.h72 unsigned int pending; member in struct:ldap_connection
/dovecot/src/lib/
H A Dioloop-private.h43 pending */
44 bool pending; member in struct:io
H A Distream.c918 void i_stream_set_input_pending(struct istream *stream, bool pending) argument
920 if (!pending)
/dovecot/src/lib-http/
H A Dtest-http-client.c428 bool pending = FALSE; local
431 i_debug("Requests still pending in client 1");
432 pending = TRUE;
434 i_debug("Requests still pending in client 2");
435 pending = TRUE;
437 i_debug("Requests still pending in client 3");
438 pending = TRUE;
440 i_debug("Requests still pending in client 4");
441 pending = TRUE;
443 if (!pending)
[all...]
H A Dhttp-client-peer.c26 unsigned int pending);
229 unsigned int pending; local
231 /* count number of pending connections */
232 pending = array_count(&ppool->pending_conns);
233 i_assert(pending > 0);
238 array_count(&ppool->conns), pending);
241 reason, pending);
457 unsigned int pending)
462 if (pending == 1)
465 if (pending >
455 http_client_peer_shared_connection_failure( struct http_client_peer_shared *pshared, const char *reason, unsigned int pending) argument
1279 unsigned int pending = 0; local
[all...]
/dovecot/src/lib-imap-urlauth/
H A Dimap-urlauth-fetch.c455 /* handle pending remote reply */
498 /* handle pending local urls */
520 bool pending; local
523 pending = imap_urlauth_fetch_do_continue(ufetch);
526 return pending;
/dovecot/src/lib-dict-backend/
H A Ddict-ldap.c49 unsigned int pending; member in struct:ldap_dict
281 } while (ctx->pending > 0);
295 return ctx->pending > 0;
314 op->dict->pending--;
450 ctx->pending++;
/dovecot/src/lib-sql/
H A Ddriver-cassandra.c198 bool pending; member in struct:cassandra_sql_prepared_statement
290 (*prep_stmtp)->pending = FALSE;
1790 if (!prep_stmt->pending) {
1791 prep_stmt->pending = TRUE;
1814 (*prep_stmtp)->pending = FALSE;

Completed in 36 milliseconds