Home
last modified time | relevance | path

Searched refs:accountlist_create_account (Results 1 – 5 of 5) sorted by relevance

/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Daccount.h93 extern t_account * accountlist_create_account(const char *username, const char *passhash1);
H A Daccount.c678 extern t_account * accountlist_create_account(const char *username, const char *passhash1) in accountlist_create_account() function
H A Dhandle_irc.c464 tempacct = accountlist_create_account(user,hash_get_str(pass_hash)); in _handle_user_command()
641 temp = accountlist_create_account(username,hash_get_str(passhash)); in _handle_privmsg_command()
H A Dhandle_bnet.c786 if (!accountlist_create_account(username, hash_get_str(sc_hash))) in _client_createaccountw3()
831 if (!accountlist_create_account(username, hash_get_str(newpasshash1))) { in _client_createacctreq1()
885 if (!accountlist_create_account(username, hash_get_str(newpasshash1))) { in _client_createacctreq2()
H A Dcommand.c2976 temp = accountlist_create_account(username,hash_get_str(passhash)); in _handle_addacct_command()