Home
last modified time | relevance | path

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

/petsc/src/sys/webclient/
H A Dbox.c141 PetscCall(PetscPullJSONValue(buff, "access_token", access_token, tokensize, &found)); in PetscBoxAuthorize()
143 PetscCall(PetscPullJSONValue(buff, "refresh_token", refresh_token, tokensize, &found)); in PetscBoxAuthorize()
215 PetscCall(PetscPullJSONValue(buff, "access_token", access_token, tokensize, &found)); in PetscBoxRefresh()
217 PetscCall(PetscPullJSONValue(buff, "refresh_token", new_refresh_token, tokensize, &found)); in PetscBoxRefresh()
H A Dgoogle.c74 PetscCall(PetscPullJSONValue(buff, "access_token", access_token, tokensize, &found)); in PetscGoogleDriveRefresh()
250 PetscCall(PetscPullJSONValue(buff, "access_token", access_token, tokensize, &found)); in PetscGoogleDriveAuthorize()
252 PetscCall(PetscPullJSONValue(buff, "refresh_token", refresh_token, tokensize, &found)); in PetscGoogleDriveAuthorize()
H A Dglobus.c133 PetscCall(PetscPullJSONValue(buff, "access_token", access_token, tokensize, &found)); in PetscGlobusAuthorize()
243 PetscCall(PetscPullJSONValue(buff, "value", submission_id, sizeof(submission_id), &found)); in PetscGlobusUpload()
280 PetscCall(PetscPullJSONValue(buff, "code", submission_id, sizeof(submission_id), &found)); in PetscGlobusUpload()
H A Dclient.c329 PetscErrorCode PetscPullJSONValue(const char buff[], const char key[], char value[], size_t valuele… in PetscPullJSONValue() function
/petsc/include/
H A Dpetscsys.h2710 PETSC_EXTERN PetscErrorCode PetscPullJSONValue(const char[], const char[], char[], size_t, PetscBoo…