Searched refs:pG (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.cpp171 static void FreeGlobals(Uz_Globs *pG);
187 static int GetFileTimes(Uz_Globs *pG, FILETIME *pftCreated,
199 int UZ_EXP UzpMessagePrnt2(zvoid *pG, uch *buffer, ulg size, int flag);
200 int UZ_EXP UzpInput2(zvoid *pG, uch *buffer, int *size, int flag);
201 int UZ_EXP CheckForAbort2(zvoid *pG, int fnflag, ZCONST char *zfn,
228 Uz_Globs *pG = InitGlobals(szZipFile); local
229 if (!pG) {
233 pG->UzO.vflag = 1; // verbosely: list directory (for WIN32 it is 0 or 1)
234 pG->process_all_files = TRUE; // improves speed
246 result = process_zipfiles(pG);
288 Uz_Globs *pG = InitGlobals(szZipFile); local
348 Uz_Globs *pG = InitGlobals(szZipFile); local
494 FreeGlobals(Uz_Globs *pG) argument
525 Uz_Globs *pG = (Uz_Globs*)lpv; local
689 UzpMessagePrnt2(zvoid *pG, uch *buffer, ulg size, int flag) argument
765 UzpInput2(zvoid *pG, uch *buffer, int *size, int flag) argument
772 UzpMorePause(zvoid *pG, const char *szPrompt, int flag) argument
778 UzpPassword(zvoid *pG, int *pcRetry, char *szPassword, int nSize, const char *szZipFile, const char *szFile) argument
814 CheckForAbort2(zvoid *pG, int fnflag, ZCONST char *zfn, ZCONST char *efn, ZCONST zvoid *details) argument
942 win_fprintf(zvoid *pG, FILE *file, unsigned int dwCount, char far *buffer) argument
[all...]
H A Dintrface.h109 int win_fprintf(zvoid *pG, FILE *file, unsigned int dwCount, char far *buffer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Dwindll.h31 int win_fprintf(zvoid *pG, FILE *file, unsigned int, char far *);
H A Dwindll.c47 # define __G (Uz_Globs *)pG
48 # define __G__ (Uz_Globs *)pG,
61 static int UZ_EXP DllMessagePrint(zvoid *pG, uch *buf, ulg size, int flag);
65 int DllDisplayPrint(zvoid *pG, uch *buf, ulg size, int flag);
69 static int UZ_EXP Wiz_StatReportCB(zvoid *pG, int fnflag, ZCONST char *zfn,
285 BOOL WINAPI Wiz_Init(pG, lpUserFunc)
286 zvoid *pG;
347 BOOL WINAPI Wiz_SetOpts(pG, lpDCL)
348 zvoid *pG;
461 int WINAPI Wiz_Unzip(pG, ifn
761 win_fprintf(zvoid *pG, FILE *file, unsigned int size, char far *buffer) argument
863 Wiz_StatReportCB(zvoid *pG, int fnflag, ZCONST char *zfn, ZCONST char *efn, ZCONST zvoid *details) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dglobals.h69 pass the globals pointer (pG) to each other. This is supported by 5 macros:
410 # define G (*(Uz_Globs *)pG)
411 # define __G pG
412 # define __G__ pG,
413 # define __GPRO Uz_Globs *pG
414 # define __GPRO__ Uz_Globs *pG,
415 # define __GDEF Uz_Globs *pG;
420 # define GETGLOBALS() Uz_Globs *pG = getGlobalPointer()
421 # define DESTROYGLOBALS() do {free_G_buffers(pG); \
422 deregisterGlobalPointer(pG);} whil
[all...]
H A Dfileio.c96 (win_fprintf(pG, strm, (extent)len, (char far *)buf) != (int)(len))
1242 int UZ_EXP UzpMessagePrnt(pG, buf, size, flag)
1243 zvoid *pG; /* globals struct: always passed */
1294 if (((Uz_Globs *)pG)->redirect_data &&
1295 !((Uz_Globs *)pG)->redirect_text)
1299 if (MSG_STDERR(flag) && !((Uz_Globs *)pG)->UzO.tflag)
1314 if ((!size && !((Uz_Globs *)pG)->sol) ||
1326 SCREENSIZE(&((Uz_Globs *)pG)->height, &((Uz_Globs *)pG)->width);
1328 SCREENSIZE(&((Uz_Globs *)pG)
[all...]
H A Dglobals.c85 free(pG);
90 threadPtrTable[scan] = pG;
113 if (scan == THREADID_ENTRIES || threadPtrTable[scan] != pG) {
162 Uz_Globs *pG = (Uz_Globs *)malloc(sizeof(Uz_Globs)); local
164 if (!pG)
168 /* for REENTRANT version, G is defined as (*pG) */
H A Dunzip.h409 typedef int (UZ_EXP MsgFn) (zvoid *pG, uch *buf, ulg size, int flag);
410 typedef int (UZ_EXP InputFn) (zvoid *pG, uch *buf, int *size, int flag);
411 typedef void (UZ_EXP PauseFn) (zvoid *pG, ZCONST char *prompt, int flag);
412 typedef int (UZ_EXP PasswdFn) (zvoid *pG, int *rcnt, char *pwbuf,
415 typedef int (UZ_EXP StatCBFn) (zvoid *pG, int fnflag, ZCONST char *zfn,
700 int UZ_EXP UzpMessagePrnt OF((zvoid *pG, uch *buf, ulg size, int flag));
701 int UZ_EXP UzpMessageNull OF((zvoid *pG, uch *buf, ulg size, int flag));
702 int UZ_EXP UzpInput OF((zvoid *pG, uch *buf, int *size, int flag));
703 void UZ_EXP UzpMorePause OF((zvoid *pG, ZCONST char *prompt, int flag));
704 int UZ_EXP UzpPassword OF((zvoid *pG, in
[all...]
H A Dapi.c236 static int UzpDLL_Init OF((zvoid *pG, UzpCB *UsrFuncts));
238 static int UzpDLL_Init(pG, UsrFuncts)
239 zvoid *pG;
246 ((Uz_Globs *)pG)->message = UsrFuncts->msgfn;
252 ((Uz_Globs *)pG)->input = UsrFuncts->inputfn;
256 ((Uz_Globs *)pG)->mpause = UsrFuncts->pausefn;
260 ((Uz_Globs *)pG)->decr_passwd = UsrFuncts->passwdfn;
264 ((Uz_Globs *)pG)->statreportcb = UsrFuncts->statrepfn;
H A Dgbloffs.c40 Uz_Globs *pG = NULL; local
H A Dinflate.c368 static unsigned zlib_inCB OF((void FAR *pG, unsigned char FAR * FAR * pInbuf));
369 static int zlib_outCB OF((void FAR *pG, unsigned char FAR *outbuf,
372 static unsigned zlib_inCB(pG, pInbuf)
373 void FAR *pG;
380 static int zlib_outCB(pG, outbuf, outcnt)
381 void FAR *pG;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dw32cfg.h355 # define __W32STAT_GLOBALS__ Uz_Globs *pG,
356 # define __W32STAT_G__ pG,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin10062 ��QT��T��"�q<�J��������wWX��K?���?|�{��� ���l��������J�/�m�����0����J�����{�q_G�gP �`��5�|>�(��I��q/��uL�J�n00�������� ] ��a_���G�l&��zM���1��cH��3������S�#���`1�������3 pG�n���U/i��7�L&���f(���l: F �6�-�T���0Ei�xvC��r0���c�����?���{�p���BJ�=(r ���w���1��,9 �1Ye������)n=(��\�;�9���(�����m ��v"�5}`lY�"�$/d��(�9{���(�� �c�R ����)���~�+FR�������Q,�����y�T|�xn<H*��������=�1%&�/�^��p���r �L�(�M�n���\���_n<f��][�d6�� u?����5t�0��5�Y�5�r��-l���yK�/X��
13711 t���:�Yw2>a? ��:��d���=�3�B!��M)>�����z�;�����E���7��x�_�0.��U�� ��pG�A,`������.c��Y�{ N^�e5��0 ���V�b�!r�����K���
14140 4����`�@`!�[|� �����V��� %��D�cL1��k;aN;� +R���Ya�H���`~�su�u�������0�lk=n�9�.F��P�� 2IgH+�]�\�/rcWT����C�bCR��@�F�i���� �D�����4���5u�)q:N�����: ���t����NR0c�ek������k���U��zTL��k�As�b�<�Q 7�pG�2M�������/N#���V����d~���'��s��J�I=����_�#�[B�8�j e�$����V �` ���q@�#�g�\��*x�1��xB$��< L��c��SCj0�KzG� �.������ R�S�$��w!����}�-������$* ��\��NR�^�h���O�Zh�L��������UP�J��-��\K�:_����,3�#Q��(���zA^���s(���p��"��g������$T�����v�#�bd�Y� 9��i������w��Z��v�����\O�(�mq�-$���o�o�����f�.�7�����t7�[� ��?����Y���y�a�3��a~��}�fo�)�-�j�PR����a}~gA&���|�+��m����3���jM���:\����~>�� w���fh���P��{��UB_����w�{�3����R7�{Y�������aN ���p�7���
15672 -���7��u��W���Df��B ���.I2�GK������,n��r��pjI�pG�J���h��������~�%A(7��V�����U����7��B`��(Ulj ��Y��x,~�8:P�� �HM4��4�MEK��C���b�lN1��,n W���k�!��]E�W,Z/9]F���M��[��p��!a�2f����;f��s�Z
16347 ������X�����pg������U�����{�i�d���=t��qT����Oa���pO���L��G���`5 ��pG������f���H:����N�\����m����g��Z�pv#e)�j)�I=�2�D�����3i����y�'����)[d��a�o�2��u�l��Z����U�~��_5�W���J�j�6X\.�y�X���qL�-C0oG�;�u����I�+e V��)"v��k9��@�c [F�����1j�<|B�s�y6j���:�8K����E��q�H=��1����l�� o�2����bn(Y�ul���A#Y�I�'9���m.�����f>�bL+"s1���D|� 6����Z�f�V�)��� YXK���3���0]Gl��� ���p|j���N E�HH#lb%���bi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...

Completed in 377 milliseconds