Searched refs:v1 (Results 1 – 6 of 6) sorted by relevance
/unit/src/test/ |
H A D | nxt_strverscmp_test.c | 12 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()
|
/unit/src/ |
H A D | nxt_string.c | 755 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()
|
H A D | nxt_isolation.c | 50 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 D | nxt_main_process.c | 60 static int nxt_cdecl nxt_app_lang_compare(const void *v1, const void *v2); 1546 nxt_app_lang_compare(const void *v1, const void *v2) in nxt_app_lang_compare() argument 1551 lang1 = v1; in nxt_app_lang_compare()
|
/unit/pkg/deb/debian.module/ |
H A D | copyright.unit-jsc-common | 29 - 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 D | COPYRIGHT.unit-jsc-common | 29 - 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 ]===============================================
|