Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 28) sorted by relevance

12

/unit/src/perl/
H A Dnxt_perl_psgi_layer.c104 nxt_perl_psgi_layer_stream_popped(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_popped()
129 PerlIO *f, int narg, SV **args) in nxt_perl_psgi_layer_stream_open()
159 nxt_perl_psgi_layer_stream_close(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_close()
171 nxt_perl_psgi_layer_stream_fileno(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_fileno()
204 nxt_perl_psgi_layer_stream_write(pTHX_ PerlIO *f, in nxt_perl_psgi_layer_stream_write()
230 nxt_perl_psgi_layer_stream_tell(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_tell()
238 nxt_perl_psgi_layer_stream_fill(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_fill()
246 nxt_perl_psgi_layer_stream_flush(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_flush()
253 nxt_perl_psgi_layer_stream_arg(pTHX_ PerlIO * f, in nxt_perl_psgi_layer_stream_arg()
294 nxt_perl_psgi_layer_stream_eof(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_eof()
[all …]
H A Dnxt_perl_psgi.c601 nxt_unit_field_t *f; in nxt_perl_psgi_env_create() local
/unit/src/java/
H A Dnxt_jni_HeaderNamesEnumeration.c77 nxt_java_newHeaderNamesEnumeration(JNIEnv *env, nxt_unit_field_t *f, in nxt_java_newHeaderNamesEnumeration()
91 nxt_unit_field_t *f; in nxt_java_HeaderNamesEnumeration_nextElementPos() local
118 nxt_unit_field_t *f; in nxt_java_HeaderNamesEnumeration_nextElement() local
H A Dnxt_jni_HeadersEnumeration.c77 nxt_java_newHeadersEnumeration(JNIEnv *env, nxt_unit_field_t *f, in nxt_java_newHeadersEnumeration()
91 nxt_unit_field_t *f, *init_field; in nxt_java_HeadersEnumeration_nextElementPos() local
124 nxt_unit_field_t *f, *init_field; in nxt_java_HeadersEnumeration_nextElement() local
H A Dnxt_jni_Request.c277 nxt_unit_field_t *f; in nxt_java_Request_getHeader() local
316 nxt_unit_field_t *f; in nxt_java_Request_getHeaders() local
347 nxt_unit_field_t *f; in nxt_java_Request_getIntHeader() local
442 nxt_unit_field_t *f; in nxt_java_Request_getContentType() local
601 nxt_unit_field_t *f; in nxt_java_Request_getServerName() local
629 nxt_unit_field_t *f; in nxt_java_Request_getServerPort() local
H A Dnxt_jni_Response.c392 nxt_unit_field_t *f; in nxt_java_add_int_header() local
466 nxt_unit_field_t *f; in nxt_java_Response_getHeader() local
532 nxt_unit_field_t *f; in nxt_java_Response_getHeaders() local
671 nxt_unit_field_t *f, *e; in nxt_java_response_set_header() local
793 nxt_unit_field_t *f, *e; in nxt_java_response_remove_header() local
870 nxt_unit_field_t *f; in nxt_java_Response_getContentType() local
H A Dnxt_jni.c107 nxt_java_findHeader(nxt_unit_field_t *f, nxt_unit_field_t *end, in nxt_java_findHeader()
/unit/src/
H A Dnxt_http_set_headers.c74 nxt_http_field_t *f; in nxt_http_resp_header_find() local
100 nxt_http_field_t *f; in nxt_http_set_headers() local
H A Dnxt_sprintf.c93 #define nxt_double_is_zero(f) \ argument
101 double f, i; in nxt_vsprintf() local
H A Dnxt_http_js.c197 nxt_http_field_t *f; in nxt_http_js_ext_get_header() local
233 nxt_http_field_t *f; in nxt_http_js_ext_keys_header() local
H A Dnxt_fiber.h16 #define nxt_fiber_id(f) (f)->fid; argument
H A Dnxt_sha1.c129 #define STEP(f, a, b, c, d, e, w, t) \ argument
H A Dnxt_http_request.c349 nxt_http_field_t *f, **fields, *protocol_field; in nxt_http_request_forward() local
420 nxt_http_field_t **f; in nxt_http_request_forward_client_ip() local
1071 nxt_http_field_t *f; in nxt_http_cookies_parse() local
H A Dnxt_http_variables.c653 nxt_http_field_t *f; in nxt_http_var_header() local
754 nxt_http_field_t *f; in nxt_http_var_response_header() local
H A Dnxt_port_memory_int.h170 nxt_free_map_t *f; in nxt_port_mmap_chk_set_chunk_busy() local
H A Dnxt_http_proxy.c250 nxt_http_field_t *f, *field; in nxt_http_proxy_header_read() local
H A Dnxt_php_sapi.c1160 nxt_unit_field_t *f; local
1420 nxt_unit_field_t *f, *f_end; local
H A Dnxt_http_static.c311 nxt_file_t *f, file; in nxt_http_static_send_ready() local
/unit/src/test/
H A Dnxt_unit_app_test.c151 nxt_unit_field_t *f; in greeting_app_request_handler() local
/unit/src/java/nginx/unit/websocket/
H A DAsyncChannelWrapperSecure.java223 Future<Integer> f = in run() local
268 Future<Integer> f = socketChannel.read(socketReadBuffer); in run() local
/unit/src/python/
H A Dnxt_python_asgi.c647 nxt_unit_field_t *f; in nxt_py_asgi_create_http_scope() local
890 nxt_py_asgi_create_header(nxt_unit_field_t *f) in nxt_py_asgi_create_header()
934 nxt_py_asgi_create_subprotocols(nxt_unit_field_t *f) in nxt_py_asgi_create_subprotocols()
H A Dnxt_python_wsgi.c600 nxt_unit_field_t *f, *f2; in nxt_python_get_environ() local
860 nxt_python_field_value(nxt_unit_field_t *f, int n, uint32_t vl) in nxt_python_field_value()
/unit/src/java/nginx/unit/
H A DContext.java272 File f = new File(webapp_, path); in doGet() local
839 File f = new File(webapp_, wpath.substring(1)); in findServlet() local
/unit/src/nodejs/unit-http/
H A Dunit.cpp627 Unit::append_header(nxt_unit_field_t *f, napi_value headers, in append_header()
801 nxt_unit_field_t *f; in response_send_headers() local
/unit/src/ruby/
H A Dnxt_ruby.c739 nxt_unit_field_t *f; in nxt_ruby_read_request() local

12