Lines Matching defs:target
40 const char *wordbreak, isccc_region_t *target)
48 isc_buffer_init(&tb, target->rstart,
49 (unsigned int)(target->rend - target->rstart));
55 target->rstart = isc_buffer_used(&tb);
60 isccc_base64_decode(const char *cstr, isccc_region_t *target) {
64 isc_buffer_init(&b, target->rstart,
65 (unsigned int)(target->rend - target->rstart));
69 target->rstart = isc_buffer_used(&b);