Home | History | Annotate | Download | only in vtls

Lines Matching full:biomem

650   BUF_MEM *biomem;
657 BIO_get_mem_ptr(bio_out, &biomem);
659 if((size_t)biomem->length < size)
660 size = biomem->length;
664 memcpy(buf, biomem->data, size);
2324 BUF_MEM *biomem;
2340 BIO_get_mem_ptr(bio_out, &biomem);
2342 for(j = 0; j < (size_t)biomem->length; j++) {
2344 if(biomem->data[j] == '\n') {
2348 while((j<(size_t)biomem->length) && (biomem->data[j] == ' '))
2350 if(j<(size_t)biomem->length)
2352 biomem->data[j]);