Lines Matching refs:base
53 * void *base;
150 data = b->base + b->current;
198 string = (char *)b->base + b->current;
260 b_in.base = NULL;
261 b_out.base = NULL;
294 ret = lwres_context_sendrecv(ctx, b_out.base, b_out.length, buffer,
320 CTXFREE(b_out.base, b_out.length);
321 b_out.base = NULL;
335 response->base = buffer;
343 if (b_out.base != NULL)
344 CTXFREE(b_out.base, b_out.length);
375 b_in.base = NULL;
376 b_out.base = NULL;
404 ret = lwres_context_sendrecv(ctx, b_out.base, b_out.length, buffer,
430 CTXFREE(b_out.base, b_out.length);
431 b_out.base = NULL;
445 response->base = buffer;
453 if (b_out.base != NULL)
454 CTXFREE(b_out.base, b_out.length);
484 b_in.base = NULL;
485 b_out.base = NULL;
519 ret = lwres_context_sendrecv(ctx, b_out.base, b_out.length, buffer,
545 CTXFREE(b_out.base, b_out.length);
546 b_out.base = NULL;
560 response->base = buffer;
568 if (b_out.base != NULL)
569 CTXFREE(b_out.base, b_out.length);