Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 29) sorted by relevance

12

/unit/src/test/
H A Dnxt_rbtree1.c31 root = (nxt_rbtree1_node_t **) &tree->root; in nxt_rbtree1_insert()
34 if (*root == sentinel) { in nxt_rbtree1_insert()
39 *root = node; in nxt_rbtree1_insert()
164 root = (nxt_rbtree1_node_t **) &tree->root; in nxt_rbtree1_delete()
185 if (subst == *root) { in nxt_rbtree1_delete()
186 *root = temp; in nxt_rbtree1_delete()
226 *root = subst; in nxt_rbtree1_delete()
340 if (node == *root) { in nxt_rbtree1_left_rotate()
341 *root = temp; in nxt_rbtree1_left_rotate()
370 if (node == *root) { in nxt_rbtree1_right_rotate()
[all …]
H A Dnxt_rbtree1.h26 typedef void (*nxt_rbtree1_insert_pt) (nxt_rbtree1_node_t *root,
30 nxt_rbtree1_node_t *root; member
38 (tree)->root = s; \
47 NXT_EXPORT void nxt_rbtree1_insert_value(nxt_rbtree1_node_t *root,
49 NXT_EXPORT void nxt_rbtree1_insert_timer_value(nxt_rbtree1_node_t *root,
H A Dnxt_rbtree1_test.c13 (((tree)->root) == (tree)->sentinel)
108 node = nxt_rbtree1_min(tree.root, tree.sentinel); in nxt_rbtree1_test()
231 next = tree->root; in nxt_rbtree1_test_find()
/unit/pkg/rpm/
H A Dunit.spec.in42 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
216 %defattr(-,root,root,-)
217 %attr(0755,root,root) %{_bindir}/unitc
218 %attr(0755,root,root) %{_bindir}/setup-unit
219 %attr(0755,root,root) %{_sbindir}/unitd
220 %attr(0755,root,root) %{_sbindir}/unitd-debug
223 %dir %attr(0755,root,root) %ghost %{_localstatedir}/run/unit
229 %dir %attr(0755,root,root) %{_localstatedir}/log/unit
H A Dunit.module.spec.in38 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
112 %defattr(-,root,root,-)
/unit/pkg/deb/debian/
H A Dunit.logrotate9 su root root
H A Dunit.example.config6 "root": "/usr/share/doc/unit/examples/php-app",
/unit/test/unit/
H A Dutils.py13 for root, dirs, files in os.walk(path):
16 os.chmod(os.path.join(root, d), 0o777)
21 os.chmod(os.path.join(root, f), 0o777)
/unit/src/
H A Dnxt_php_sapi.c47 nxt_str_t root; member
57 nxt_str_t *root; member
558 target->root.length = nxt_strlen(p); in nxt_php_set_target()
559 target->root.start = p; in nxt_php_set_target()
561 nxt_php_str_trim_trail(&target->root, '/'); in nxt_php_set_target()
577 p = nxt_cpymem(p, target->root.start, target->root.length); in nxt_php_set_target()
595 target->root.start, target->root.length)) in nxt_php_set_target()
1019 ctx.root = &target->root; in nxt_php_request_handler()
1077 p = nxt_cpymem(tpath, ctx->root->start, ctx->root->length); in nxt_php_dynamic_request()
1093 ctx->script_filename.length = ctx->root->length in nxt_php_dynamic_request()
[all …]
H A Dnxt_controller.c18 nxt_conf_value_t *root; member
401 nxt_controller_conf.root = conf; in nxt_controller_start()
431 conf = nxt_controller_conf.root; in nxt_controller_send_current_conf()
529 nxt_controller_conf.root = conf; in nxt_controller_conf_default()
1361 nxt_controller_conf.root, in nxt_controller_process_config()
1418 req->conf.root = value; in nxt_controller_process_config()
1444 nxt_controller_conf.root, in nxt_controller_process_config()
1501 req->conf.root = value; in nxt_controller_process_config()
2183 js_module = nxt_conf_get_path(nxt_controller_conf.root, in nxt_controller_script_in_use()
2257 nxt_controller_conf_store(task, req->conf.root); in nxt_controller_conf_handler()
[all …]
H A Dnxt_conf.h99 nxt_conf_value_t *root, nxt_str_t *path, nxt_conf_value_t *value,
H A Dnxt_conf.c821 nxt_conf_op_compile(nxt_mp_t *mp, nxt_conf_op_t **ops, nxt_conf_value_t *root, in nxt_conf_op_compile() argument
851 switch (root->type) { in nxt_conf_op_compile()
854 node = nxt_conf_get_object_member(root, &token, &op->index); in nxt_conf_op_compile()
866 node = nxt_conf_get_array_element(root, index); in nxt_conf_op_compile()
882 root = node; in nxt_conf_op_compile()
930 if (root->type == NXT_CONF_VALUE_ARRAY) { in nxt_conf_op_compile()
931 if (op->index > root->u.array->count) { in nxt_conf_op_compile()
950 op->index = root->u.object->count; in nxt_conf_op_compile()
/unit/pkg/deb/debian.module/
H A Dunit.example-php-config6 "root": "/usr/share/doc/unit-php/examples/phpinfo-app",
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.example-php-config6 "root": "/usr/share/doc/unit-php/examples/phpinfo-app",
H A Dunit.example.config6 "root": "/usr/share/doc/unit-php/examples/phpinfo-app",
/unit/pkg/docker/
H A DMakefile35 RUN_jsc ?= rm -rf /root/.m2
43 RUN_node ?= rm -rf /root/.cache/ \&\& rm -rf /root/.npm
75 RUN_ruby ?= gem install rack \&\& rm -rf /root/.local
H A DDockerfile.node2163 && rm -rf /root/.cache/ && rm -rf /root/.npm \
H A DDockerfile.node2063 && rm -rf /root/.cache/ && rm -rf /root/.npm \
H A DDockerfile.ruby3.263 && gem install rack && rm -rf /root/.local \
H A DDockerfile.ruby3.363 && gem install rack && rm -rf /root/.local \
H A DDockerfile.jsc1163 && rm -rf /root/.m2 \
/unit/src/java/nginx/unit/
H A DContext.java374 File root = new File(webapp); in loadApp() local
375 if (!root.exists()) { in loadApp()
386 if (!root.isDirectory()) { in loadApp()
387 root = extractWar(root); in loadApp()
388 extracted_dir_ = root; in loadApp()
391 webapp_ = root; in loadApp()
402 File lib = new File(root, WEB_INF_LIB); in loadApp()
423 processWebXml(root); in loadApp()
1105 if (root.isDirectory()) { in processWebXml()
1117 JarFile jf = new JarFile(root); in processWebXml()
[all …]
/unit/tools/
H A DREADME.md92 export UNIT_CTRL=ssh://root@unithost/var/run/control.unit.sock
102 unitc docker://f4f3d9e918e6/root/unit.sock /control/applications/my_app/restart
/unit/
H A DREADME.md92 "root": "/www/helloworld/"
155 "root": "/www/helloworld/"
/unit/auto/
H A Dunix208 getgrouplist(\"root\", 0, NULL, NULL);

12