OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uL
(Results
1 - 2
of
2
) sorted by null
/external/zlib/contrib/minizip/
unzip.c
486
uLong
uL
;
542
if (unz64local_getLong(pzlib_filefunc_def,filestream,&
uL
)!=UNZ_OK)
546
if (unz64local_getLong(pzlib_filefunc_def,filestream,&
uL
)!=UNZ_OK)
548
if (
uL
!= 0)
556
if (unz64local_getLong(pzlib_filefunc_def,filestream,&
uL
)!=UNZ_OK)
558
if (
uL
!= 1)
566
if (unz64local_getLong(pzlib_filefunc_def,filestream,&
uL
)!=UNZ_OK)
569
if (
uL
!= 0x06064b50)
591
uLong
uL
;
636
if (unz64local_getLong(&us.z_filefunc, us.filestream,&
uL
)!=UNZ_OK
[
all
...]
zip.c
549
uLong
uL
;
607
if (zip64local_getLong(pzlib_filefunc_def,filestream,&
uL
)!=ZIP_OK)
611
if (zip64local_getLong(pzlib_filefunc_def,filestream,&
uL
)!=ZIP_OK)
613
if (
uL
!= 0)
621
if (zip64local_getLong(pzlib_filefunc_def,filestream,&
uL
)!=ZIP_OK)
623
if (
uL
!= 1)
631
if (zip64local_getLong(pzlib_filefunc_def,filestream,&
uL
)!=ZIP_OK)
634
if (
uL
!= 0x06064b50) // signature of 'Zip64 end of central directory'
648
uLong
uL
;
687
if (zip64local_getLong(&pziinit->z_filefunc, pziinit->filestream,&
uL
)!=ZIP_OK
[
all
...]
Completed in 57 milliseconds