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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/Vb/
H A DVBZipBas.bas331 Dim szpassword As String variable
340 szpassword = InputBox("Please Enter The Password!")
343 If szpassword = "" Then Exit Function
358 For xx = 0 To Len(szpassword) - 1
359 p.ch(xx) = Asc(Mid(szpassword, xx + 1, 1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.bas392 Dim szpassword As String variable
418 szpassword = InputBox(prompt)
419 If Len(szpassword) < bufsiz Then Exit Do
425 szpassword = ""
431 If Len(szpassword) = 0 Then
442 For xx = 0 To Len(szpassword) - 1
443 pwbuf.ch(xx) = Asc(Mid$(szpassword, xx + 1, 1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/VBz64/
H A DVBZipBas.bas351 Dim szpassword As String variable
374 szpassword = EncryptionPassword
376 szpassword = InputBox("Please Enter The Password!", prompt)
380 If szpassword = "" Then Exit Function
386 For xx = 0 To Len(szpassword) - 1
387 p.ch(xx) = Asc(Mid(szpassword, xx + 1, 1))

Completed in 43 milliseconds