Searched refs:PetscPullJSONValue (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/webclient/ |
| H A D | box.c | 141 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 D | google.c | 74 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 D | globus.c | 133 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 D | client.c | 329 PetscErrorCode PetscPullJSONValue(const char buff[], const char key[], char value[], size_t valuele… in PetscPullJSONValue() function
|
| /petsc/include/ |
| H A D | petscsys.h | 2710 PETSC_EXTERN PetscErrorCode PetscPullJSONValue(const char[], const char[], char[], size_t, PetscBoo…
|