Home
last modified time | relevance | path

Searched defs:environ (Results 1 – 25 of 58) sorted by relevance

123

/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/wsgiref/
Dutil.py29 def guess_scheme(environ): argument
37 def application_uri(environ): argument
57 def request_uri(environ, include_query=True): argument
70 def shift_path_info(environ): argument
111 def setup_testing_defaults(environ): argument
Dsimple_server.py138 def demo_app(environ,start_response): argument
Dhandlers.py384 def error_output(self, environ, start_response): argument
446 def __init__(self,stdin,stdout,stderr,environ, argument
/prebuilts/build-tools/common/py3-stdlib/wsgiref/
Dutil.py29 def guess_scheme(environ): argument
37 def application_uri(environ): argument
57 def request_uri(environ, include_query=True): argument
70 def shift_path_info(environ): argument
111 def setup_testing_defaults(environ): argument
Dsimple_server.py134 def demo_app(environ,start_response): argument
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/wsgiref/
Dutil.py29 def guess_scheme(environ): argument
37 def application_uri(environ): argument
57 def request_uri(environ, include_query=True): argument
70 def shift_path_info(environ): argument
111 def setup_testing_defaults(environ): argument
Dsimple_server.py138 def demo_app(environ,start_response): argument
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/wsgiref/
Dutil.py29 def guess_scheme(environ): argument
37 def application_uri(environ): argument
57 def request_uri(environ, include_query=True): argument
70 def shift_path_info(environ): argument
111 def setup_testing_defaults(environ): argument
Dsimple_server.py138 def demo_app(environ,start_response): argument
Dhandlers.py384 def error_output(self, environ, start_response): argument
446 def __init__(self,stdin,stdout,stderr,environ, argument
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/wsgiref/
Dutil.py29 def guess_scheme(environ): argument
37 def application_uri(environ): argument
57 def request_uri(environ, include_query=True): argument
70 def shift_path_info(environ): argument
111 def setup_testing_defaults(environ): argument
Dsimple_server.py138 def demo_app(environ,start_response): argument
Dhandlers.py384 def error_output(self, environ, start_response): argument
446 def __init__(self,stdin,stdout,stderr,environ, argument
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dcgi.py129 def parse(fp=None, environ=os.environ, keep_blank_values=0, argument
331 environ=os.environ, keep_blank_values=0, strict_parsing=0, argument
614 def read_multi(self, environ, keep_blank_values, strict_parsing): argument
853 def test(environ=os.environ): argument
906 def print_environ(environ=os.environ): argument
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/
Dcgi.py129 def parse(fp=None, environ=os.environ, keep_blank_values=0, argument
331 environ=os.environ, keep_blank_values=0, strict_parsing=0, argument
614 def read_multi(self, environ, keep_blank_values, strict_parsing): argument
853 def test(environ=os.environ): argument
906 def print_environ(environ=os.environ): argument
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dcgi.py129 def parse(fp=None, environ=os.environ, keep_blank_values=0, argument
331 environ=os.environ, keep_blank_values=0, strict_parsing=0, argument
614 def read_multi(self, environ, keep_blank_values, strict_parsing): argument
853 def test(environ=os.environ): argument
906 def print_environ(environ=os.environ): argument
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dcgi.py129 def parse(fp=None, environ=os.environ, keep_blank_values=0, argument
331 environ=os.environ, keep_blank_values=0, strict_parsing=0, argument
614 def read_multi(self, environ, keep_blank_values, strict_parsing): argument
853 def test(environ=os.environ): argument
906 def print_environ(environ=os.environ): argument
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Dos.rs592 pub unsafe fn environ() -> *mut *const *const c_char { in environ() function
598 pub unsafe fn environ() -> *mut *const *const c_char { in environ() function
600 static mut environ: *const *const c_char; in environ() variable
616 let mut environ = *environ(); in env() localVariable
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Dos.rs592 pub unsafe fn environ() -> *mut *const *const c_char { in environ() function
598 pub unsafe fn environ() -> *mut *const *const c_char { in environ() function
600 static mut environ: *const *const c_char; in environ() variable
616 let mut environ = *environ(); in env() localVariable
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Dos.rs605 pub unsafe fn environ() -> *mut *const *const c_char { in environ() function
611 pub unsafe fn environ() -> *mut *const *const c_char { in environ() function
613 static mut environ: *const *const c_char; in environ() constant
629 let mut environ = *environ(); in env() localVariable
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Dos.rs605 pub unsafe fn environ() -> *mut *const *const c_char { in environ() function
611 pub unsafe fn environ() -> *mut *const *const c_char { in environ() function
613 static mut environ: *const *const c_char; in environ() constant
629 let mut environ = *environ(); in env() localVariable
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
Dos.rs133 static mut environ: *const *const c_char; in env() variable
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
Dos.rs133 static mut environ: *const *const c_char; in env() variable
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
Dos.rs133 static mut environ: *const *const c_char; in env() constant
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/
Dos.rs133 static mut environ: *const *const c_char; in env() constant

123