Searched refs:userid (Results 26 - 50 of 58) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPartFile.cpp1574 bool CPartFile::CanAddSource(uint32 userid, uint16 port, uint32 serverip, uint16 serverport, uint8* pdebug_lowiddropped, bool ed2kID) argument
1577 //The incoming ID could have the userid in the Hybrid format..
1580 if (IsLowID(userid)) {
1581 hybridID = userid;
1583 hybridID = wxUINT32_SWAP_ALWAYS(userid);
1586 hybridID = userid;
1587 if (!IsLowID(userid)) {
1588 userid = wxUINT32_SWAP_ALWAYS(userid);
1595 if(theApp->GetED2KID() == userid
1642 uint32 userid = sources.ReadUInt32(); local
[all...]
H A DPartFile.h127 static bool CanAddSource(uint32 userid, uint16 port, uint32 serverip, uint16 serverport, uint8* pdebug_lowiddropped = NULL, bool ed2kID = true);
/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_tools.pm605 my ($group, $userid) = @_;
617 my $is_member=is_group_member($dn,$userid);
619 print "User \"$userid\" already member of the group \"$group\".\n";
626 add => [memberUid => $userid]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/uddi2/
H A Dpublish_v2.cpp411 uddi2__get_USCOREauthToken::uddi2__get_USCOREauthToken(struct soap *soap, const char *userid, const char *passwd) argument
416 this->userID = soap_strdup(soap, userid);
H A Dinquire_v2.h1012 @fn uddi2__get_USCOREauthToken::uddi2__get_USCOREauthToken(struct soap *soap, const char *userid, const char *passwd)
1015 @param[in] userid the user ID string
1507 const char *userid = "..."; // user ID to access UDDI server
1523 uddi2__get_USCOREauthToken get_authToken(soap, userid, passwd);
2686 uddi2__get_USCOREauthToken(struct soap*, const char *userid, const char *passwd);
H A Dpublish_v2.h1012 @fn uddi2__get_USCOREauthToken::uddi2__get_USCOREauthToken(struct soap *soap, const char *userid, const char *passwd)
1015 @param[in] userid the user ID string
1507 const char *userid = "..."; // user ID to access UDDI server
1523 uddi2__get_USCOREauthToken get_authToken(soap, userid, passwd);
2686 uddi2__get_USCOREauthToken(struct soap*, const char *userid, const char *passwd);
H A Duddi_v2.h1012 @fn uddi2__get_USCOREauthToken::uddi2__get_USCOREauthToken(struct soap *soap, const char *userid, const char *passwd)
1015 @param[in] userid the user ID string
1507 const char *userid = "..."; // user ID to access UDDI server
1523 uddi2__get_USCOREauthToken get_authToken(soap, userid, passwd);
2672 uddi2__get_USCOREauthToken(struct soap*, const char *userid, const char *passwd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/uddi2/
H A Dpublish_v2.cpp411 uddi2__get_USCOREauthToken::uddi2__get_USCOREauthToken(struct soap *soap, const char *userid, const char *passwd) argument
416 this->userID = soap_strdup(soap, userid);
H A Dinquire_v2.h1012 @fn uddi2__get_USCOREauthToken::uddi2__get_USCOREauthToken(struct soap *soap, const char *userid, const char *passwd)
1015 @param[in] userid the user ID string
1507 const char *userid = "..."; // user ID to access UDDI server
1523 uddi2__get_USCOREauthToken get_authToken(soap, userid, passwd);
2686 uddi2__get_USCOREauthToken(struct soap*, const char *userid, const char *passwd);
H A Dpublish_v2.h1012 @fn uddi2__get_USCOREauthToken::uddi2__get_USCOREauthToken(struct soap *soap, const char *userid, const char *passwd)
1015 @param[in] userid the user ID string
1507 const char *userid = "..."; // user ID to access UDDI server
1523 uddi2__get_USCOREauthToken get_authToken(soap, userid, passwd);
2686 uddi2__get_USCOREauthToken(struct soap*, const char *userid, const char *passwd);
H A Duddi_v2.h1012 @fn uddi2__get_USCOREauthToken::uddi2__get_USCOREauthToken(struct soap *soap, const char *userid, const char *passwd)
1015 @param[in] userid the user ID string
1507 const char *userid = "..."; // user ID to access UDDI server
1523 uddi2__get_USCOREauthToken get_authToken(soap, userid, passwd);
2672 uddi2__get_USCOREauthToken(struct soap*, const char *userid, const char *passwd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dwanrouter.h413 unsigned char userid[511]; /* List of User Id */ member in struct:wanif_conf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/webserver/
H A Dwebserver.c67 and type userid 'admin' and passwd 'guest' to gain access
84 and type userid 'admin' and passwd 'guest' to gain access
759 { if (soap->userid && soap->passwd)
760 { if (!strcmp(soap->userid, AUTH_USERID) && !strcmp(soap->passwd, AUTH_PASSWD))
764 else if (soap->authrealm && soap->userid)
765 { if (!strcmp(soap->authrealm, AUTH_REALM) && !strcmp(soap->userid, AUTH_USERID))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/webserver/
H A Dwebserver.c67 and type userid 'admin' and passwd 'guest' to gain access
84 and type userid 'admin' and passwd 'guest' to gain access
759 { if (soap->userid && soap->passwd)
760 { if (!strcmp(soap->userid, AUTH_USERID) && !strcmp(soap->passwd, AUTH_PASSWD))
764 else if (soap->authrealm && soap->userid)
765 { if (!strcmp(soap->authrealm, AUTH_REALM) && !strcmp(soap->userid, AUTH_USERID))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/test/
H A Dudev-test.pl1600 my $userid;
1606 $userid = int(getpwnam($1));
1608 $userid = $1;
1610 if ($uid != $userid) { $wrong = 1; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/iucv/
H A Diucv.c897 * @userid: 8-byte user identification
909 u8 userid[8], u8 system[8], u8 userdata[16],
925 if (userid) {
926 memcpy(parm->ctrl.ipvmid, userid, sizeof(parm->ctrl.ipvmid));
908 iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler, u8 userid[8], u8 system[8], u8 userdata[16], void *private) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_core.c530 ip_conntrack_ipct_default_fwd_set(uint8 protocol, ctf_fwd_t fwd, uint8 userid) argument
545 *uid = userid;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.cpp4000 char *userid, *passwd; local
4029 userid = soap->userid; /* preserve */
4035 soap->userid = userid; /* restore */
5696 soap->userid = NULL;
6451 copy->userid = NULL;
6603 soap->userid = NULL;
13083 soap->userid = NULL;
13308 soap->userid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.cpp4000 char *userid, *passwd; local
4029 userid = soap->userid; /* preserve */
4035 soap->userid = userid; /* restore */
5696 soap->userid = NULL;
6451 copy->userid = NULL;
6603 soap->userid = NULL;
13083 soap->userid = NULL;
13308 soap->userid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Dstdsoap2.c4000 char *userid, *passwd; local
4029 userid = soap->userid; /* preserve */
4035 soap->userid = userid; /* restore */
5696 soap->userid = NULL;
6451 copy->userid = NULL;
6603 soap->userid = NULL;
13083 soap->userid = NULL;
13308 soap->userid
[all...]
H A Dstdsoap2.cpp4000 char *userid, *passwd; local
4029 userid = soap->userid; /* preserve */
4035 soap->userid = userid; /* restore */
5696 soap->userid = NULL;
6451 copy->userid = NULL;
6603 soap->userid = NULL;
13083 soap->userid = NULL;
13308 soap->userid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.cpp4000 char *userid, *passwd; local
4029 userid = soap->userid; /* preserve */
4035 soap->userid = userid; /* restore */
5696 soap->userid = NULL;
6451 copy->userid = NULL;
6603 soap->userid = NULL;
13083 soap->userid = NULL;
13308 soap->userid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.cpp4000 char *userid, *passwd; local
4029 userid = soap->userid; /* preserve */
4035 soap->userid = userid; /* restore */
5696 soap->userid = NULL;
6451 copy->userid = NULL;
6603 soap->userid = NULL;
13083 soap->userid = NULL;
13308 soap->userid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A Dstdsoap2.c4000 char *userid, *passwd; local
4029 userid = soap->userid; /* preserve */
4035 soap->userid = userid; /* restore */
5696 soap->userid = NULL;
6451 copy->userid = NULL;
6603 soap->userid = NULL;
13083 soap->userid = NULL;
13308 soap->userid
[all...]
H A Dstdsoap2.cpp4000 char *userid, *passwd; local
4029 userid = soap->userid; /* preserve */
4035 soap->userid = userid; /* restore */
5696 soap->userid = NULL;
6451 copy->userid = NULL;
6603 soap->userid = NULL;
13083 soap->userid = NULL;
13308 soap->userid
[all...]

Completed in 692 milliseconds

123