Home
last modified time | relevance | path

Searched refs:v2 (Results 1 – 6 of 6) sorted by path

/unit/.github/workflows/
H A Dci.yml240 - uses: shivammathur/setup-php@v2
/unit/docs/
H A Dunit-openapi.yaml5376 in the cgroups v2 hierarchy."
/unit/src/
H A Dnxt_isolation.c51 const void *v2);
707 nxt_isolation_mount_compare(const void *v1, const void *v2) in nxt_isolation_mount_compare() argument
712 mnt2 = v2; 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
1567 lang2 = v2; in nxt_app_lang_compare()
H A Dnxt_string.c755 uint8_t v1, v2, v3, v4; in nxt_base64_decode() local
820 v2 = decode[src[1]]; in nxt_base64_decode()
824 *p++ = (v1 << 2 | v2 >> 4); in nxt_base64_decode()
825 *p++ = (v2 << 4 | v3 >> 2); in nxt_base64_decode()
833 v2 = decode[src[1]]; in nxt_base64_decode()
835 *p++ = (v1 << 2 | v2 >> 4); in nxt_base64_decode()
839 *p++ = (v2 << 4 | v3 >> 2); in nxt_base64_decode()
/unit/src/test/
H A Dnxt_strverscmp_test.c14 const char *v2; 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()