Home
last modified time | relevance | path

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

/dports/irc/ircproxy/ircproxy-1.3.6/src/
H A Dclient_handle.c323 …if (ConnS->MOTD_Line == NULL) { client_addsend(ClientS, ":%s %.3d %s :MOTD File is missing", ConnS… in client_attach()
327 …nnS->MOTD_Line[Index] != NULL) { client_addsend(ClientS, ":%s %.3d %s %s", ConnS->ServerName, IRC_… in client_attach()
H A Dconn.c398 for (Index = 0 ; Index < ConnS->MOTDLines ; ++Index) { free(ConnS->MOTD_Line[Index]); } in conn_initconnection()
399 FREE(ConnS->MOTD_Line); in conn_initconnection()
H A Dmemleaks.c440 if (MemTableS->PTR == ConnS->MOTD_Line) { Bool = TRUE; break; } in mem_leaks()
441 if (MemTableS->PTR == ConnS->MOTD_Line[Index]) { Bool = TRUE; break; } in mem_leaks()
H A Dconn.h331 char **MOTD_Line; member
H A Dconn_parser.c668 MOTDTempPT = realloc(ConnS->MOTD_Line, (sizeof(char *) * ConnS->MOTDLines)); in CONN_PARSE_NUMERIC()
673 ConnS->MOTD_Line = MOTDTempPT; in CONN_PARSE_NUMERIC()
675 ConnS->MOTD_Line[MOTDIndex] = strdup(ParamsStrPT); in CONN_PARSE_NUMERIC()