Home | History | Annotate | Download | only in src

Lines Matching full:strlen

103   memcpy (buf + sz, ctx->host, strlen (ctx->host) + 1);
104 sz += strlen (ctx->host) + 1;
172 buf[4] = strlen (ctx->host);
174 memcpy (buf + 5, ctx->host, strlen (ctx->host));
175 sz += strlen (ctx->host);
256 r = BIO_write (b->next_bio, buf, strlen (buf));
259 if ( (size_t) r != strlen(buf))
263 r = BIO_write (b->next_bio, buf, strlen (buf));
266 if ( (size_t) r != strlen(buf))
269 r = BIO_write (b->next_bio, buf, strlen (buf));
272 if ( (size_t) r != strlen(buf))