Lines Matching refs:lua

98  * error reporting if lua has an error.
99 * Extracts the error from lua stack and prints
278 if (strcmp(r->handler, "lua-script")) {
313 "lua: Unable to find entry function '%s' in %s (not a valid function)",
374 "lua: Failed to obtain lua interpreter for %s %s",
383 "lua: Unable to find entry function '%s' in %s (not a valid function)",
448 /* We've got a willing lua filter, setup and check for a prefix */
508 "lua: Error while executing filter: %s",
690 "lua: Failed to obtain lua interpreter for entry function '%s' in %s",
699 "lua: Unable to find entry function '%s' in %s (not a valid function)",
761 r->handler = apr_pstrdup(r->pool, "lua-map-handler");
810 "lua: Failed to obtain Lua interpreter for entry function '%s' in %s",
820 "lua: Unable to find entry function '%s' in %s (not a valid function)",
849 "lua: Lua handler %s in %s did not return a value, assuming apache2.OK",
907 /* Okay, this deserves a little explaination -- in order for the errors that lua
1059 /* This lua State is used only to compile the input strings -> bytecode, so we don't need anything extra. */
1540 * LuaPackagePath /lua/package/path/mapped/thing/like/this/?.lua
1552 * LuaPackageCPath /lua/package/path/mapped/thing/like/this/?.so
1837 "Add a directory to lua's package.path"),
1840 "Add a directory to lua's package.cpath"),
1932 "Maps a path to a lua handler"),
1988 ap_mutex_register(pconf, "lua-ivm-shm", NULL, APR_LOCK_DEFAULT, 0);
2006 rs = ap_global_mutex_create(&lua_ivm_mutex, NULL, "lua-ivm-shm", NULL,
2162 AP_DECLARE_MODULE(lua) = {