Lines Matching defs:source
26 dst_region_computeid(const isc_region_t *source, unsigned int alg) {
31 REQUIRE(source != NULL);
32 REQUIRE(source->length >= 4);
34 p = source->base;
35 size = source->length;
51 dst_region_computerid(const isc_region_t *source, unsigned int alg) {
56 REQUIRE(source != NULL);
57 REQUIRE(source->length >= 4);
59 p = source->base;
60 size = source->length;