Home | History | Annotate | Download | only in src

Lines Matching full:strlen

111   memcpy(buf + sz, ctx->host, strlen(ctx->host) + 1);
112 sz += strlen(ctx->host) + 1;
143 if (strlen(ctx->host) == UINT8_MAX + 1)
187 buf[4] = strlen(ctx->host);
189 memcpy(buf + 5, ctx->host, strlen(ctx->host));
190 sz += strlen(ctx->host);
271 r = BIO_write(b->next_bio, buf, strlen(buf));
274 if ( (size_t) r != strlen(buf))
278 r = BIO_write(b->next_bio, buf, strlen(buf));
281 if ( (size_t) r != strlen(buf))
284 r = BIO_write(b->next_bio, buf, strlen(buf));
287 if ( (size_t) r != strlen(buf))
439 if (strlen(host) == NI_MAXHOST)