Searched refs:fnbufsiz (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/csharp/
H A DUnzip.cs411 protected delegate int UZDLLReplaceCallback(ref UNZIPCBCh fname, uint fnbufsiz); argument
535 protected int UZDLLReplace(ref UNZIPCBCh fname, uint fnbufsiz) argument
541 if (fnbufsiz > fname.ch.Length) fnbufsiz = (uint)fname.ch.Length;
542 for (i = 0; i < fnbufsiz; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.bas456 ByVal fnbufsiz As Long) As Long
469 If bufmax >= fnbufsiz Then bufmax = fnbufsiz - 1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/guisfx/
H A Dsfxwiz.c69 int WINAPI GetReplaceDlgRetVal(LPSTR filename, unsigned fnbufsiz);
471 int WINAPI GetReplaceDlgRetVal(LPSTR filename, unsigned fnbufsiz) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Duzexampl.c402 int WINAPI GetReplaceDlgRetVal(LPSTR filename, unsigned fnbufsiz) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dfileio.c2199 extent fnbufsiz = FILNAMSIZ; variable
2201 if (fnbufsiz <= length)
2202 fnbufsiz = length + 1;
2205 G.filename_full = malloc(fnbufsiz);
2208 G.fnfull_bufsize = fnbufsiz;

Completed in 107 milliseconds