Searched refs:newHash (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_hash.c1054 CSChashTableType newHash = NULL; local
1073 (void)CSCmemAlloc (memList,(void**)&newHash,1,sizeof(S_hashTableType),0);
1074 if (newHash != NULL)
1076 newHash->name = name;
1077 newHash->memLst = memList;
1078 newHash->profiling = profiling;
1079 newHash->monFunc = monFunc;
1080 newHash->monData = monData;
1082 newHash->sig_lo = HASH_SIG;
1083 newHash
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientList.h123 * @param newHash The new user-hash.
129 void UpdateClientHash( CUpDownClient* client, const CMD4Hash& newHash );
H A DClientList.cpp173 void CClientList::UpdateClientHash( CUpDownClient* client, const CMD4Hash& newHash )
176 if ( ( client->GetClientState() != CS_LISTED ) || ( client->GetUserHash() == newHash ) )
184 if ( !newHash.IsEmpty() ) {
185 m_hashList.insert( HashMapPair( newHash, CCLIENTREF(client, wxT("CClientList::UpdateClientHash")) ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/
H A Dxmlparse.c5902 unsigned long newHash = hash(table->v[i]->name); local
5903 size_t j = newHash & newMask;
5907 step = PROBE_STEP(newHash, newMask, newPower);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c5901 unsigned long newHash = hash(table->v[i]->name); local
5902 size_t j = newHash & newMask;
5906 step = PROBE_STEP(newHash, newMask, newPower);

Completed in 89 milliseconds