Home | History | Annotate | Download | only in libxml2

Lines Matching full:strlen

1313 	blen = strlen(ctxt->hostname) * 2 + 16;
1317 blen = strlen(ctxt->hostname);
1333 blen += strlen(headers) + 2;
1336 blen += strlen(*contentType) + 16;
1339 blen += strlen(ctxt->query) + 1;
1340 blen += strlen(method) + strlen(ctxt->path) + 24;
1403 if ((blen -= strlen(bp)+1) < 0)
1409 blen = strlen( ctxt->out );