Home
last modified time | relevance | path

Searched refs:ISuppChanUserMode (Results 1 – 4 of 4) sorted by relevance

/dports/irc/ircproxy/ircproxy-1.3.6/src/
H A Dconn_parser.c429 ConnS->ISuppChanUserMode = ISuppChanUserModePT; in CONN_PARSE_NUMERIC()
430 ConnS->ISuppChanUserMode[0].Mode = 'v'; in CONN_PARSE_NUMERIC()
431 ConnS->ISuppChanUserMode[0].Prefix = '+'; in CONN_PARSE_NUMERIC()
432 ConnS->ISuppChanUserMode[1].Mode = 'o'; in CONN_PARSE_NUMERIC()
433 ConnS->ISuppChanUserMode[1].Prefix = '@'; in CONN_PARSE_NUMERIC()
630 ConnS->ISuppChanUserMode = ISuppChanUserModeTempPT; in CONN_PARSE_NUMERIC()
632 ConnS->ISuppChanUserMode[ISupportIndex].Mode = ModesPT[ModeIndex]; in CONN_PARSE_NUMERIC()
795 if (P_NickPT[0] != ConnS->ISuppChanUserMode[Index].Prefix) continue; in CONN_PARSE_NUMERIC()
800 ModeChars[strlen(ModeChars)] = ConnS->ISuppChanUserMode[Index].Mode; in CONN_PARSE_NUMERIC()
802 ModePrefix[strlen(ModePrefix)] = ConnS->ISuppChanUserMode[Index].Prefix; in CONN_PARSE_NUMERIC()
[all …]
H A Dconn.c397 for (Index = 0 ; Index < ConnS->ISuppChanUserModes ; ++Index) { FREE(ConnS->ISuppChanUserMode); } in conn_initconnection()
H A Dconn.h338 struct IRC_ISupport_ChanUserMode_Struct *ISuppChanUserMode; member
H A Dmemleaks.c438 if (MemTableS->PTR == ConnS->ISuppChanUserMode) { Bool = TRUE; break; } in mem_leaks()