Home
last modified time | relevance | path

Searched refs:is_proxy (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Datmlec.h56 int is_proxy; member
/external/bcc/src/lua/bpf/
Dbpf.lua82 local function is_proxy(x) function
373 if V[a].const and V[b].const and not (is_proxy(V[a].const) or is_proxy(V[b].const)) then
391 if c and not is_proxy(c) then -- Fold compile-time expressions
434 if V[a].const and not is_proxy(V[a].const) then
453 if V[a].const and not (is_proxy(V[a].const) or is_proxy(V[b].const)) then
595 if not V[i].const or is_proxy(V[i].const) then const = false end
649 if imm and (not key or not is_proxy(key_base)) then
717 if base and not is_proxy(base) then
/external/curl/tests/server/
Dsws.c82 static bool is_proxy = FALSE; variable
794 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()