Home
last modified time | relevance | path

Searched refs:CLibrary (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/Windows/
H A DDLL.cpp18 CLibrary::~CLibrary() in ~CLibrary()
23 bool CLibrary::Free() in Free()
35 bool CLibrary::LoadOperations(HMODULE newModule) in LoadOperations()
45 bool CLibrary::LoadEx(LPCTSTR fileName, DWORD flags) in LoadEx()
51 bool CLibrary::Load(LPCTSTR fileName) in Load()
65 bool CLibrary::LoadEx(LPCWSTR fileName, DWORD flags) in LoadEx()
71 bool CLibrary::Load(LPCWSTR fileName) in Load()
/dports/emulators/libdsk/libdsk-1.4.2/win32vc6/
H A DLibrary.cpp37 STDMETHODIMP CLibrary::InterfaceSupportsErrorInfo(REFIID riid) in InterfaceSupportsErrorInfo()
51 HRESULT CLibrary::MapError(dsk_err_t err) in MapError()
115 STDMETHODIMP CLibrary::open(BSTR f, BSTR d, BSTR c, IDisk **ppDisk) in open()
223 STDMETHODIMP CLibrary::get_psh(long sectorsize, short *shift) in get_psh()
260 STDMETHODIMP CLibrary::get_stdformat_count(long *pVal) in get_stdformat_count()
279 STDMETHODIMP CLibrary::dosgeom(VARIANT *buffer, IGeometry **geom) in dosgeom()
294 STDMETHODIMP CLibrary::cpm86geom(VARIANT *buffer, IGeometry **geom) in cpm86geom()
309 STDMETHODIMP CLibrary::aprigeom(VARIANT *buffer, IGeometry **geom) in aprigeom()
325 STDMETHODIMP CLibrary::pcwgeom(VARIANT *buffer, IGeometry **geom) in pcwgeom()
371 STDMETHODIMP CLibrary::get_reporter(IDispatch **pVal) in get_reporter()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/Windows/
H A DDLL.h23 class CLibrary
29 CLibrary(): _module(NULL) {}; in CLibrary() function
30 ~CLibrary() { Free(); } in ~CLibrary()
61 class CLibrary
67 CLibrary(): _module(NULL) {};
68 ~CLibrary() { Free(); }
H A DDLL.cpp18 bool CLibrary::Free() throw() in Free()
28 bool CLibrary::LoadEx(CFSTR path, DWORD flags) throw() in LoadEx()
45 bool CLibrary::Load(CFSTR path) throw() in Load()
121 bool CLibrary::Free() throw() in Free()
145 bool CLibrary::Load(CFSTR path) throw() in Load()
182 void * CLibrary::GetProc(LPCSTR procName) const in GetProc()
/dports/devel/jna/jna-5.7.0/www/
H A DCallbacksAndClosures.md17 public interface CLibrary extends Library {
26 CLibrary lib = (CLibrary)Native.load("c", CLibrary.class);
31 CLibrary.sig_t fn = new CLibrary.sig_t() {
36 CLibrary.sig_t old_handler = lib.signal(CLibrary.SIGUSR1, fn);
37 lib.raise(CLibrary.SIGUSR1);
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_clib.c132 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
138 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
209 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
225 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
276 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
374 static CLibrary *clib_new(lua_State *L, GCtab *mt) in clib_new()
377 GCudata *ud = lj_udata_new(L, sizeof(CLibrary), t); in clib_new()
378 CLibrary *cl = (CLibrary *)uddata(ud); in clib_new()
391 CLibrary *cl = clib_new(L, mt); in lj_clib_load()
396 void lj_clib_unload(CLibrary *cl) in lj_clib_unload()
[all …]
H A Dlj_clib.h17 typedef struct CLibrary { struct
20 } CLibrary; argument
22 LJ_FUNC TValue *lj_clib_index(lua_State *L, CLibrary *cl, GCstr *name);
24 LJ_FUNC void lj_clib_unload(CLibrary *cl);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_clib.c133 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
139 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
218 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
234 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
285 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
383 static CLibrary *clib_new(lua_State *L, GCtab *mt) in clib_new()
386 GCudata *ud = lj_udata_new(L, sizeof(CLibrary), t); in clib_new()
387 CLibrary *cl = (CLibrary *)uddata(ud); in clib_new()
400 CLibrary *cl = clib_new(L, mt); in lj_clib_load()
405 void lj_clib_unload(CLibrary *cl) in lj_clib_unload()
[all …]
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_clib.c132 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
138 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
209 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
225 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
276 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
374 static CLibrary *clib_new(lua_State *L, GCtab *mt) in clib_new()
377 GCudata *ud = lj_udata_new(L, sizeof(CLibrary), t); in clib_new()
378 CLibrary *cl = (CLibrary *)uddata(ud); in clib_new()
391 CLibrary *cl = clib_new(L, mt); in lj_clib_load()
396 void lj_clib_unload(CLibrary *cl) in lj_clib_unload()
[all …]
H A Dlj_clib.h17 typedef struct CLibrary { struct
20 } CLibrary; argument
22 LJ_FUNC TValue *lj_clib_index(lua_State *L, CLibrary *cl, GCstr *name);
24 LJ_FUNC void lj_clib_unload(CLibrary *cl);
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_clib.c132 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
138 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
209 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
225 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
276 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
374 static CLibrary *clib_new(lua_State *L, GCtab *mt) in clib_new()
377 GCudata *ud = lj_udata_new(L, sizeof(CLibrary), t); in clib_new()
378 CLibrary *cl = (CLibrary *)uddata(ud); in clib_new()
391 CLibrary *cl = clib_new(L, mt); in lj_clib_load()
396 void lj_clib_unload(CLibrary *cl) in lj_clib_unload()
[all …]
H A Dlj_clib.h17 typedef struct CLibrary { struct
20 } CLibrary; typedef
22 LJ_FUNC TValue *lj_clib_index(lua_State *L, CLibrary *cl, GCstr *name);
24 LJ_FUNC void lj_clib_unload(CLibrary *cl);
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_clib.c133 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
139 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
218 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
234 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
285 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
383 static CLibrary *clib_new(lua_State *L, GCtab *mt) in clib_new()
386 GCudata *ud = lj_udata_new(L, sizeof(CLibrary), t); in clib_new()
387 CLibrary *cl = (CLibrary *)uddata(ud); in clib_new()
400 CLibrary *cl = clib_new(L, mt); in lj_clib_load()
405 void lj_clib_unload(CLibrary *cl) in lj_clib_unload()
[all …]
H A Dlj_clib.h17 typedef struct CLibrary { struct
20 } CLibrary; argument
22 LJ_FUNC TValue *lj_clib_index(lua_State *L, CLibrary *cl, GCstr *name);
24 LJ_FUNC void lj_clib_unload(CLibrary *cl);
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_clib.c133 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
139 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
218 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
234 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
285 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
383 static CLibrary *clib_new(lua_State *L, GCtab *mt) in clib_new()
386 GCudata *ud = lj_udata_new(L, sizeof(CLibrary), t); in clib_new()
387 CLibrary *cl = (CLibrary *)uddata(ud); in clib_new()
400 CLibrary *cl = clib_new(L, mt); in lj_clib_load()
405 void lj_clib_unload(CLibrary *cl) in lj_clib_unload()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_clib.c132 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
138 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
209 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
225 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
276 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
374 static CLibrary *clib_new(lua_State *L, GCtab *mt) in clib_new()
377 GCudata *ud = lj_udata_new(L, sizeof(CLibrary), t); in clib_new()
378 CLibrary *cl = (CLibrary *)uddata(ud); in clib_new()
391 CLibrary *cl = clib_new(L, mt); in lj_clib_load()
396 void lj_clib_unload(CLibrary *cl) in lj_clib_unload()
[all …]
H A Dlj_clib.h17 typedef struct CLibrary { struct
20 } CLibrary; argument
22 LJ_FUNC TValue *lj_clib_index(lua_State *L, CLibrary *cl, GCstr *name);
24 LJ_FUNC void lj_clib_unload(CLibrary *cl);
/dports/java/bouncycastle15/crypto-169/test/src/main/java/org/bouncycastle/test/est/
H A DESTServerUtils.java46 final CLibrary server = (CLibrary)Native.loadLibrary("estserverwrap", CLibrary.class); in startServer()
126 private final CLibrary server;
131 … public ServerInstance(CLibrary server, EstServerConfig estServerConfig, CountDownLatch exited) in ServerInstance()
138 public CLibrary getServer() in getServer()
159 public interface CLibrary interface in ESTServerUtils
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_clib.c134 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
140 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
221 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
243 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
298 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
399 static CLibrary *clib_new(lua_State *L, GCtab *mt) in clib_new()
402 GCudata *ud = lj_udata_new(L, sizeof(CLibrary), t); in clib_new()
403 CLibrary *cl = (CLibrary *)uddata(ud); in clib_new()
416 CLibrary *cl = clib_new(L, mt); in lj_clib_load()
421 void lj_clib_unload(CLibrary *cl) in lj_clib_unload()
[all …]
H A Dlj_clib.h17 typedef struct CLibrary { struct
20 } CLibrary; argument
22 LJ_FUNC TValue *lj_clib_index(lua_State *L, CLibrary *cl, GCstr *name);
24 LJ_FUNC void lj_clib_unload(CLibrary *cl);
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_clib.c134 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
140 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
221 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
243 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
298 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
399 static CLibrary *clib_new(lua_State *L, GCtab *mt) in clib_new()
402 GCudata *ud = lj_udata_new(L, sizeof(CLibrary), t); in clib_new()
403 CLibrary *cl = (CLibrary *)uddata(ud); in clib_new()
416 CLibrary *cl = clib_new(L, mt); in lj_clib_load()
421 void lj_clib_unload(CLibrary *cl) in lj_clib_unload()
[all …]
H A Dlj_clib.h17 typedef struct CLibrary { struct
20 } CLibrary; argument
22 LJ_FUNC TValue *lj_clib_index(lua_State *L, CLibrary *cl, GCstr *name);
24 LJ_FUNC void lj_clib_unload(CLibrary *cl);
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_clib.c134 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
140 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
221 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
243 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
298 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
399 static CLibrary *clib_new(lua_State *L, GCtab *mt) in clib_new()
402 GCudata *ud = lj_udata_new(L, sizeof(CLibrary), t); in clib_new()
403 CLibrary *cl = (CLibrary *)uddata(ud); in clib_new()
416 CLibrary *cl = clib_new(L, mt); in lj_clib_load()
421 void lj_clib_unload(CLibrary *cl) in lj_clib_unload()
[all …]
H A Dlj_clib.h17 typedef struct CLibrary { struct
20 } CLibrary; argument
22 LJ_FUNC TValue *lj_clib_index(lua_State *L, CLibrary *cl, GCstr *name);
24 LJ_FUNC void lj_clib_unload(CLibrary *cl);
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_clib.c134 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
140 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
221 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
243 static void *clib_getsym(CLibrary *cl, const char *name) in clib_getsym()
298 static void clib_unloadlib(CLibrary *cl) in clib_unloadlib()
399 static CLibrary *clib_new(lua_State *L, GCtab *mt) in clib_new()
402 GCudata *ud = lj_udata_new(L, sizeof(CLibrary), t); in clib_new()
403 CLibrary *cl = (CLibrary *)uddata(ud); in clib_new()
416 CLibrary *cl = clib_new(L, mt); in lj_clib_load()
421 void lj_clib_unload(CLibrary *cl) in lj_clib_unload()
[all …]

1234567