Home
last modified time | relevance | path

Searched refs:loadfunc (Results 1 – 25 of 115) sorted by relevance

12345

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/win32/
H A Dwin_dll.c152 loadfunc_t* loadfunc; in LoadDLL() local
158 for (loadfunc = funcTable; loadfunc->fnName!=NULL; loadfunc++) in LoadDLL()
160 funcPtr = GetProcAddress (hInstance, loadfunc->fnName); in LoadDLL()
164 …"You must use dll from the same zip of this exe\n", dllName, loadfunc->fnName), "Error", MB_OK|MB_… in LoadDLL()
168 *((void**)loadfunc->fnPointer) = funcPtr; in LoadDLL()
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgLoad.cxx164 ssgLoadFunc *loadfunc ; member
176 ssgLoadFunc *loadfunc , ssgSaveFunc *savefunc ) in ssgAddModelFormat() argument
183 formats [ i ] . loadfunc = loadfunc ; in ssgAddModelFormat()
192 formats [ num_formats ] . loadfunc = loadfunc ; in ssgAddModelFormat()
223 if ( f->loadfunc != NULL && in ssgLoad()
226 ssgEntity* entity = f -> loadfunc( fname, options ) ; in ssgLoad()
H A DssgLoadTexture.cxx32 bool (*loadfunc) ( const char *, ssgTextureInfo* info ) ; member
211 bool (*loadfunc) (const char*, ssgTextureInfo* info) ) in ssgAddTextureFormat()
218 formats [ i ] . loadfunc = loadfunc ; in ssgAddTextureFormat()
226 formats [ num_formats ] . loadfunc = loadfunc ; in ssgAddTextureFormat()
337 if ( f->loadfunc != NULL && in ssgLoadTexture()
340 if ( f->loadfunc( filename, info ) ) in ssgLoadTexture()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/win32/
H A Dwin_dll.c45 loadfunc_t *loadfunc; in LoadDLL() local
51 for (loadfunc = funcTable; loadfunc->fnName != NULL; loadfunc++) in LoadDLL()
53 funcPtr = GetProcAddress(hModule, loadfunc->fnName); in LoadDLL()
57 "You must use dll from the same zip of this exe\n", dllName, loadfunc->fnName), in LoadDLL()
62 *((LPVOID*)loadfunc->fnPointer) = funcPtr; in LoadDLL()
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Drddl.c77 const char *loadfunc; in rd_dl_open0() local
79 loadfunc = "dlopen()"; in rd_dl_open0()
82 loadfunc = "LoadLibrary()"; in rd_dl_open0()
88 loadfunc, dlerrstr); in rd_dl_open0()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Drddl.c77 const char *loadfunc; in rd_dl_open0() local
79 loadfunc = "dlopen()"; in rd_dl_open0()
82 loadfunc = "LoadLibrary()"; in rd_dl_open0()
88 loadfunc, dlerrstr); in rd_dl_open0()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Drddl.c77 const char *loadfunc; in rd_dl_open0() local
79 loadfunc = "dlopen()"; in rd_dl_open0()
82 loadfunc = "LoadLibrary()"; in rd_dl_open0()
88 loadfunc, dlerrstr); in rd_dl_open0()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBS_Interface/
H A DMBSload.h73 loadfunc = l.loadfunc; in CopyFrom()
137 virtual void GetLoadFunc(TMBSLoadFunc& i) {loadfunc = (TMBSLoadFunc) i;} in GetLoadFunc()
177 virtual void SetLoadFunc(int i) {loadfunc = (TMBSLoadFunc) i;} in SetLoadFunc()
207 …if (loadfunc == TLoadIOElement) return IOelement; //$ DR 2012-10: changed the concept of loadfun… in HasElementDependence()
227 …TMBSLoadFunc loadfunc; //0=val, >0 : specific function //$ DR 2012-10: new concept 0 = val, 1 = Ma… variable
/dports/textproc/py-genshi/Genshi-0.7.3/genshi/template/
H A Dloader.py219 for loadfunc in search_path:
220 if isinstance(loadfunc, basestring):
221 loadfunc = directory(loadfunc)
223 filepath, filename, fileobj, uptodate = loadfunc(filename)
/dports/dns/wdns/wdns-0.10.0/examples/
H A Dwdns-test-print-message.c5 bool loadfunc(uint8_t *, size_t);
12 loadfunc(uint8_t *data, size_t len) in loadfunc() function
H A Dwdns-test-deserialize-rrset.c5 bool loadfunc(uint8_t *, size_t);
12 loadfunc(uint8_t *data, size_t len) in loadfunc() function
H A Dwdns-test-downcase-rrset.c5 bool loadfunc(uint8_t *, size_t);
12 loadfunc(uint8_t *data, size_t len) in loadfunc() function
H A Dwdns-test-serialize-rrset.c5 bool loadfunc(uint8_t *, size_t);
12 loadfunc(uint8_t *data, size_t len) in loadfunc() function
H A Dwdns-hex-driver.c5 extern bool loadfunc(uint8_t *data, size_t len);
95 if (loadfunc(rawdata, rawlen)) { in main()
/dports/mail/mailman-exim4/mailman-2.1.39/bin/
H A Dcheck_db82 loadfunc = marshal.load
84 loadfunc = cPickle.load
89 loadfunc(fp)
/dports/mail/mailman/mailman-2.1.39/bin/
H A Dcheck_db82 loadfunc = marshal.load
84 loadfunc = cPickle.load
89 loadfunc(fp)
/dports/mail/mailman-postfix/mailman-2.1.39/bin/
H A Dcheck_db82 loadfunc = marshal.load
84 loadfunc = cPickle.load
89 loadfunc(fp)
/dports/science/silo/silo-4.10.2-bsd/tools/browser/
H A Dfile.c2290 void *(*loadfunc)(DBfile*,char*)=NULL; in file_deref() local
2384 loadfunc = (void*(*)(DBfile*,char*))DBGetCurve; in file_deref()
2394 loadfunc = (void*(*)(DBfile*,char*))DBGetCsgmesh; in file_deref()
2404 loadfunc = (void*(*)(DBfile*,char*))DBGetCsgvar; in file_deref()
2414 loadfunc = (void*(*)(DBfile*,char*))DBGetDefvars; in file_deref()
2487 loadfunc = (void*(*)(DBfile*,char*))DBGetQuadvar; in file_deref()
2497 loadfunc = (void*(*)(DBfile*,char*))DBGetUcdmesh; in file_deref()
2507 loadfunc = (void*(*)(DBfile*,char*))DBGetUcdvar; in file_deref()
2580 loadfunc = (void*(*)(DBfile*,char*))DBGetMrgvar; in file_deref()
2769 assert(r_mem || loadfunc); in file_deref()
[all …]
/dports/mail/cone/cone-1.1/cone/
H A Dpwtest.c21 static int loadfunc(char *p, size_t n, void *vp) in loadfunc() function
93 if (tlspassword_load(loadfunc, fp, "foobar", callback, urlpws)) in main()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/persisted/
H A Daot.py136 def __init__(self, loadfunc, state): argument
137 self.loadfunc = loadfunc
141 return "Copyreg(%r, %s)" % (self.loadfunc, prettify(self.state))
382 loadfunc = reflect.namedObject(ao.loadfunc)
384 lambda result, _l: _l(*result), loadfunc)
/dports/devel/py-pyinstaller/PyInstaller-3.5/bootloader/src/
H A Dpyi_pythonlib.c570 PyObject *loadfunc; in pyi_pylib_import_modules() local
620 loadfunc = PI_PyDict_GetItemString(marshaldict, "loads"); in pyi_pylib_import_modules()
638 co = PI_PyObject_CallFunction(loadfunc, "s#", modbuf + 8, ntohl( in pyi_pylib_import_modules()
643 co = PI_PyObject_CallFunction(loadfunc, "y#", modbuf + 16, in pyi_pylib_import_modules()
650 PI_PyObject_CallFunction(loadfunc, "y#", modbuf + 12, ntohl( in pyi_pylib_import_modules()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/persisted/
H A Daot.py158 def __init__(self, loadfunc, state): argument
159 self.loadfunc = loadfunc
435 loadfunc = reflect.namedObject(ao.loadfunc)
437 lambda result, _l: _l(*result), loadfunc
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ServiceObjectsLib/
H A DMBSload.cpp37 val=0; gc=0; loadtype=TGCload; specpos = 0; /*el=NULL; */loadfunc = TLoadValue; in MBSLoad()
427 loadfunc = (TMBSLoadFunc) lf; in SetElementData()
429 if(loadfunc == TLoadMathFunc) in SetElementData()
443 if(loadfunc == TLoadIOElement) in SetElementData()
829 loadfunc = TLoadMathFunc; in SetHarmonic()
841 loadfunc = TLoadMathFunc; in SetTimeSpan()
868 loadfunc = TLoadMathFunc; in SetTimeRamp()
881 loadfunc = TLoadIOElement; //$ DR 2012-10: changed loadfunc, IOElement changed from 5 to 2 in SetIOElement()
1010 if (!loadfunc) // no Mathfunction and no IOElement used in Evaluate()
1016 switch (loadfunc) in Evaluate()
[all …]
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/Win32/AmphiVanilla/
H A DAVLoaderUtility.cpp60 typedef void (*loadfunc)(string path, string file); typedef
63 static void scan_dir(string path, loadfunc func) in scan_dir()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Loaders/Win32/AmphiVanilla/
H A DAVLoaderUtility.cpp60 typedef void (*loadfunc)(string path, string file); typedef
63 static void scan_dir(string path, loadfunc func) in scan_dir()

12345