Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 7 of 7) sorted by path

/unit/.github/workflows/
H A Dci.yml281 - uses: ruby/setup-ruby@v1
/unit/pkg/deb/debian.module/
H A Dcopyright.unit-jsc-common29 - EPL (Eclipse Public License) v1.0:
35 - CDDL (Common Development and Distribution License) v1.0:
68 Eclipse Public License - v1.0
492 ====[ CDDL v1.0 license - start ]=============================================
872 ====[ CDDL v1.0 license - end ]===============================================
/unit/pkg/rpm/rpmbuild/SOURCES/
H A DCOPYRIGHT.unit-jsc-common29 - EPL (Eclipse Public License) v1.0:
35 - CDDL (Common Development and Distribution License) v1.0:
68 Eclipse Public License - v1.0
492 ====[ CDDL v1.0 license - start ]=============================================
872 ====[ CDDL v1.0 license - end ]===============================================
/unit/src/
H A Dnxt_isolation.c50 static int nxt_cdecl nxt_isolation_mount_compare(const void *v1,
707 nxt_isolation_mount_compare(const void *v1, const void *v2) in nxt_isolation_mount_compare() argument
711 mnt1 = v1; in nxt_isolation_mount_compare()
H A Dnxt_main_process.c60 static int nxt_cdecl nxt_app_lang_compare(const void *v1, const void *v2);
1561 nxt_app_lang_compare(const void *v1, const void *v2) in nxt_app_lang_compare() argument
1566 lang1 = v1; in nxt_app_lang_compare()
H A Dnxt_string.c755 uint8_t v1, v2, v3, v4; in nxt_base64_decode() local
819 v1 = decode[src[0]]; in nxt_base64_decode()
824 *p++ = (v1 << 2 | v2 >> 4); in nxt_base64_decode()
832 v1 = decode[src[0]]; in nxt_base64_decode()
835 *p++ = (v1 << 2 | v2 >> 4); in nxt_base64_decode()
/unit/src/test/
H A Dnxt_strverscmp_test.c12 const char *v1; member
57 ret = nxt_strverscmp((u_char *) tests[i].v1, (u_char *) tests[i].v2); in nxt_strverscmp_test()
85 tests[i].v1, tests[i].res, tests[i].v2, ret); in nxt_strverscmp_test()