Searched refs:tokensize (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/webclient/ |
| H A D | box.c | 104 … PetscBoxAuthorize(MPI_Comm comm, char access_token[], char refresh_token[], size_t tokensize) PeNS in PetscBoxAuthorize() argument 141 PetscCall(PetscPullJSONValue(buff, "access_token", access_token, tokensize, &found)); in PetscBoxAuthorize() 143 PetscCall(PetscPullJSONValue(buff, "refresh_token", refresh_token, tokensize, &found)); in PetscBoxAuthorize() 173 … comm, const char refresh_token[], char access_token[], char new_refresh_token[], size_t tokensize) in PetscBoxRefresh() argument 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 | 36 …oogleDriveRefresh(MPI_Comm comm, const char refresh_token[], char access_token[], size_t tokensize) in PetscGoogleDriveRefresh() argument 74 PetscCall(PetscPullJSONValue(buff, "access_token", access_token, tokensize, &found)); in PetscGoogleDriveRefresh() 209 …tscGoogleDriveAuthorize(MPI_Comm comm, char access_token[], char refresh_token[], size_t tokensize) in PetscGoogleDriveAuthorize() argument 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 | 98 PetscErrorCode PetscGlobusAuthorize(MPI_Comm comm, char access_token[], size_t tokensize) in PetscGlobusAuthorize() argument 133 PetscCall(PetscPullJSONValue(buff, "access_token", access_token, tokensize, &found)); in PetscGlobusAuthorize()
|