Searched refs:PetscHTTPBuildRequest (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/webclient/ |
| H A D | client.c | 104 static PetscErrorCode PetscHTTPBuildRequest(const char type[], const char url[], const char header[… in PetscHTTPBuildRequest() function 184 PetscCall(PetscHTTPBuildRequest(type, url, header, ctype, body, &request)); in PetscHTTPSRequest() 270 PetscCall(PetscHTTPBuildRequest(type, url, header, ctype, body, &request)); in PetscHTTPRequest()
|