Lines Matching refs:len
180 size_t request_len, len; in PetscHTTPSRequest() local
198 len = 0; in PetscHTTPSRequest()
205 r = SSL_read(ssl, buff + len, (int)buffsize); in PetscHTTPSRequest()
206 len += r; in PetscHTTPSRequest()
333 size_t len; in PetscPullJSONValue() local
340 PetscCall(PetscStrlen(work, &len)); in PetscPullJSONValue()
342 v += len; in PetscPullJSONValue()
344 work[len++ - 1] = 0; in PetscPullJSONValue()
351 v += len; in PetscPullJSONValue()
388 size_t len; in PetscPushJSONValue() local
398 PetscCall(PetscStrlen(value, &len)); in PetscPushJSONValue()
400 for (i = 0; i < (int)len; i++) { in PetscPushJSONValue()