Searched defs:module (Results 1 - 25 of 67) sorted by relevance

123

/vbox/src/libs/libxml2-2.6.31/
H A DtestModule.c36 xmlModulePtr module = NULL; local
39 /* build the module filename, and confirm the module exists */
45 module = xmlModuleOpen((const char*)filename, 0);
46 if (module)
48 if (xmlModuleSymbol(module, "hello_world", (void **) &hello_world)) {
59 xmlModuleClose(module);
H A Dxmlmodule.c2 * xmlmodule.c : basic API for dynamic module loading added 2.6.17
33 * module memory error handler *
44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) argument
48 if (module != NULL) {
49 name = (const char *) module->name;
60 * @name: the module name
63 * Opens a module/shared library given its name or path
66 * Returns a handle for the module or NULL in case of error
71 xmlModulePtr module; local
73 module
106 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) argument
142 xmlModuleClose(xmlModulePtr module) argument
178 xmlModuleFree(xmlModulePtr module) argument
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcModuleFactory.cpp141 // Define a table of CIDs implemented by this module along with other
179 ipcdclient_init(nsIModule *module) argument
185 ipcdclient_shutdown(nsIModule *module) argument
191 // Implement the NSGetModule() exported function for your module
192 // and the entire implementation of the module object.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dloader.h64 * namespace, default is to keep symbols local to module. */
69 /* Each module loaded has a loaderRec */
72 * this module when it is unloaded */
73 int module; /* Unique id to identify compilation units */ member in struct:_loader
H A Dxf86Xinput.h93 /* This holds the input driver entry and module information. */
103 pointer module; member in struct:_InputDriverRec
147 pointer module; member in struct:_LocalDeviceRec
195 void xf86AddInputDriver(InputDriverPtr driver, pointer module, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dloader.h61 * namespace, default is to keep symbols local to module. */
66 /* Each module loaded has a loaderRec */
69 * this module when it is unloaded */
70 int module; /* Unique id to identify compilation units */ member in struct:_loader
H A Dxf86Xinput.h90 /* This holds the input driver entry and module information. */
100 pointer module; member in struct:_InputDriverRec
143 pointer module; member in struct:_LocalDeviceRec
189 void xf86AddInputDriver(InputDriverPtr driver, pointer module, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dloader.h61 * namespace, default is to keep symbols local to module. */
66 /* Each module loaded has a loaderRec */
69 * this module when it is unloaded */
70 int module; /* Unique id to identify compilation units */ member in struct:_loader
H A Dxf86Xinput.h95 /* This holds the input driver entry and module information. */
105 pointer module; member in struct:_InputDriverRec
148 pointer module; member in struct:_LocalDeviceRec
202 extern _X_EXPORT void xf86AddInputDriver(InputDriverPtr driver, pointer module, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dloader.h61 * namespace, default is to keep symbols local to module. */
66 /* Each module loaded has a loaderRec */
69 * this module when it is unloaded */
70 int module; /* Unique id to identify compilation units */ member in struct:_loader
H A Dxf86Xinput.h95 /* This holds the input driver entry and module information. */
105 pointer module; member in struct:_InputDriverRec
148 pointer module; member in struct:_LocalDeviceRec
202 extern _X_EXPORT void xf86AddInputDriver(InputDriverPtr driver, pointer module, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dloader.h61 * namespace, default is to keep symbols local to module. */
66 /* Each module loaded has a loaderRec */
69 * this module when it is unloaded */
70 int module; /* Unique id to identify compilation units */ member in struct:_loader
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86Xinput.h72 /* This holds the input driver entry and module information. */
81 void *module; member in struct:_InputDriverRec
110 void *module; member in struct:_InputInfoRec
189 extern _X_EXPORT void xf86AddInputDriver(InputDriverPtr driver, void *module,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86Xinput.h73 /* This holds the input driver entry and module information. */
82 void *module; member in struct:_InputDriverRec
111 void *module; member in struct:_InputInfoRec
190 extern _X_EXPORT void xf86AddInputDriver(InputDriverPtr driver, void *module,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Xinput.h66 /* This holds the input driver entry and module information. */
76 pointer module; member in struct:_InputDriverRec
105 pointer module; member in struct:_InputInfoRec
161 extern _X_EXPORT void xf86AddInputDriver(InputDriverPtr driver, pointer module, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86Xinput.h66 /* This holds the input driver entry and module information. */
76 pointer module; member in struct:_InputDriverRec
105 pointer module; member in struct:_InputInfoRec
161 extern _X_EXPORT void xf86AddInputDriver(InputDriverPtr driver, pointer module, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86Xinput.h66 /* This holds the input driver entry and module information. */
76 pointer module; member in struct:_InputDriverRec
105 pointer module; member in struct:_InputInfoRec
163 extern _X_EXPORT void xf86AddInputDriver(InputDriverPtr driver, pointer module, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86Xinput.h68 /* This holds the input driver entry and module information. */
77 pointer module; member in struct:_InputDriverRec
103 pointer module; member in struct:_InputInfoRec
181 extern _X_EXPORT void xf86AddInputDriver(InputDriverPtr driver, pointer module,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86Xinput.h68 /* This holds the input driver entry and module information. */
77 pointer module; member in struct:_InputDriverRec
103 pointer module; member in struct:_InputInfoRec
181 extern _X_EXPORT void xf86AddInputDriver(InputDriverPtr driver, pointer module,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86Xinput.h68 /* This holds the input driver entry and module information. */
77 pointer module; member in struct:_InputDriverRec
103 pointer module; member in struct:_InputInfoRec
181 extern _X_EXPORT void xf86AddInputDriver(InputDriverPtr driver, pointer module,
/vbox/src/libs/xpcom18a4/python/server/
H A Dloader.py41 import module namespace
89 self.com_modules = {} # Keyed by module's FQN as obtained from nsIFile.path
90 self.moduleFactory = module.Module
104 assert stuff is not None, "Couldnt find the module '%s'" % (base_name,)
107 # Make and remember the COM module.
120 # delegate to the module.
192 # auto-register via the module.
201 # auto-unregister via the module.
228 import module namespace
229 return module
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dloader.h111 void *module; member in struct:__anon7430
H A Dxf86Xinput.h100 /* This holds the input driver entry and module information. */
110 pointer module; member in struct:_InputDriverRec
155 pointer module; member in struct:_LocalDeviceRec
211 void xf86AddInputDriver(InputDriverPtr driver, pointer module, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dloader.h111 void *module; member in struct:__anon7806
H A Dxf86Xinput.h93 /* This holds the input driver entry and module information. */
103 pointer module; member in struct:_InputDriverRec
147 pointer module; member in struct:_LocalDeviceRec
195 void xf86AddInputDriver(InputDriverPtr driver, pointer module, int flags);

Completed in 184 milliseconds

123