Home
last modified time | relevance | path

Searched refs:smbbuffergetstring (Results 1 – 17 of 17) sorted by relevance

/plan9/sys/src/cmd/aquarela/
H A Dsmbcomsessionsetupandx.c85 if (!smbbuffergetstring(b, h, 0, &accountname) in smbcomsessionsetupandx()
86 || !smbbuffergetstring(b, h, 0, &primarydomain) in smbcomsessionsetupandx()
87 || !smbbuffergetstring(b, h, 0, &nativeos) in smbcomsessionsetupandx()
88 || !smbbuffergetstring(b, h, 0, &nativelanman)) { in smbcomsessionsetupandx()
H A Dsmbcomrename.c19 …if (!smbbuffergetb(b, &oldfmt) || oldfmt != 0x04 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &ol… in smbcomrename()
20 …|| !smbbuffergetb(b, &newfmt) || newfmt != 0x04 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &new… in smbcomrename()
H A Dsmbcomdeletedir.c14 if (!smbbuffergetb(b, &fmt) || fmt != 0x04 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) in smbcomdeletedirectory()
H A Dsmbcomcreatedir.c14 if (!smbbuffergetb(b, &fmt) || fmt != 0x04 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) in smbcomcreatedirectory()
H A Dsmbcomdir.c18 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) in smbcomcheckdirectory()
H A Dsmbcomdelete.c40 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &pattern)) in smbcomdelete()
H A Dsmbcomopen.c192 if (!smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) { in smbcomopenandx()
329 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) { in smbcomopen()
394 !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)){ in smbcomcreate()
565 if (!smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) { in smbcomntcreateandx()
H A Dsmbcomtreeconnectandx.c76 if (!smbbuffergetstring(b, h, SMB_STRING_PATH, &path) in smbcomtreeconnectandx()
H A Dsmbcomsetinfo.c89 if (!smbbuffergetstring(b, h, SMB_STRING_PATH, &name)) in smbcomsetinformation()
H A Dsmbcomquery.c15 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) in smbcomqueryinformation()
H A Dsmbtrans2client.c98 || !smbbuffergetstring(outdata, &rh, SMB_STRING_REVPATH, &info->filename)) in smbclienttrans2findfirst2()
H A Dsmbtrans2find.c180 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &pattern)) { in smbtrans2findfirst2()
270 || !smbbuffergetstring(b, h, 0, &filename)) { in smbtrans2findnext2()
H A Dsmbtrans2set.c127 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) { in smbtrans2setpathinformation()
H A Dsmbtrans2query.c127 || !smbbuffergetstring(b, h, SMB_STRING_PATH, &path)) { in smbtrans2querypathinformation()
H A Dsmbfns.h122 int smbbuffergetstring(SmbBuffer *b, SmbHeader *h, ulong flags, char **sp);
H A Dsmbbuffer.c374 smbbuffergetstring(SmbBuffer *b, SmbHeader *h, ulong flags, char **sp) in smbbuffergetstring() function
H A Dsmbtransaction.c54 if (hasname && !smbbuffergetstring(b, h, SMB_STRING_PATH, &t->in.name)) { in _smbtransactiondecodeprimary()