Searched refs:ID (Results 26 - 50 of 1185) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDeadSourceList.h93 * @param ID The IP/ID of the recorded client.
99 * * ID must be specified.
104 CDeadSource(uint32 ID, uint16 Port, uint32 ServerIP, uint16 KadPort);
124 //! The ID/IP of the client.
H A DUserEvents.h46 const int USEREVENTS_FIRST_ID = 11500; /* Some safe GUI ID to start from */
108 #define USEREVENTS_EVENT(ID, NAME, VARS) ID,
H A DDeadSourceList.cpp41 CDeadSourceList::CDeadSource::CDeadSource(uint32 ID, uint16 Port, uint32 ServerIP, uint16 KadPort) argument
43 m_ID = ID;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebServer.h106 uint32 ID() { return ECID(); } function in class:DownloadFile
129 uint32 ID() { return ECID(); } function in class:SharedFile
144 uint32 ID() { return nServerIP; } function in class:ServerEntry
159 uint32 ID() { return ECID(); } function in class:UploadFile
175 uint32 ID() { return ECID(); } function in class:SearchFile
232 * I - type of item ID
250 m_items_hash[item.ID()] = real_ptr;
282 core_files.insert(tag->ID());
283 if ( m_items_hash.count(tag->ID()) ) {
284 T *item = m_items_hash[tag->ID()];
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Driocmd.c92 CmdBlkP->Packet.dest_unit = MapP->ID;
102 if (RIOQueueCmdBlk(HostP, MapP->ID - 1, CmdBlkP) == RIO_FAIL) {
122 CmdBlkP->Packet.dest_unit = MapP->ID;
132 if (RIOQueueCmdBlk(HostP, MapP->ID - 1, CmdBlkP) == RIO_FAIL) {
222 CmdBlkP->Packet.dest_unit = MapP->ID;
229 CmdBlkP->Packet.data[2] = IdRta.ID;
231 if (RIOQueueCmdBlk(HostP, MapP->ID - 1, CmdBlkP) == RIO_FAIL) {
248 uint ID; local
281 ID = 0;
292 for (ID
307 RIOSuspendBootRta(struct Host *HostP, int ID, int Link) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddateevt.tex6 %% RCS-ID: $Id: dateevt.tex 32309 2005-02-22 15:09:56Z ABX $
H A Ddebugrptpvwstd.tex7 %% RCS-ID: $Id: debugrptpvwstd.tex 32959 2005-03-21 18:28:27Z VZ $
H A Ddebugrptz.tex7 %% RCS-ID: $Id: debugrptz.tex 32959 2005-03-21 18:28:27Z VZ $
H A Dgraphicsbrush.tex7 %% RCS-ID: $Id: graphicsbrush.tex 50200 2007-11-23 20:45:59Z VS $
H A Dgraphicsfont.tex7 %% RCS-ID: $Id: graphicsfont.tex 50200 2007-11-23 20:45:59Z VS $
H A Dgraphicspen.tex7 %% RCS-ID: $Id: graphicspen.tex 50200 2007-11-23 20:45:59Z VS $
H A Dsistream.tex7 %% RCS-ID: $Id: sistream.tex 32309 2005-02-22 15:09:56Z ABX $
H A Dtstyles.tex7 %% RCS-ID: $Id: tstyles.tex 41905 2006-10-10 17:46:49Z JS $
H A Dhtmlhlpf.tex49 <param name="ID" value=@numeric_id@>
54 <param name="ID" value=@numeric_id@>
94 Index files have same format as contents file except that ID params are ignored and sublists are {\bf not}
H A Dplatinfo.tex7 %% RCS-ID: $Id: platinfo.tex 43514 2006-11-19 12:42:57Z VZ $
206 Returns the architecture ID of this wxPlatformInfo instance.
221 Returns the endianness ID of this wxPlatformInfo instance.
285 Returns the operating system ID of this wxPlatformInfo instance.
293 Returns the name for the given operating system ID value. This can be a long name
310 Converts the given string to a wxWidgets port ID value or to wxPORT\_UNKNOWN if
316 Returns the wxWidgets port ID associated with this wxPlatformInfo instance.
322 Returns the name of the given wxWidgets port ID value. The \arg{usingUniversal}
330 Returns the name of the wxWidgets port ID associated with this wxPlatformInfo instance.
339 Returns the short name of the given wxWidgets port ID valu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A Ddbinfo124 File Version ID: $version
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-groupdel93 with the named group as the file group ID.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dgrammar.y283 %token ID EID HID HID6 AID
300 %type <s> ID
338 nid: ID { $$.b = gen_scode($1, $$.q = $<blk>0.q); }
514 pfvar: PF_IFNAME ID { $$ = gen_pf_ifname($2); }
515 | PF_RSET ID { $$ = gen_pf_ruleset($2); }
538 | ID { $$ = str2tok($1, ieee80211_types);
545 | ID { const struct tok *types = NULL;
565 type_subtype: ID { int i;
582 | ID { if (pcap_strcasecmp($1, "nods") == 0)
596 | ID {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.tab.h70 #define ID 315 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Ddbinfo124 File Version ID: $version
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dgen_initramfs_list.sh21 -u <uid> User ID to map to user ID 0 (root).
24 -g <gid> Group ID to map to group ID 0 (root).
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Driscos.h77 short ID; member in struct:__anon7683
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.tab.h70 #define ID 315 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-asf.c34 p->ID = ASF_FileProperties;
200 if(IsEqualGUID(&tmp.ID, &ASF_StreamHeader))
232 if(IsEqualGUID(&tmp.ID, &ASF_ExtendedStreamPropertiesObject))
413 if(!IsEqualGUID(&hdr.ID, &ASF_HeaderObject))
436 if(IsEqualGUID(&tmp.ID, &ASF_FileProperties))
442 else if(IsEqualGUID(&tmp.ID, &ASF_ContentDescription))
467 else if(IsEqualGUID(&tmp.ID, &ASF_ExtendedContentDescription))
537 else if(IsEqualGUID(&tmp.ID, &ASF_StreamHeader))
541 else if(IsEqualGUID(&tmp.ID, &ASF_HeaderExtension))
551 if(sizeof(hdr) == fread(&hdr, 1, sizeof(hdr), fp) && IsEqualGUID(&hdr.ID,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-asf.c163 p->ID = ASF_FileProperties;
329 if(IsEqualGUID(&tmp.ID, &ASF_StreamHeader))
362 if(IsEqualGUID(&tmp.ID, &ASF_ExtendedStreamPropertiesObject))
548 if(!IsEqualGUID(&hdr.ID, &ASF_HeaderObject))
571 if(IsEqualGUID(&tmp.ID, &ASF_FileProperties))
578 else if(IsEqualGUID(&tmp.ID, &ASF_ContentDescription))
603 else if(IsEqualGUID(&tmp.ID, &ASF_ExtendedContentDescription))
679 else if(IsEqualGUID(&tmp.ID, &ASF_StreamHeader))
683 else if(IsEqualGUID(&tmp.ID, &ASF_HeaderExtension))
693 if(sizeof(hdr) == fread(&hdr, 1, sizeof(hdr), fp) && IsEqualGUID(&hdr.ID,
[all...]

Completed in 181 milliseconds

1234567891011>>