MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / pushstring

Function pushstring

cmake/Windows/Contrib/Inetc/pluginapi.c:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void NSISCALL pushstring(const TCHAR *str)
40{
41 stack_t *th;
42 if (!g_stacktop) return;
43 th=(stack_t*)GlobalAlloc(GPTR,(sizeof(stack_t)+(g_stringsize)*sizeof(TCHAR)));
44 lstrcpyn(th->text,str,g_stringsize);
45 th->next=*g_stacktop;
46 *g_stacktop=th;
47}
48
49TCHAR* NSISCALL getuservariable(const int varnum)
50{

Callers 5

inetTransferFunction · 0.85
getFunction · 0.85
PushStringAFunction · 0.85
PushStringWFunction · 0.85
pushintptrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected