Searched refs:ctemp (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadQueue.cpp1571 CUpDownClient* ctemp = NULL; local
1585 ctemp = new CUpDownClient(tcp, ip, 0, 0, temp, false, true);
1586 ctemp->SetSourceFrom(SF_KADEMLIA);
1588 //ctemp->SetServerIP(serverip);
1589 //ctemp->SetServerPort(serverport);
1590 ctemp->SetKadPort(udp);
1593 ctemp->SetUserHash(CMD4Hash(cID));
1604 ctemp = new CUpDownClient(tcp, 1, 0, 0, temp, false, true);
1607 ctemp->SetSourceFrom(SF_KADEMLIA);
1608 ctemp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dibmtr.c245 unsigned char *tchanid, ctemp; local
262 ctemp=readb(chanid) & 0x0f;
263 if (ctemp != *tchanid) continue;
387 unsigned char *tchanid, ctemp; local
437 ctemp = readb(cd_chanid) & 0x0f;
438 if (ctemp != *tchanid) { /* NOT ISA card, try MCA */
441 if (ctemp != *tchanid) /* Neither ISA nor MCA */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dpolicydb.c542 struct constraint_node *constraint, *ctemp; local
558 ctemp = constraint;
560 kfree(ctemp);
572 ctemp = constraint;
574 kfree(ctemp);

Completed in 117 milliseconds