Home
last modified time | relevance | path

Searched defs:e (Results 1 – 12 of 12) sorted by relevance

/unit/src/java/nginx/unit/
H A DSession.java128 HttpSessionBindingEvent e = new HttpSessionBindingEvent(this, s); in setAttribute() local
143 HttpSessionBindingEvent e = new HttpSessionBindingEvent(this, s); in setAttribute() local
154 HttpSessionBindingEvent e = new HttpSessionBindingEvent(this, s, old); in setAttribute() local
162 HttpSessionBindingEvent e = new HttpSessionBindingEvent(this, s, old); in setAttribute() local
165 HttpSessionBindingEvent e = new HttpSessionBindingEvent(this, s, o); in setAttribute() local
188 HttpSessionBindingEvent e = new HttpSessionBindingEvent(this, s); in removeAttribute() local
197 HttpSessionBindingEvent e = new HttpSessionBindingEvent(this, s, o); in removeAttribute() local
222 HttpSessionBindingEvent e = new HttpSessionBindingEvent(this, a.getKey()); in unboundAttributes() local
H A DResponse.java326 Enumeration<String> e = getHeaderNames(req_info_ptr); in getHeaderNames() local
342 Enumeration<String> e = getHeaders(req_info_ptr, name.getBytes(ISO_8859_1)); in getHeaders() local
H A DContext.java668 JarEntry e = en.nextElement(); in extractWar() local
1014 private void handleException(Throwable e, Request req, Response resp) in handleException()
/unit/src/
H A Dnxt_lvlhsh.c90 #define nxt_lvlhsh_free_entry(e) \ argument
99 #define nxt_lvlhsh_valid_entry(e) \ argument
103 #define nxt_lvlhsh_entry_value(e) \ argument
107 #define nxt_lvlhsh_set_entry_value(e, n) \ argument
112 #define nxt_lvlhsh_entry_key(e) \ argument
116 #define nxt_lvlhsh_set_entry_key(e, n) \ argument
231 uint32_t *bucket, *e; in nxt_lvlhsh_bucket_find() local
350 uint32_t *bucket, *e, *vacant_entry; in nxt_lvlhsh_bucket_insert() local
456 uint32_t *e, *end, key; in nxt_lvlhsh_convert_bucket_to_level() local
554 uint32_t *bucket, *e; in nxt_lvlhsh_bucket_convertion_insert() local
[all …]
H A Dnxt_sha1.h14 uint32_t a, b, c, d, e; member
H A Dnxt_app_nncq.h104 nxt_app_nncq_atomic_t n, t, e, j; in nxt_app_nncq_enqueue() local
138 nxt_app_nncq_atomic_t h, j, e; in nxt_app_nncq_dequeue() local
H A Dnxt_nncq.h101 nxt_nncq_atomic_t n, t, e, j; in nxt_nncq_enqueue() local
135 nxt_nncq_atomic_t h, j, e; in nxt_nncq_dequeue() local
H A Dnxt_sha1.c129 #define STEP(f, a, b, c, d, e, w, t) \ argument
158 uint32_t a, b, c, d, e, temp; in nxt_sha1_body() local
H A Dnxt_nvbcq.h116 nxt_nvbcq_atomic_t h, t, i, e; in nxt_nvbcq_dequeue() local
H A Dnxt_unit.c3695 nxt_unit_mmap_t *e; in nxt_unit_mmap_at() local
/unit/src/nodejs/unit-http/
H A Dunit.cpp195 } catch (exception &e) { in init() local
237 } catch (exception &e) { in create() local
261 } catch (exception &e) { in create_server() local
338 } catch (exception &e) { in request_handler() local
379 } catch (exception &e) { in websocket_handler() local
424 } catch (exception &e) { in close_handler() local
464 } catch (exception &e) { in shm_ack_handler() local
562 } catch (exception &e) { in quit() local
778 } catch (exception &e) { in request_read() local
917 } catch (exception &e) { in response_send_headers() local
[all …]
/unit/src/java/
H A Dnxt_jni_Response.c671 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