Searched refs:exports (Results 1 – 4 of 4) sorted by relevance
13 exports = ("LICENSE.md", "README.md") variable in civetwebConan
2344 const void **exports) argument2361 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];
2 !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports…
819 CivetWeb exports the following functions to Lua: