Home | History | Annotate | Download | only in racoon

Lines Matching defs:bl

292 	size_t bl, ml;
331 bl = buf ? buf->l : 0;
332 buf = vrealloc(buf, bl + ml);
338 memcpy(buf->v + bl, msg, ml);