Lines Matching refs:reg_string

106 #define reg_string(L, name, val)                                               \  macro
382 reg_string(L, "host", lua_tostring(L, -4));
1790 reg_string(L, opts->name, data);
2500 reg_string(L, "protocol", s);
2513 reg_string(L,
2533 reg_string(L, "request_method", conn->request_info.request_method);
2534 reg_string(L, "request_uri", conn->request_info.request_uri);
2535 reg_string(L, "uri", conn->request_info.local_uri);
2536 reg_string(L, "uri_raw", conn->request_info.local_uri_raw);
2537 reg_string(L, "http_version", conn->request_info.http_version);
2538 reg_string(L, "query_string", conn->request_info.query_string);
2539 reg_string(L, "remote_addr", conn->request_info.remote_addr);
2546 reg_string(L, "path_info", conn->path_info);
2552 reg_string(L, "request_link", buf);
2566 reg_string(L, "content_type", s);
2570 reg_string(L, "remote_user", conn->request_info.remote_user);
2571 reg_string(L, "auth_type", "Digest");
2585 reg_string(L,
2595 reg_string(L, "subject", conn->request_info.client_cert->subject);
2596 reg_string(L, "issuer", conn->request_info.client_cert->issuer);
2597 reg_string(L, "serial", conn->request_info.client_cert->serial);
2598 reg_string(L, "finger", conn->request_info.client_cert->finger);
2845 reg_string(L, "lua_type", "page");
2848 reg_string(L, "lua_type", "script");
2851 reg_string(L, "lua_type", "websocket");
2854 reg_string(L, "lua_type", "background");
2912 reg_string(L, "version", CIVETWEB_VERSION);
2914 reg_string(L, "script_name", script_name);
2917 reg_string(L, "document_root", conn->dom_ctx->config[DOCUMENT_ROOT]);
2918 reg_string(L,
2923 reg_string(L,
2927 reg_string(L,
2934 reg_string(L, "system", ctx->systemName);