Searched refs:PetscHTTPSRequest (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/webclient/ |
| H A D | globus.c | 129 …PetscCall(PetscHTTPSRequest("GET", "nexus.api.globusonline.org/goauth/token?grant_type=client_cred… in PetscGlobusAuthorize() 186 …PetscCall(PetscHTTPSRequest("GET", "transfer.api.globusonline.org/v0.10/tasksummary", head, "appli… in PetscGlobusGetTransfers() 240 …PetscCall(PetscHTTPSRequest("GET", "transfer.api.globusonline.org/v0.10/submission_id", head, "app… in PetscGlobusUpload() 277 …PetscCall(PetscHTTPSRequest("POST", "transfer.api.globusonline.org/v0.10/transfer", head, "applica… in PetscGlobusUpload()
|
| H A D | google.c | 70 …PetscCall(PetscHTTPSRequest("POST", "accounts.google.com/o/oauth2/token", NULL, "application/x-www… in PetscGoogleDriveRefresh() 171 …PetscCall(PetscHTTPSRequest("POST", "www.googleapis.com/upload/drive/v2/files/", head, "multipart/… in PetscGoogleDriveUpload() 246 …PetscCall(PetscHTTPSRequest("POST", "accounts.google.com/o/oauth2/token", NULL, "application/x-www… in PetscGoogleDriveAuthorize()
|
| H A D | box.c | 137 …PetscCall(PetscHTTPSRequest("POST", "www.box.com/api/oauth2/token", NULL, "application/x-www-form-… in PetscBoxAuthorize() 211 …PetscCall(PetscHTTPSRequest("POST", "www.box.com/api/oauth2/token", NULL, "application/x-www-form-… in PetscBoxRefresh() 320 …PetscCall(PetscHTTPSRequest("POST", "www.boxapis.com/upload/drive/v2/files/", head, "multipart/rel… in PetscBoxUpload()
|
| H A D | client.c | 176 PetscErrorCode PetscHTTPSRequest(const char type[], const char url[], const char header[], const ch… in PetscHTTPSRequest() function
|
| /petsc/include/ |
| H A D | petscwebclient.h | 30 PETSC_EXTERN PetscErrorCode PetscHTTPSRequest(const char[], const char[], const char[], const char[…
|