Lines Matching refs:PetscStrlen
116 PetscCall(PetscStrlen(host, &hostlen)); in PetscHTTPBuildRequest()
119 PetscCall(PetscStrlen(path, &pathlen)); in PetscHTTPBuildRequest()
126 PetscCall(PetscStrlen(type, &typelen)); in PetscHTTPBuildRequest()
129 PetscCall(PetscStrlen(contenttype, &contenttypelen)); in PetscHTTPBuildRequest()
131 PetscCall(PetscStrlen(header, &headlen)); in PetscHTTPBuildRequest()
132 PetscCall(PetscStrlen(body, &bodylen)); in PetscHTTPBuildRequest()
134 PetscCall(PetscStrlen(contentlength, &contentlen)); in PetscHTTPBuildRequest()
150 PetscCall(PetscStrlen(request, &request_len)); in PetscHTTPBuildRequest()
185 PetscCall(PetscStrlen(request, &request_len)); in PetscHTTPSRequest()
229 PetscCall(PetscStrlen(clen, &nlen)); in PetscHTTPSRequest()
271 PetscCall(PetscStrlen(request, &request_len)); in PetscHTTPRequest()
340 PetscCall(PetscStrlen(work, &len)); in PetscPullJSONValue()
398 PetscCall(PetscStrlen(value, &len)); in PetscPushJSONValue()