smbdb_ctx          36 source3/include/smb_share_modes.h struct smbdb_ctx;
smbdb_ctx          61 source3/include/smb_share_modes.h struct smbdb_ctx *smb_share_mode_db_open(const char *db_path);
smbdb_ctx          59 source3/libsmb/smb_share_modes.c struct smbdb_ctx *smb_share_mode_db_open(const char *db_path)
smbdb_ctx          61 source3/libsmb/smb_share_modes.c 	struct smbdb_ctx *smb_db = (struct smbdb_ctx *)malloc(sizeof(struct smbdb_ctx));
smbdb_ctx          67 source3/libsmb/smb_share_modes.c 	memset(smb_db, '\0', sizeof(struct smbdb_ctx));