Lines Matching refs:target_size
251 isc_buffer_init(&target, target_mem, target_size); \
737 int target_size = MINTSIZ; /* only one rdata at a time */
751 target_mem = isc_mem_get(lctx->mctx, target_size);
758 isc_buffer_init(&target, target_mem, target_size);
848 isc_buffer_init(&target, target_mem, target_size);
884 isc_mem_put(lctx->mctx, target_mem, target_size);
996 int target_size = TSIZ;
1025 * Allocate target_size of buffer space. This is greater than twice
1028 target_mem = isc_mem_get(mctx, target_size);
1033 isc_buffer_init(&target, target_mem, target_size);
1455 target_size);
1967 isc_mem_put(mctx, target_mem, target_size);
2061 int target_size = TSIZ;
2115 * Allocate target_size of buffer space. This is greater than twice
2118 target_mem = isc_mem_get(mctx, target_size);
2123 isc_buffer_init(&target, target_mem, target_size);
2346 isc_mem_put(mctx, target_mem, target_size);