Searched refs:ABTS_STR_EQUAL (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/apr-util/test/
H A Dtesturi.c272 ABTS_STR_EQUAL(tc, t->scheme, info.scheme);
273 ABTS_STR_EQUAL(tc, t->hostinfo, info.hostinfo);
274 ABTS_STR_EQUAL(tc, t->user, info.user);
275 ABTS_STR_EQUAL(tc, t->password, info.password);
276 ABTS_STR_EQUAL(tc, t->hostname, info.hostname);
277 ABTS_STR_EQUAL(tc, t->port_str, info.port_str);
278 ABTS_STR_EQUAL(tc, t->path, info.path);
279 ABTS_STR_EQUAL(tc, t->query, info.query);
280 ABTS_STR_EQUAL(tc, t->user, info.user);
284 ABTS_STR_EQUAL(t
[all...]
H A Dtestxml.c96 ABTS_STR_EQUAL(tc, "mary", e->name);
98 ABTS_STR_EQUAL(tc, "hmm", e->name);
104 ABTS_STR_EQUAL(tc, "for", a->name);
105 ABTS_STR_EQUAL(tc, "dinner <>=", a->value);
108 ABTS_STR_EQUAL(tc, "roast", a->name);
109 ABTS_STR_EQUAL(tc, "lamb", a->value);
H A Dtestdbd.c144 ABTS_STR_EQUAL(tc, "foo''bar", escaped);
189 ABTS_STR_EQUAL(tc, "sqlite2", apr_dbd_name(driver));
217 ABTS_STR_EQUAL(tc, "sqlite3", apr_dbd_name(driver));
H A Dabts.h87 #define ABTS_STR_EQUAL(a, b, c) abts_str_equal(a, b, c, __LINE__) macro
H A Dtestxlate.c52 ABTS_STR_EQUAL(tc, expected, buf);
H A Dtestdate.c188 ABTS_STR_EQUAL(tc, str_date, tests[i].output);
H A Dtestrmm.c96 ABTS_STR_EQUAL(tc, d, *c);
H A Dtestcrypto.c501 ABTS_STR_EQUAL(tc, (char *)in, (char *)plainText);
523 ABTS_STR_EQUAL(tc, (char *)in, (char *)plainText);
545 ABTS_STR_EQUAL(tc, (char *)in, (char *)plainText);

Completed in 59 milliseconds