/unit/auto/ |
H A D | sources | 118 src/nxt_mem_pool_cleanup.h \ 125 NXT_LIB_TLS_DEPS="src/nxt_tls.h" 151 NXT_TEST_BUILD_DEPS="src/nxt_test_build.h" 154 NXT_TEST_DEPS="src/test/nxt_tests.h \ 155 src/test/nxt_rbtree1.h \
|
H A D | isolation | 20 nxt_feature_test="#include <sys/wait.h> 21 #include <sys/syscall.h> 39 #include <sys/wait.h> 41 #include <sched.h> 68 nxt_feature_test="#include <sys/syscall.h> 79 nxt_feature="<mntent.h>" 84 nxt_feature_test="#include <mntent.h> 97 nxt_feature_test="#include <sys/prctl.h> 110 nxt_feature_test="#include <sys/mount.h> 129 nxt_feature_test="#include <sys/mount.h> [all …]
|
H A D | sockets | 13 nxt_feature_test="#include <stdio.h> 36 nxt_feature_test="#include <stdio.h> 54 nxt_feature_test="#include <stdio.h> 69 nxt_feature_test="#include <stdio.h> 85 nxt_feature_test="#include <stdio.h> 101 nxt_feature_test="#include <stdio.h> 103 #include <sys/un.h> 117 nxt_feature_test="#include <stdio.h> 132 nxt_feature_test="#include <stdio.h> 150 nxt_feature_test="#include <stdio.h> [all …]
|
H A D | unix | 13 nxt_feature_test="#include <unistd.h> 14 #include <sys/random.h> 34 nxt_feature_test="#include <unistd.h> 53 # OpenBSD 5.6 lacks <sys/random.h>. 99 nxt_feature_test="#include <stdlib.h> 155 nxt_feature_test="#include <stdlib.h> 156 #include <dlfcn.h> 160 dlsym(h, \"\"); 161 dlclose(h); 188 nxt_feature_test="#include <stdlib.h> [all …]
|
H A D | clang | 14 nxt_feature_test="#include <stdio.h> 37 nxt_feature_test="#include <stdio.h> 148 nxt_feature_test="#include <stdlib.h>
|
H A D | make | 397 install -p -m u=rw,go=r src/nxt_unit.h \ 398 src/nxt_unit_field.h \ 399 src/nxt_unit_request.h \ 400 src/nxt_unit_response.h \ 401 src/nxt_unit_sptr.h \ 402 src/nxt_unit_typedefs.h \ 403 src/nxt_unit_websocket.h \ 404 $NXT_BUILD_DIR/nxt_auto_config.h \ 405 $NXT_BUILD_DIR/nxt_version.h \ 406 src/nxt_websocket_header.h \ [all …]
|
H A D | ssltls | 24 nxt_feature_test="#include <openssl/ssl.h> 40 nxt_feature_test="#include <openssl/ssl.h> 62 nxt_feature_test="#include <openssl/ssl.h> 76 nxt_feature_test="#include <openssl/ssl.h> 101 nxt_feature_test="#include <gnutls/gnutls.h> 122 nxt_feature_test="#include <gnutls/gnutls.h> 136 nxt_feature_test="#include <gnutls/gnutls.h> 161 nxt_feature_test="#include <cyassl/ssl.h> 192 nxt_feature_test="#include <polarssl/ssl.h>
|
H A D | files | 13 nxt_feature_test="#include <fcntl.h> 29 nxt_feature_test="#include <fcntl.h> 45 nxt_feature_test="#include <fcntl.h> 59 nxt_feature_test="#include <fcntl.h> 60 #include <unistd.h> 61 #include <sys/syscall.h> 62 #include <linux/openat2.h> 63 #include <string.h>
|
/unit/src/ |
H A D | nxt_http_request.c | 109 u_char *h, ch; in nxt_http_validate_host() local 122 h = host->start; in nxt_http_validate_host() 128 ch = h[i]; in nxt_http_validate_host() 192 nxt_memcpy_lowcase(host->start, h, host_length); in nxt_http_validate_host()
|
H A D | nxt_nncq.h | 135 nxt_nncq_atomic_t h, j, e; in nxt_nncq_dequeue() local 138 h = nxt_nncq_head(q); in nxt_nncq_dequeue() 139 j = nxt_nncq_map(q, h); in nxt_nncq_dequeue() 143 h_cycle = nxt_nncq_cycle(q, h); in nxt_nncq_dequeue() 153 if (nxt_atomic_cmp_set(&q->head, h, h + 1)) { in nxt_nncq_dequeue()
|
H A D | nxt_nvbcq.h | 85 nxt_nvbcq_atomic_t t, h, i; in nxt_nvbcq_enqueue() local 88 h = t - NXT_NVBCQ_SIZE; in nxt_nvbcq_enqueue() 100 if ((t - h) == NXT_NVBCQ_SIZE) { in nxt_nvbcq_enqueue() 101 h = nxt_nvbcq_head(q); in nxt_nvbcq_enqueue() 116 nxt_nvbcq_atomic_t h, t, i, e; in nxt_nvbcq_dequeue() local 118 h = nxt_nvbcq_head(q); in nxt_nvbcq_dequeue() 119 t = h + NXT_NVBCQ_SIZE; in nxt_nvbcq_dequeue() 122 i = nxt_nvbcq_map(q, h); in nxt_nvbcq_dequeue() 128 nxt_atomic_cmp_set(&q->head, h, h + 1); in nxt_nvbcq_dequeue() 133 if ((t - h) == NXT_NVBCQ_SIZE) { in nxt_nvbcq_dequeue() [all …]
|
H A D | nxt_http_parse.h | 111 #define nxt_http_field_hash_char(h, c) (((h) << 4) + (h) + (c)) argument 112 #define nxt_http_field_hash_end(h) (((h) >> 16) ^ (h)) argument
|
H A D | nxt_php_sapi.c | 1188 sapi_header_struct *h; local 1209 for (h = zend_llist_get_first_ex(&sapi_headers->headers, &zpos); 1210 h; 1211 h = zend_llist_get_next_ex(&sapi_headers->headers, &zpos)) 1213 resp_size += h->header_len; 1224 h; 1225 h = zend_llist_get_next_ex(&sapi_headers->headers, &zpos)) 1227 colon = memchr(h->header, ':', h->header_len); 1230 (int) h->header_len, h->header); 1239 nxt_unit_response_add_field(req, h->header, colon - h->header, [all …]
|
H A D | nxt_websocket.c | 59 const nxt_websocket_header_t *h; in nxt_websocket_frame_header_size() local 61 h = data; in nxt_websocket_frame_header_size() 62 p = h->payload_len; in nxt_websocket_frame_header_size() 72 if (h->mask) { in nxt_websocket_frame_header_size() 84 const nxt_websocket_header_t *h; in nxt_websocket_frame_payload_len() local 86 h = data; in nxt_websocket_frame_payload_len() 87 p = h->payload_len; in nxt_websocket_frame_payload_len() 103 nxt_websocket_header_t *h; in nxt_websocket_frame_init() local 105 h = data; in nxt_websocket_frame_init() 114 h->payload_len = 126; in nxt_websocket_frame_init() [all …]
|
H A D | nxt_murmur_hash.c | 30 h *= m; in nxt_murmur_hash2() 31 h ^= k; in nxt_murmur_hash2() 49 h ^= h >> 13; in nxt_murmur_hash2() 50 h *= m; in nxt_murmur_hash2() 51 h ^= h >> 15; in nxt_murmur_hash2() 53 return h; in nxt_murmur_hash2() 78 h *= m; in nxt_murmur_hash2_uint32() 79 h ^= k; in nxt_murmur_hash2_uint32() 81 h ^= h >> 13; in nxt_murmur_hash2_uint32() 82 h *= m; in nxt_murmur_hash2_uint32() [all …]
|
H A D | nxt_hash.h | 19 nxt_hash_find(nxt_hash_t *h, nxt_lvlhsh_query_t *lhq) in nxt_hash_find() argument 21 lhq->proto = h->proto; in nxt_hash_find() 23 return nxt_lvlhsh_find(&h->lvlhsh, lhq); in nxt_hash_find() 28 nxt_hash_insert(nxt_hash_t *h, nxt_lvlhsh_query_t *lhq) in nxt_hash_insert() argument 30 lhq->proto = h->proto; in nxt_hash_insert() 31 lhq->pool = h->pool; in nxt_hash_insert() 33 return nxt_lvlhsh_insert(&h->lvlhsh, lhq); in nxt_hash_insert() 38 nxt_hash_delete(nxt_hash_t *h, nxt_lvlhsh_query_t *lhq) in nxt_hash_delete() argument 40 lhq->proto = h->proto; in nxt_hash_delete() 41 lhq->pool = h->pool; in nxt_hash_delete() [all …]
|
/unit/ |
H A D | configure | 27 NXT_AUTO_CONFIG_H=$NXT_BUILD_DIR/nxt_auto_config.h 28 NXT_VERSION_H=$NXT_BUILD_DIR/nxt_version.h
|
/unit/pkg/rpm/ |
H A D | unit.spec.in | 220 %{_includedir}/nxt_*.h
|
/unit/auto/modules/ |
H A D | ruby | 83 nxt_feature_test="#include <stdlib.h> 107 #include <ruby.h> 131 #include <ruby.h> 159 #include <ruby.h> 160 #include <ruby/version.h> 178 NXT_RUBY_MOUNTS_HEADER=nxt_${NXT_RUBY_MODULE}_mounts.h
|
H A D | java | 192 #include <jni.h> 229 NXT_JAVA_JARS=$NXT_BUILD_DIR/$NXT_JAVA_MODULE/nxt_jars.h 321 NXT_JAVA_MOUNTS_HEADER=nxt_${NXT_JAVA_MODULE}_mounts.h
|
H A D | nodejs | 128 NXT_NODE_VERSION_FILE=${NXT_BUILD_DIR}/src/${NXT_NODE}/version.h
|
/unit/test/python/threads/ |
H A D | asgi.py | 11 for h in headers: 12 if h[0] == n: 13 return h[1]
|
/unit/test/python/variables/ |
H A D | asgi.py | 15 for h in headers: 16 if h[0] == n: 17 res.append(h[1])
|
/unit/test/python/header_fields/ |
H A D | wsgi.py | 3 h = (k for k, v in environ.items() if k.startswith('HTTP_')) 6 '200', [('Content-Length', '0'), ('All-Headers', ','.join(h))]
|
/unit/test/python/delayed/ |
H A D | asgi.py | 17 for h in headers: 18 if h[0] == n: 19 return h[1]
|