Home
last modified time | relevance | path

Searched refs:bufflen (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/webclient/
H A Dclient.c386 PetscErrorCode PetscPushJSONValue(char buff[], const char key[], const char value[], size_t bufflen) in PetscPushJSONValue() argument
408 PetscCall(PetscStrlcat(buff, "\"", bufflen)); in PetscPushJSONValue()
409 PetscCall(PetscStrlcat(buff, key, bufflen)); in PetscPushJSONValue()
410 PetscCall(PetscStrlcat(buff, "\":", bufflen)); in PetscPushJSONValue()
411 if (!special) PetscCall(PetscStrlcat(buff, "\"", bufflen)); in PetscPushJSONValue()
412 PetscCall(PetscStrlcat(buff, value, bufflen)); in PetscPushJSONValue()
413 if (!special) PetscCall(PetscStrlcat(buff, "\"", bufflen)); in PetscPushJSONValue()