Home
last modified time | relevance | path

Searched refs:exports (Results 1 – 4 of 4) sorted by relevance

/civetweb-2.7.6/
Dconanfile.py13 exports = ("LICENSE.md", "README.md") variable in civetwebConan
/civetweb-2.7.6/src/
Dmod_lua.inl2344 const void **exports) argument
2361 if (exports != NULL) {
2364 for (i = 0; exports[i] != NULL && exports[i + 1] != NULL; i += 2) {
2366 lua_pushstring(L, (const char *)(exports[i]));
2367 *(const void **)(&func) = exports[i + 1];
2372 for (i = 0; exports[i] != NULL && exports[i + 1] != NULL; i += 2) {
2374 const char *name = (const char *)(exports[i]);
2375 *(const void **)(&func) = exports[i + 1];
/civetweb-2.7.6/test/ajax/
Djquery.js2 !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports
/civetweb-2.7.6/docs/
DUserManual.md819 CivetWeb exports the following functions to Lua: