Home
last modified time | relevance | path

Searched refs:l (Results 1 – 21 of 21) sorted by relevance

/unit/src/java/nginx/unit/
H A DRequestAttrProxy.java20 for (ServletRequestAttributeListener l : listeners_) { in attributeAdded()
21 l.attributeAdded(srae); in attributeAdded()
28 for (ServletRequestAttributeListener l : listeners_) { in attributeReplaced()
29 l.attributeReplaced(srae); in attributeReplaced()
36 for (ServletRequestAttributeListener l : listeners_) { in attributeRemoved()
37 l.attributeRemoved(srae); in attributeRemoved()
H A DSessionAttrProxy.java20 for (HttpSessionAttributeListener l : listeners_) { in attributeAdded()
21 l.attributeAdded(event); in attributeAdded()
28 for (HttpSessionAttributeListener l : listeners_) { in attributeRemoved()
29 l.attributeRemoved(event); in attributeRemoved()
36 for (HttpSessionAttributeListener l : listeners_) { in attributeReplaced()
37 l.attributeReplaced(event); in attributeReplaced()
H A DSession.java127 HttpSessionBindingListener l = (HttpSessionBindingListener) o; in setAttribute() local
130 l.valueBound(e); in setAttribute()
142 HttpSessionBindingListener l = (HttpSessionBindingListener) old; in setAttribute() local
145 l.valueUnbound(e); in setAttribute()
187 HttpSessionBindingListener l = (HttpSessionBindingListener) o; in removeAttribute() local
190 l.valueUnbound(e); in removeAttribute()
221 HttpSessionBindingListener l = (HttpSessionBindingListener) o; in unboundAttributes() local
224 l.valueUnbound(e); in unboundAttributes()
H A DContext.java406 for (File l : libs) { in loadApp()
937 l.requestInitialized(sre); in service()
1005 l.requestDestroyed(sre); in service()
1475 int res = l - r; in compareVersion()
3092 l.attributeAdded(scae);
3094 l.attributeReplaced(scae);
3114 l.attributeRemoved(scae);
3310 for (HttpSessionListener l : sess_listeners_)
3312 l.sessionCreated(event);
3356 for (HttpSessionIdListener l : sess_id_listeners_)
[all …]
/unit/test/python/input_readline/
H A Dwsgi.py6 l = environ['wsgi.input'].readline()
7 if not l:
10 body.append(l)
11 content_length += len(l)
/unit/test/python/input_readline_size/
H A Dwsgi.py5 l = environ['wsgi.input'].readline(9)
6 if not l:
9 body.append(l)
11 if len(l) > 9:
/unit/test/python/input_iter/
H A Dwsgi.py5 for l in environ['wsgi.input'].__iter__():
6 body.append(l)
7 content_length += len(l)
/unit/go/
H A Dresponse.go33 l := len(p)
37 for written < l {
38 res := C.nxt_cgo_response_write(r.c_req, br, C.uint32_t(l - written))
43 if (written < l) {
H A Dunit.go80 func GoStringN(sptr *C.nxt_unit_sptr_t, l C.int) string {
84 return C.GoStringN((*C.char)(unsafe.Pointer(b)), l)
/unit/src/test/
H A Dnxt_utf8_test.c88 nxt_uint_t i, k, l, m; in nxt_utf8_test() local
161 for (l = 0; l < 256; l++) { in nxt_utf8_test()
162 utf8[2] = l; in nxt_utf8_test()
/unit/src/java/
H A Dnxt_jni.h50 nxt_jlong2ptr(jlong l) in nxt_jlong2ptr() argument
52 return (void *) (intptr_t) l; in nxt_jlong2ptr()
/unit/test/
H A Dconftest.py472 out = [l for l in out if main_pid in l]
485 out = [l for l in out if 'unit: main' not in l]
489 l
490 for l in out
491 if re.search(fr'{router_pid}\s+{main_pid}.*unit: router', l) is None
496 l
497 for l in out
498 if re.search(fr'{controller_pid}\s+{main_pid}.*unit: controller', l)
H A Dtest_ruby_application.py254 (l for l in locales if re.match(pattern, l.upper()) is not None),
H A Dtest_proxy_chunked.py97 for l, c in chunks_lst:
/unit/src/nodejs/unit-http/
H A Dhttp_server.js508 var res, o, l;
518 l = Buffer.byteLength(o.chunk, o.encoding);
521 l = o.chunk.length;
524 res = o.resp._write(o.chunk, o.offset, l);
527 if (o.offset < l) {
/unit/auto/modules/
H A Dgo92 -fsanitize* | -L* | -l*) NXT_GO_LDFLAGS="${NXT_GO_LDFLAGS} $o" ;;
H A Druby74 NXT_RUBY_LIBS="-l$NXT_RUBY_LIBNAME $NXT_RUBY_LIBSCONF"
/unit/tools/
H A DREADME.md56 | `-l` \| `--nolog` | Do not monitor the error log after configuration changes.
/unit/pkg/rpm/
H A DMakefile303 find . -maxdepth 1 -type l -delete
/unit/src/
H A Dnxt_unit.c1416 uint64_t l; in nxt_unit_process_req_body() local
1426 l = req->content_buf->end - req->content_buf->free; in nxt_unit_process_req_body()
1430 l += b->buf.end - b->buf.free; in nxt_unit_process_req_body()
1458 if (req->content_fd != -1 || l == req->content_length) { in nxt_unit_process_req_body()
3335 size_t l, copy; in nxt_unit_websocket_sendv() local
3374 l = iov[i].iov_len; in nxt_unit_websocket_sendv()
3376 while (l > 0) { in nxt_unit_websocket_sendv()
3378 copy = nxt_min(l, copy); in nxt_unit_websocket_sendv()
3382 l -= copy; in nxt_unit_websocket_sendv()
3384 if (l > 0) { in nxt_unit_websocket_sendv()
/unit/pkg/deb/
H A DMakefile366 find . -maxdepth 1 -type l -delete