Searched refs:Uid (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddb.h309 wxChar Uid[SQL_MAX_USER_NAME_LEN+1]; // User ID member in class:wxDbConnectInf
338 const wxChar *GetUid() { return Uid; }
339 const wxChar *GetUserID() { return Uid; }
658 bool Open(const wxString &Dsn, const wxString &Uid, const wxString &AuthStr, bool failOnDataTypeUnsupported=true);
751 wxString Uid; // User ID member in struct:wxDbList
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dmisc.c319 /* Uid is not converted */
320 buffer->Uid = treeCon->ses->Suid;
356 buffer->Uid = ses->Suid;
H A Dcifsglob.h482 __u16 Uid; member in struct:dir_notify_req
H A Dsess.c822 smb_buf->Uid = ses->Suid;
885 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */
H A Dcifssmb.c732 pSMB->hdr.Uid = ses->Suid;
4140 pSMB->hdr.Uid = ses->Suid;
4165 pSMB->hdr.Uid = ses->Suid;
5195 data_offset->Uid = cpu_to_le64(args->uid);
5415 dnotify_req->Uid = pSMB->hdr.Uid;
H A Dcifspdu.h413 __u16 Uid; member in struct:smb_hdr
2161 __le64 Uid; member in struct:__anon16572
H A Dinode.c248 fattr->cf_uid = le64_to_cpu(info->Uid);
H A Dconnect.c2803 smb_buffer->Uid = ses->Suid;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddb.cpp157 Uid[0] = 0;
214 wxASSERT(uid.length() < WXSIZEOF(Uid));
215 wxStrncpy(Uid, uid, WXSIZEOF(Uid)-1);
216 Uid[WXSIZEOF(Uid)-1] = 0; // Prevent buffer overrun
880 bool wxDb::Open(const wxString &Dsn, const wxString &Uid, const wxString &AuthStr, bool failOnDataTypeUnsupported) argument
884 uid = Uid;
4133 // using the wxDb::Open(Dsn,Uid,AuthStr) function
4175 !wxStrcmp(pDbConfig->GetUserID(), pList->Uid)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdb.tex344 The 'Uid' is the User ID that is to be used to log in to the datasource. This
352 datasource's needs, it is always best to pass the 'Uid' in the case that
355 The 'AuthStr' is the password for the User ID specified in the 'Uid' member.
356 As with the 'Uid', some datasources are case sensitive (in fact most are).
381 Dns, Uid, and AuthStr (along with a 'defaultDir' if necessary). Before
469 using the same connection information (Dsn, Uid, AuthStr). The cached
491 for you, checking the Dsn, Uid, and AuthStr parameters when you request
H A Ddb.tex1215 \func{bool}{Open}{\param{const wxString \&}{Dsn}, \param{const wxString \&}{Uid},
1245 same Dsn/Uid/AuthStr as the first connection used.
1252 \docparam{Uid}{User ID. The name (ID) of the user you wish to connect as
1258 \docparam{AuthStr}{The password associated with the Uid.}
1266 \docparam{dbConnectInf}{Contains a DSN, Uid, Password, or a connection string
1269 connection string present, then the DSN, Uid, and Password are used.}
1273 connection from which all Dsn, Uid, AuthStr, connection string, and data
1290 of wxDb objects that use either the same or different Dsn/Uid/AuthStr settings.
1304 \normalbox{The {\it Dsn}, {\it Uid}, and {\it AuthStr} string pointers that are passed in

Completed in 130 milliseconds