Home
last modified time | relevance | path

Searched refs:NSISCALL (Results 1 – 25 of 30) sorted by relevance

12

/dports/audio/jamulus/jamulus-r3_8_1/windows/nsProcess/
H A Dpluginapi.h11 #ifndef NSISCALL
12 # define NSISCALL __stdcall macro
61 int NSISCALL popint(); // pops an integer
62 int NSISCALL popint_or(); // with support for or'ing (2|4|8)
66 void NSISCALL pushstring(const TCHAR *str);
67 void NSISCALL pushint(int value);
68 TCHAR * NSISCALL getuservariable(const int varnum);
76 int NSISCALL PopStringA(char* ansiStr);
77 void NSISCALL PushStringA(const char* ansiStr);
89 int NSISCALL PopStringW(wchar_t* wideStr);
[all …]
H A Dpluginapi.c11 int NSISCALL popstring(TCHAR *str) in popstring()
22 int NSISCALL popstringn(TCHAR *str, int maxlen) in popstringn()
33 void NSISCALL pushstring(const TCHAR *str) in pushstring()
56 int NSISCALL PopStringA(char* ansiStr) in PopStringA()
106 int NSISCALL PopStringW(wchar_t* wideStr) in PopStringW()
156 int NSISCALL myatoi(const TCHAR *s) in myatoi()
201 unsigned NSISCALL myatou(const TCHAR *s) in myatou()
216 int NSISCALL myatoi_or(const TCHAR *s) in myatoi_or()
267 int NSISCALL popint() in popint()
276 int NSISCALL popint_or() in popint_or()
[all …]
H A Dapi.h60 #ifndef NSISCALL
61 # define NSISCALL __stdcall macro
66 int (NSISCALL *ExecuteCodeSegment)(int, HWND); member
67 void (NSISCALL *validate_filename)(TCHAR *); member
68 BOOL (NSISCALL *RegisterPluginCallback)(HMODULE, NSISPLUGINCALLBACK);
/dports/security/stunnel/stunnel-5.60/tools/plugins/ShellLink/Contrib/ShellLink/nsis_unicode/
H A Dpluginapi.h11 #ifndef NSISCALL
12 # define NSISCALL __stdcall macro
61 int NSISCALL popint(); // pops an integer
62 int NSISCALL popint_or(); // with support for or'ing (2|4|8)
66 void NSISCALL pushstring(const TCHAR *str);
67 void NSISCALL pushint(int value);
68 TCHAR * NSISCALL getuservariable(const int varnum);
76 int NSISCALL PopStringA(char* ansiStr);
77 void NSISCALL PushStringA(const char* ansiStr);
89 int NSISCALL PopStringW(wchar_t* wideStr);
[all …]
H A Dapi.h60 #ifndef NSISCALL
61 # define NSISCALL __stdcall macro
66 int (NSISCALL *ExecuteCodeSegment)(int, HWND); member
67 void (NSISCALL *validate_filename)(TCHAR *); member
68 …int (NSISCALL *RegisterPluginCallback)(HMODULE, NSISPLUGINCALLBACK); // returns 0 on success, 1 if… member
/dports/security/stunnel/stunnel-5.60/tools/plugins/ShellLink/Contrib/ShellLink/nsis_ansi/
H A Dpluginapi.h10 #ifndef NSISCALL
11 # define NSISCALL __stdcall macro
58 int NSISCALL popstring(char *str); // 0 on success, 1 on empty stack
60 int NSISCALL popint(); // pops an integer
61 int NSISCALL popint_or(); // with support for or'ing (2|4|8)
62 int NSISCALL myatoi(const char *s); // converts a string to an integer
64 int NSISCALL myatoi_or(const char *s); // with support for or'ing (2|4|8)
65 void NSISCALL pushstring(const char *str);
66 void NSISCALL pushint(int value);
67 char * NSISCALL getuservariable(const int varnum);
[all …]
H A Dapi.h60 #ifndef NSISCALL
61 # define NSISCALL __stdcall macro
66 int (NSISCALL *ExecuteCodeSegment)(int, HWND); member
67 void (NSISCALL *validate_filename)(char *); member
68 …int (NSISCALL *RegisterPluginCallback)(HMODULE, NSISPLUGINCALLBACK); // returns 0 on success, 1 if… member
/dports/security/beid/eid-mw-5.0.8/installers/quickinstaller/NSIS_Plugins/nsis/
H A Dpluginapi.h10 #ifndef NSISCALL
11 # define NSISCALL __stdcall macro
58 int NSISCALL popstring(char *str); // 0 on success, 1 on empty stack
60 int NSISCALL popint(); // pops an integer
61 int NSISCALL popint_or(); // with support for or'ing (2|4|8)
62 int NSISCALL myatoi(const char *s); // converts a string to an integer
64 int NSISCALL myatoi_or(const char *s); // with support for or'ing (2|4|8)
65 void NSISCALL pushstring(const char *str);
66 void NSISCALL pushint(int value);
67 char * NSISCALL getuservariable(const int varnum);
[all …]
H A Dapi.h60 #ifndef NSISCALL
61 # define NSISCALL __stdcall macro
66 int (NSISCALL *ExecuteCodeSegment)(int, HWND); member
67 void (NSISCALL *validate_filename)(char *); member
68 …int (NSISCALL *RegisterPluginCallback)(HMODULE, NSISPLUGINCALLBACK); // returns 0 on success, 1 if… member
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/nsis/Contrib/InetBgDL/
H A DInetBgDL.h41 #define NSISCALL __stdcall macro
44 int (NSISCALL *ExecuteCodeSegment)(int, HWND); member
45 void (NSISCALL *validate_filename)(TCHAR*); member
46 int (NSISCALL *RegisterPluginCallback)(HMODULE,LPVOID); member
/dports/www/firefox/firefox-99.0/other-licenses/nsis/Contrib/InetBgDL/
H A DInetBgDL.h41 #define NSISCALL __stdcall macro
44 int (NSISCALL *ExecuteCodeSegment)(int, HWND); member
45 void (NSISCALL *validate_filename)(TCHAR*); member
46 int (NSISCALL *RegisterPluginCallback)(HMODULE,LPVOID); member
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/nsis/Contrib/InetBgDL/
H A DInetBgDL.h41 #define NSISCALL __stdcall macro
44 int (NSISCALL *ExecuteCodeSegment)(int, HWND); member
45 void (NSISCALL *validate_filename)(TCHAR*); member
46 int (NSISCALL *RegisterPluginCallback)(HMODULE,LPVOID); member
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/nsis/Contrib/InetBgDL/
H A DInetBgDL.h41 #define NSISCALL __stdcall macro
44 int (NSISCALL *ExecuteCodeSegment)(int, HWND); member
45 void (NSISCALL *validate_filename)(TCHAR*); member
46 int (NSISCALL *RegisterPluginCallback)(HMODULE,LPVOID); member
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/nsis/Contrib/InetBgDL/
H A DInetBgDL.h47 #define NSISCALL __stdcall macro
50 int (NSISCALL *ExecuteCodeSegment)(int, HWND); member
51 void (NSISCALL *validate_filename)(TCHAR*); member
52 int (NSISCALL *RegisterPluginCallback)(HMODULE,LPVOID); member
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/nsis/Contrib/InetBgDL/
H A DInetBgDL.h47 #define NSISCALL __stdcall macro
50 int (NSISCALL *ExecuteCodeSegment)(int, HWND); member
51 void (NSISCALL *validate_filename)(TCHAR*); member
52 int (NSISCALL *RegisterPluginCallback)(HMODULE,LPVOID); member
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp95 #define NSISCALL __stdcall macro
99 int(NSISCALL *ExecuteCodeSegment)(int, HWND); member
100 void(NSISCALL *validate_filename)(LPWSTR); member
101 int(NSISCALL *RegisterPluginCallback)( member
/dports/www/firefox/firefox-99.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp95 #define NSISCALL __stdcall macro
99 int(NSISCALL *ExecuteCodeSegment)(int, HWND); member
100 void(NSISCALL *validate_filename)(LPWSTR); member
101 int(NSISCALL *RegisterPluginCallback)( member
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp95 #define NSISCALL __stdcall macro
99 int(NSISCALL *ExecuteCodeSegment)(int, HWND); member
100 void(NSISCALL *validate_filename)(LPWSTR); member
101 int(NSISCALL *RegisterPluginCallback)( member
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/nsis/Contrib/BitsUtils/
H A DBitsUtils.cpp95 #define NSISCALL __stdcall macro
99 int(NSISCALL *ExecuteCodeSegment)(int, HWND); member
100 void(NSISCALL *validate_filename)(LPWSTR); member
101 int(NSISCALL *RegisterPluginCallback)( member
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/win32/patches/
H A Dnsis.patch60 - unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len);
61 + unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len);
72 -unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len)
73 +unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len)
119 -extern unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len);
120 +extern unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len);
122 const char * NSISCALL loadHeaders(int cl_flags)
406 -extern "C" unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int …
407 +extern "C" unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int le…
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/win32/patches/
H A Dnsis.patch60 - unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len);
61 + unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len);
72 -unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len)
73 +unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len)
119 -extern unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len);
120 +extern unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len);
122 const char * NSISCALL loadHeaders(int cl_flags)
406 -extern "C" unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int …
407 +extern "C" unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int le…
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/win32/patches/
H A Dnsis.patch60 - unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len);
61 + unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len);
72 -unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len)
73 +unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len)
119 -extern unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len);
120 +extern unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len);
122 const char * NSISCALL loadHeaders(int cl_flags)
406 -extern "C" unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int …
407 +extern "C" unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int le…
/dports/sysutils/bacula9-server/bacula-9.6.7/src/win32/patches/
H A Dnsis.patch60 - unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len);
61 + unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len);
72 -unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len)
73 +unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len)
119 -extern unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len);
120 +extern unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len);
122 const char * NSISCALL loadHeaders(int cl_flags)
406 -extern "C" unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int …
407 +extern "C" unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int le…
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/win32/patches/
H A Dnsis.patch60 - unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len);
61 + unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len);
72 -unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len)
73 +unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len)
119 -extern unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len);
120 +extern unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len);
122 const char * NSISCALL loadHeaders(int cl_flags)
406 -extern "C" unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int …
407 +extern "C" unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int le…
/dports/sysutils/bacula11-server/bacula-11.0.5/src/win32/patches/
H A Dnsis.patch60 - unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len);
61 + unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len);
72 -unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len)
73 +unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len)
119 -extern unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int len);
120 +extern unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int len);
122 const char * NSISCALL loadHeaders(int cl_flags)
406 -extern "C" unsigned long NSISCALL CRC32(unsigned long crc, const unsigned char *buf, unsigned int …
407 +extern "C" unsigned int NSISCALL CRC32(unsigned int crc, const unsigned char *buf, unsigned int le…

12