Lines Matching defs:target
49 const char *wordbreak, isccc_region_t *target)
57 isc_buffer_init(&tb, target->rstart, target->rend - target->rstart);
63 target->rstart = isc_buffer_used(&tb);
68 isccc_base64_decode(const char *cstr, isccc_region_t *target) {
72 isc_buffer_init(&b, target->rstart, target->rend - target->rstart);
76 target->rstart = isc_buffer_used(&b);