Searched defs:v1 (Results 1 - 10 of 10) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Ducs4.c145 unsigned short v0, v1; local
160 v1 = *(utf16 + 1);
161 if (!IS_SURROGATE_LOW(v1)) {
167 *ucs4p++ = COMBINE_SURROGATE(v0, v1);
H A Ducsmap.c118 static int comp_entry(const void *v1, const void *v2);
366 comp_entry(const void *v1, const void *v2) { argument
367 const ucsmap_entry_t *e1 = v1;
H A Ducsset.c126 static int comp_range(const void *v1, const void *v2);
355 comp_range(const void *v1, const void *v2) { argument
359 const range_t *r1 = v1;
/bind-9.6-ESV-R11/lib/dns/tests/
H A Ddbversion_test.c58 static dns_dbversion_t *v1 = NULL, *v2 = NULL; variable
66 dns_db_newversion(db1, &v1);
76 if (v1 != NULL) {
77 dns_db_closeversion(db1, &v1, ISC_FALSE);
78 ATF_REQUIRE_EQ(v1, NULL);
95 #define VERSION(callback) ((callback == NULL) ? v1 : v2)
96 #define VERSIONP(callback) ((callback == NULL) ? &v1 : &v2)
115 ATF_REQUIRE_EQ(v, v1);
158 ATF_REQUIRE_EQ(v1, NULL);
681 result = dns_db_addrdataset(db1, node, v1,
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dmacros_test.cpp121 long v1 = atf::text::to_type< long >(get_config_var("v1")); local
125 ATF_REQUIRE_EQ(v1, v2);
381 const char *v1; member in struct:test
395 for (t = &tests[0]; t->v1 != NULL; t++) {
397 config["v1"] = t->v1;
400 std::cout << "Checking with " << t->v1 << ", " << t->v2
412 ATF_REQUIRE(atf::utils::grep_file("^failed: .*v1 != v2", "result"));
/bind-9.6-ESV-R11/lib/isc/
H A Dtimer.c743 sooner(void *v1, void *v2) { argument
746 t1 = v1;
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dmacros_test.c120 #define H_CHECK_EQ(id, v1, v2) \
121 H_DEF(check_eq_ ## id, ATF_CHECK_EQ(v1, v2))
125 #define H_CHECK_STREQ(id, v1, v2) \
126 H_DEF(check_streq_ ## id, ATF_CHECK_STREQ(v1, v2))
130 #define H_CHECK_MATCH(id, v1, v2) \
131 H_DEF(check_match_ ## id, ATF_CHECK_MATCH(v1, v2))
137 #define H_CHECK_EQ_MSG(id, v1, v2, msg) \
138 H_DEF(check_eq_msg_ ## id, ATF_CHECK_EQ_MSG(v1, v2, msg))
144 #define H_CHECK_STREQ_MSG(id, v1, v2, msg) \
145 H_DEF(check_streq_msg_ ## id, ATF_CHECK_STREQ_MSG(v1, v
387 const char *v1; member in struct:check_eq_test
609 const char *v1; member in struct:require_eq_test
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest-program.cpp193 append_to_vector(std::vector< std::string >& v1, argument
197 std::back_insert_iterator< std::vector< std::string > >(v1));
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c1609 const cfg_obj_t *v1, *v2, *keys; local
1631 v1 = cfg_listelt_value(e1);
1632 cfg_obj_asnetprefix(cfg_map_getname(v1), &n1, &p1);
1640 cfg_obj_log(v1, logctx, ISC_LOG_ERROR,
1652 (void)cfg_map_get(v1, xfr, &obj);
1655 cfg_obj_log(v1, logctx, ISC_LOG_ERROR,
1666 const char *file = cfg_obj_file(v1);
1667 unsigned int line = cfg_obj_line(v1);
1681 cfg_map_get(v1, "keys", &keys);
/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c756 * element. It returns ISC_TRUE if v1 happens "sooner" than v2.
759 ttl_sooner(void *v1, void *v2) { argument
760 rdatasetheader_t *h1 = v1;
769 resign_sooner(void *v1, void *v2) { argument
770 rdatasetheader_t *h1 = v1;

Completed in 1807 milliseconds