Searched refs:error_buf (Results 1 – 3 of 3) sorted by relevance
142 char error_buf[1024]; in call_cxx_function_from_c() local148 std::strncpy(error_buf, e.what(), sizeof(error_buf)); in call_cxx_function_from_c()150 std::strncpy(error_buf, "Unhandled exception in Lua C++ hook", in call_cxx_function_from_c()151 sizeof(error_buf)); in call_cxx_function_from_c()153 error_buf[sizeof(error_buf) - 1] = '\0'; in call_cxx_function_from_c()158 return luaL_error(raw_state, "%s", error_buf); in call_cxx_function_from_c()
87 local $::error_buf;107 $error_string .= " ($::error_buf)" if defined($::error_buf);
776 error_buf