Home
last modified time | relevance | path

Searched refs:mymemo_t (Results 1 – 13 of 13) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/modules/memoserv/
H A Dread.c39 mymemo_t *memo, *receipt; in ms_cmd_read()
83 memo = (mymemo_t *)n->data; in ms_cmd_read()
108 receipt = smalloc(sizeof(mymemo_t)); in ms_cmd_read()
H A Dforward.c38 mymemo_t *memo, *newmemo; in ms_cmd_forward()
158 memo = (mymemo_t *)n->data; in ms_cmd_forward()
159 newmemo = smalloc(sizeof(mymemo_t)); in ms_cmd_forward()
H A Dlist.c36 mymemo_t *memo; in ms_cmd_list()
59 memo = (mymemo_t *)n->data; in ms_cmd_list()
H A Ddelete.c43 mymemo_t *memo; in ms_cmd_delete()
100 memo = (mymemo_t*) n->data; in ms_cmd_delete()
H A Dsendall.c39 mymemo_t *memo; in ms_cmd_sendall()
137 memo = smalloc(sizeof(mymemo_t)); in ms_cmd_sendall()
H A Dsend.c42 mymemo_t *memo; in ms_cmd_send()
154 memo = smalloc(sizeof(mymemo_t)); in ms_cmd_send()
H A Dsendops.c40 mymemo_t *memo; in ms_cmd_sendops()
159 memo = smalloc(sizeof(mymemo_t)); in ms_cmd_sendops()
H A Dsendgroup.c41 mymemo_t *memo; in ms_cmd_sendgroup()
148 memo = smalloc(sizeof(mymemo_t)); in ms_cmd_sendgroup()
/dports/irc/atheme-services/atheme-7.2.9/modules/contrib/
H A Dms_fsend.c45 mymemo_t *memo; in ms_cmd_fsend()
126 memo = smalloc(sizeof(mymemo_t)); in ms_cmd_fsend()
/dports/irc/atheme-services/atheme-7.2.9/modules/backend/
H A Dcorestorage.c112 mymemo_t *mz = (mymemo_t *)tn->data; in corestorage_db_save()
446 mymemo_t *mz; in corestorage_h_me()
H A Dflatfile.c201 mymemo_t *mz; in flatfile_db_load()
218 mz = smalloc(sizeof(mymemo_t)); in flatfile_db_load()
/dports/irc/atheme-services/atheme-7.2.9/include/
H A Daccount.h20 typedef struct mymemo_ mymemo_t; typedef
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Daccount.c198 mymemo_t *memo; in myuser_delete()
283 memo = (mymemo_t *)n->data; in myuser_delete()