size_only        4435 source3/include/proto.h uint32 init_buffer_from_samu (uint8 **buf, struct samu *sampass, bool size_only);
size_only        1741 source3/passdb/passdb.c static uint32 init_buffer_from_samu_v3 (uint8 **buf, struct samu *sampass, bool size_only)
size_only        1951 source3/passdb/passdb.c 	if (size_only) {
size_only        2013 source3/passdb/passdb.c static uint32 init_buffer_from_samu_v4(uint8 **buf, struct samu *sampass, bool size_only)
size_only        2016 source3/passdb/passdb.c 	return init_buffer_from_samu_v3(buf, sampass, size_only);
size_only        2046 source3/passdb/passdb.c uint32 init_buffer_from_samu (uint8 **buf, struct samu *sampass, bool size_only)
size_only        2048 source3/passdb/passdb.c 	return init_buffer_from_samu_v4(buf, sampass, size_only);