Searched refs:buffer_free_without_data (Results 1 - 10 of 10) sorted by relevance

/dovecot/src/auth/
H A Dpassword-scheme-rpa.c25 return buffer_free_without_data(&buf);
H A Dmech-rpa.c385 return buffer_free_without_data(&buf);
418 return buffer_free_without_data(&buf);
/dovecot/src/lib-ntlm/
H A Dntlm-encrypt.c33 return buffer_free_without_data(&wstr);
H A Dntlm-message.c173 return buffer_free_without_data(&buf);
/dovecot/src/lib/
H A Dbuffer.h41 void *buffer_free_without_data(buffer_t **buf);
H A Dstr.c64 return buffer_free_without_data(str);
H A Dbuffer.c162 void *buffer_free_without_data(buffer_t **_buf) function
/dovecot/src/lib-dcrypt/
H A Dostream-encrypt.c237 stream->key_data = buffer_free_without_data(&res);
396 stream->key_data = buffer_free_without_data(&res);
H A Ddcrypt-openssl.c1004 const unsigned char *kd = buffer_free_without_data(&key_data);
/dovecot/src/pop3/
H A Dpop3-client.c227 buffer_free_without_data(&message_sizes.arr.buffer);
232 buffer_free_without_data(&msgnum_to_seq_map.arr.buffer);

Completed in 29 milliseconds