Searched defs:statebuf (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/imap-hibernate/ | ||
H A D | imap-client.c | 531 void *statebuf; local 551 client->state.state = statebuf = p_malloc(pool, state->state_size); 552 memcpy(statebuf, state->state, state->state_size); |
Completed in 15 milliseconds