Searched refs:is_proxy (Results 1 – 3 of 3) sorted by relevance
56 int is_proxy; member
82 local function is_proxy(x) function373 if V[a].const and V[b].const and not (is_proxy(V[a].const) or is_proxy(V[b].const)) then391 if c and not is_proxy(c) then -- Fold compile-time expressions434 if V[a].const and not is_proxy(V[a].const) then453 if V[a].const and not (is_proxy(V[a].const) or is_proxy(V[b].const)) then595 if not V[i].const or is_proxy(V[i].const) then const = false end649 if imm and (not key or not is_proxy(key_base)) then717 if base and not is_proxy(base) then
82 static bool is_proxy = FALSE; variable794 const char *dumpfile = is_proxy?REQUEST_PROXY_DUMP:REQUEST_DUMP; in storerequest()960 const char *responsedump = is_proxy?RESPONSE_PROXY_DUMP:RESPONSE_DUMP; in send_doc()1837 if(!is_proxy) { in service_connection()1989 is_proxy = TRUE; in main()