Lines Matching defs:inlen
33 const unsigned char *in, unsigned int inlen, void *arg)
39 alpn_ctx->len, in, inlen) !=
312 * filename: NULL means use buffer inbuf length inlen directly, otherwise
315 * Allocates a separate DER output buffer if inbuf / inlen are the input,
324 const char *inbuf, lws_filepos_t inlen,
338 len = inlen;
348 pem = lws_malloc((size_t)inlen, "alloc_der");
352 memcpy(pem, inbuf, (size_t)inlen);
355 *amount = inlen;
364 pem = lws_malloc(((size_t)inlen * 3) / 4, "alloc_der");