Home
last modified time | relevance | path

Searched refs:proxy_lua_error (Results 1 – 11 of 11) sorted by relevance

/memcached-1.6.32/
Dproxy_ustats.c13 proxy_lua_error(L, "stat index must be 1 or higher"); in mcplib_add_stat()
29 proxy_lua_error(L, "stat cannot contain spaces or newlines"); in mcplib_add_stat()
79 proxy_lua_error(L, "stat must be called from router handlers"); in mcplib_stat()
85 proxy_lua_error(L, "no stats counters initialized"); in mcplib_stat()
93 proxy_lua_error(L, "stat index out of range"); in mcplib_stat()
Dproxy_luafgen.c646 proxy_lua_error(L, "invalid argument to new_handle"); in mcplib_funcgen_new_handle()
732 proxy_lua_error(L, "invalid handle passed to queue_set_cb"); in mcplib_rcontext_handle_set_cb()
753 proxy_lua_error(L, "attempted to enqueue an invalid handle"); in _mcplib_rcontext_queue()
794 proxy_lua_error(L, "cannot queue requests without a key"); in mcplib_rcontext_enqueue()
820 proxy_lua_error(L, "must pass a handle or a table to queue"); in mcplib_rcontext_enqueue()
1194 proxy_lua_error(L, "must pass at least count to wait_cond"); in _mcplib_rcontext_wait_prep()
1216 proxy_lua_error(L, "invalid mode sent to wait_cond"); in _mcplib_rcontext_wait_prep()
1262 proxy_lua_error(L, "cannot queue requests without a key"); in mcplib_rcontext_enqueue_and_wait()
1299 proxy_lua_error(L, "invalid handle passed to wait_handle"); in mcplib_rcontext_wait_handle()
1305 proxy_lua_error(L, "wait_handle called on unqueued handle"); in mcplib_rcontext_wait_handle()
[all …]
Dproxy_lua.c154 proxy_lua_error(L, "proxy cron entry missing 'func' field"); in mcplib_register_cron()
177 proxy_lua_error(L, "proxy cron entry missing 'every' field"); in mcplib_register_cron()
325 proxy_lua_error(L, "backend must have a host argument"); in mcplib_backend()
350 proxy_lua_error(L, "failurelimit must be >= 0"); in mcplib_backend()
361 proxy_lua_error(L, "depthlimit must be >= 0"); in mcplib_backend()
465 proxy_lua_error(L, "backend label too long"); in mcplib_backend()
470 proxy_lua_error(L, "backend name too long"); in mcplib_backend()
475 proxy_lua_error(L, "backend port too long"); in mcplib_backend()
1045 proxy_lua_error(L, "backend_failure_limit must be >= 0"); in mcplib_backend_failure_limit()
1061 proxy_lua_error(L, "backend_depth_limit must be >= 0"); in mcplib_backend_depth_limit()
[all …]
Dproxy_request.c647 proxy_lua_error(L, "failed to parse request"); in mcplib_request()
694 proxy_lua_error(L, "ltrimkey cannot zero out key"); in mcplib_request_ltrimkey()
710 proxy_lua_error(L, "rtrimkey cannot zero out key"); in mcplib_request_rtrimkey()
744 proxy_lua_error(L, "token(): request malformed after edit"); in mcplib_request_token()
820 proxy_lua_error(L, "has_flag(): invalid flag, must be A-Z,a-z"); in mcplib_request_has_flag()
845 proxy_lua_error(L, "has_flag(): invalid flag, must be A-Z,a-z"); in mcplib_request_flag_token()
900 proxy_lua_error(L, "has_flag(): invalid flag, must be A-Z,a-z"); in mcplib_request_flag_token_int()
946 proxy_lua_error(L, "request: meta flag must be a single character"); in _mcp_request_get_arg_flag()
950 proxy_lua_error(L, "request: invalid flag, must be A-Z,a-z"); in _mcp_request_get_arg_flag()
971 proxy_lua_error(L, "request: invalid flag argument"); in _mcp_request_check_flag_token()
[all …]
Dproxy_result.c82 proxy_lua_error(L, "request: meta flag must be a single character"); in mcplib_response_flag_blank()
86 proxy_lua_error(L, "request: invalid flag, must be A-Z,a-z"); in mcplib_response_flag_blank()
Dproxy_inspector.c323 proxy_lua_error(L, "inspector error: response is not meta protocol"); in mcp_inspector_hasflag_r()
558 proxy_lua_error(L, "mcp.req_inspector_new: failed to allocate memory"); in mcp_inspector_new()
589 proxy_lua_error(L, "inspector failed to properly initialize, memory not filled correctly"); in mcp_inspector_new()
661 proxy_lua_error(L, "inspector ran out of stack space for results"); in mcplib_inspector_call()
Dproxy_config.c563 proxy_lua_error(from, "unhandled userdata type in configuration table\n"); in _copy_config_table()
608proxy_lua_error(from, "configuration table keys must be strings or numbers"); in _copy_config_table()
621 proxy_lua_error(from, "unhandled data type in configuration table\n"); in _copy_config_table()
Dproxy_ratelim.c59 proxy_lua_error(L, "mcp.ratelim_tbf: arguments must be unsigned 32 bit integer"); in _tbf_check()
Dproxy_mutator.c901 proxy_lua_error(L, "mutator_new: failed to allocate memory"); in mcp_mutator_new()
934 proxy_lua_error(L, "mutator failed to properly initialize, memory not filled correctly"); in mcp_mutator_new()
1122 proxy_lua_error(L, "mutator ran out of stack space for results"); in mcplib_mutator_call()
Dproxy.h850 void proxy_lua_error(lua_State *L, const char *s);
Dproto_proxy.c752 void proxy_lua_error(lua_State *L, const char *s) { in proxy_lua_error() function
1312 proxy_lua_error(rctx->Lc, "out of memory allocating from IO cache"); in mcp_queue_rctx_io()