Home
last modified time | relevance | path

Searched refs:index (Results 1 – 25 of 54) sorted by relevance

123

/unit/src/wasm-wasi-component/
H A DCargo.lock8 source = "registry+https://github.com/rust-lang/crates.io-index"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
50 source = "registry+https://github.com/rust-lang/crates.io-index"
59 source = "registry+https://github.com/rust-lang/crates.io-index"
65 source = "registry+https://github.com/rust-lang/crates.io-index"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
[all …]
/unit/src/
H A Dnxt_conf.h87 nxt_str_t *name, uint32_t *index);
91 uint32_t index);
93 nxt_conf_value_t *value, uint32_t index);
132 const nxt_conf_value_t *value, uint32_t index);
134 nxt_str_t *name, nxt_conf_value_t *value, uint32_t index);
136 nxt_str_t *value, uint32_t index);
138 nxt_str_t *name, nxt_str_t *value, uint32_t index);
140 int64_t value, uint32_t index);
142 uint32_t index);
145 void nxt_conf_set_element(nxt_conf_value_t *array, nxt_uint_t index,
[all …]
H A Dnxt_external.c65 uint32_t index; in nxt_external_start() local
159 for (index = 0; /* void */ ; index++) { in nxt_external_start()
160 value = nxt_conf_get_array_element(c->arguments, index); in nxt_external_start()
184 for (index = 0; /* void */ ; index++) { in nxt_external_start()
185 value = nxt_conf_get_array_element(c->arguments, index); in nxt_external_start()
H A Dnxt_conf.c357 uint32_t index) in nxt_conf_set_member_null() argument
496 if (index < 0 || index > NXT_INT32_T_MAX) { in nxt_conf_get_path()
554 uint32_t *index) in nxt_conf_get_object_member() argument
860 if (index < 0 || index > NXT_INT32_T_MAX) { in nxt_conf_op_compile()
864 op->index = index; in nxt_conf_op_compile()
1061 index = 0; in nxt_conf_copy_array()
1065 index = (op == NULL) ? src->u.array->count : op->index; in nxt_conf_copy_array()
1088 index++; in nxt_conf_copy_array()
1163 index = 0; in nxt_conf_copy_object()
1167 index = (op == NULL) ? src->u.object->count : op->index; in nxt_conf_copy_object()
[all …]
H A Dnxt_isolation.c422 uint32_t index; in nxt_isolation_clone_flags() local
427 index = 0; in nxt_isolation_clone_flags()
903 nxt_int_t ret, index, nmounts; in nxt_isolation_make_private_mount() local
933 index = 0; in nxt_isolation_make_private_mount()
937 for ( ; index < nmounts; index++) { in nxt_isolation_make_private_mount()
940 nmounts = index; in nxt_isolation_make_private_mount()
965 for (index = 0; index < nmounts; index++) { in nxt_isolation_make_private_mount()
989 for (index = 0; index < nmounts; index++) { in nxt_isolation_make_private_mount()
1020 if (shared[index]) { in nxt_isolation_make_private_mount()
1038 for (index = 0; index < nmounts; index++) { in nxt_isolation_make_private_mount()
[all …]
H A Dnxt_var.c22 uint32_t index; member
141 ref->index = state->var_refs->nelts - 1; in nxt_var_ref_get()
194 nxt_var_field_get(nxt_array_t *fields, uint16_t index) in nxt_var_field_get() argument
202 if (nfields > 0 && index <= nfields) { in nxt_var_field_get()
203 return &field[index]; in nxt_var_field_get()
240 lhq.key_hash = nxt_murmur_hash2_uint32(&ref->index); in nxt_var_cache_value()
243 lhq.key.start = (u_char *) &ref->index; in nxt_var_cache_value()
374 subs[n].index = ref->index; in nxt_var_compile()
503 uint32_t index; in nxt_var_interpreter() local
519 index = subs[i].index; in nxt_var_interpreter()
[all …]
H A Dnxt_poll_engine.c24 uint32_t index; member
414 phe->index = engine->u.poll.nfds; in nxt_poll_set_add()
451 engine->u.poll.set[phe->index].events = events; in nxt_poll_set_change()
463 nxt_uint_t index, nfds; in nxt_poll_set_delete() local
481 index = phe->index; in nxt_poll_set_delete()
485 if (index != nfds) { in nxt_poll_set_delete()
486 engine->u.poll.set[index] = engine->u.poll.set[nfds]; in nxt_poll_set_delete()
490 phe->index = index; in nxt_poll_set_delete()
669 if (nxt_fast_path(phe->fd == engine->u.poll.set[phe->index].fd)) { in nxt_poll_fd_hash_test()
674 phe->fd, engine->u.poll.set[phe->index].fd); in nxt_poll_fd_hash_test()
H A Dnxt_var.h31 uint32_t index; member
52 nxt_var_field_t *nxt_var_field_get(nxt_array_t *fields, uint16_t index);
H A Dnxt_http_static.c22 nxt_str_t index; member
116 if (acf->index == NULL) { in nxt_http_static_init()
117 nxt_str_set(&conf->index, "index.html"); in nxt_http_static_init()
120 ret = nxt_conf_get_string_dup(acf->index, mp, &conf->index); in nxt_http_static_init()
246 idx = conf->index; in nxt_http_static_iterate()
309 nxt_str_t *shr, *index, exten, *mtype; in nxt_http_static_send_ready() local
332 index = &conf->index; in nxt_http_static_send_ready()
335 nxt_http_static_extract_extension(index, &exten); in nxt_http_static_send_ready()
337 length = shr->length + index->length; in nxt_http_static_send_ready()
346 p = nxt_cpymem(p, index->start, index->length); in nxt_http_static_send_ready()
H A Dnxt_mp.c486 nxt_int_t n, index; in nxt_mp_chunk_pages_index() local
488 index = 0; in nxt_mp_chunk_pages_index()
494 index = n; in nxt_mp_chunk_pages_index()
498 return index; in nxt_mp_chunk_pages_index()
523 nxt_uint_t n, index; in nxt_mp_alloc_small() local
534 index = nxt_mp_chunk_pages_index(mp, size); in nxt_mp_alloc_small()
535 chunk_pages = &mp->chunk_pages[index]; in nxt_mp_alloc_small()
547 p += ((n << index) << mp->chunk_size_shift); in nxt_mp_alloc_small()
563 page->size = (1 << index); in nxt_mp_alloc_small()
565 n = mp->page_size_shift - (index + mp->chunk_size_shift); in nxt_mp_alloc_small()
/unit/src/nodejs/unit-http/
H A Dwebsocket_server.js201 var index = this.connections.indexOf(connection);
202 if (index !== -1) {
203 this.connections.splice(index, 1);
209 var index = this.pendingRequests.indexOf(request);
210 if (index !== -1) { this.pendingRequests.splice(index, 1); }
H A Dwebsocket_router.js95 var index = this.findHandlerIndex(this.pathToRegExp(path).toString(), protocol);
96 if (index !== -1) {
97 this.handlers.splice(index, 1);
H A Dwebsocket_request.js189 extensions.forEach(function(extension, index, array) { argument
193 extensionParams.forEach(function(rawParam, index, array) { argument
199 array.splice(index, 1, obj);
205 array.splice(index, 1, obj);
/unit/pkg/deb/debian/
H A Dunit.example.config7 "index": "index.php"
26 "script": "/usr/share/doc/unit-perl/examples/perl-app/index.pl"
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.example.config7 "index": "index.php"
26 "script": "/usr/share/doc/unit-perl/examples/perl-app/index.pl"
H A Dunit.example-php-config7 "index": "index.php"
H A Dunit.example-perl-config7 "script": "/usr/share/doc/unit-perl/examples/perl-app/index.pl"
/unit/pkg/deb/debian.module/
H A Dunit.example-php-config7 "index": "index.php"
H A Dunit.example-perl-config7 "script": "/usr/share/doc/unit-perl/examples/perl-app/index.pl"
/unit/test/unit/applications/lang/
H A Dphp.py12 def load(self, script, index='index.php', **kwargs): argument
30 "index": index,
/unit/src/java/nginx/unit/websocket/server/
H A DUriTemplate.java76 int index = -1; in UriTemplate() local
78 index = segmentCount; in UriTemplate()
94 this.segments.add(new Segment(index, segment)); in UriTemplate()
/unit/test/java/welcome_files/dir1/
H A Dindex.txt1 This is index.txt.
/unit/test/
H A Dtest_static.py38 def set_index(index): argument
40 {"share": f'{temp_dir}/assets$uri', "index": index},
74 def check_index(index): argument
76 {"share": f'{temp_dir}/assets$uri', "index": index},
/unit/test/python/threading/
H A Dwsgi.py13 def log_index(self, index): argument
H A Dasgi.py13 def log_index(self, index): argument

123