Searched refs:clientName (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dreparent.cpp234 char *clientName; local
252 XFetchName((Display*) wxGetDisplay(), (Window) window, &clientName);
255 wxString str2 = wxString::FromAscii(clientName);
261 matches = (name == wxString::FromAscii(clientName));
265 XFree(clientName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCorruptionBlackBox.cpp211 wxString clientName; local
213 clientName = pEvilClient->GetClientShortInfo();
224 clientName = Uint32toStringIP(ip);
228 % clientName % CastItoXBytes(bad) % CastItoXBytes(good + bad) % m_fileName);
H A DTextClient.cpp777 const CECTag *clientName = tag->GetTagByName(EC_TAG_CLIENT_NAME); local
781 if (clientName && partfileName && partfileSizeXfer && partfileSpeed) {
784 clientName->GetStringData() << wxT(" ") <<
H A DExternalConn.cpp427 const CECTag *clientName = request->GetTagByName(EC_TAG_CLIENT_NAME); local
431 % ( clientName ? clientName->GetStringData() : wxString(_("Unknown")) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_notify.c1008 const char* clientName,
1044 `clientName' is used only for debug messages and notification board
1074 const char* clientName,
1097 clientName != NULL, \
1098 "CSCnotificationRegister: null clientName",\
1132 client->name = clientName;
1071 CSCnotificationRegister( CSCnotificationBoardType const board, const char* notifName, const char* clientName, CSCgenFnType fn, const CSCboolean* runFlag, int tag, const void* data ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent.h43 QString clientName; member in struct:Peer
H A Ddetails.cc121 case COL_CLIENT: return peer.clientName < i->peer.clientName;
782 item->setText( COL_CLIENT, peer.clientName );
H A Dtorrent.cc658 if( tr_bencDictFindStr( child, "clientName", &str ) )
659 peer.clientName = QString::fromUtf8( str );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/include/
H A Dlibcsc.h850 const char* clientName,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dinspector.js624 '<td class="clientCol">', sanitizeText(peer.clientName), '</td>',

Completed in 152 milliseconds